mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Faqs added in About Activity (#1256)
* Faqs added in About Activity * Added CDATA in strings * removed cdata, added SpannableString
This commit is contained in:
parent
bdd7a86cd5
commit
ede8c76d45
3 changed files with 23 additions and 2 deletions
|
|
@ -133,6 +133,16 @@
|
|||
android:gravity="center"
|
||||
android:text="@string/about_credits" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/about_faq"
|
||||
style="?android:textAppearanceSmall"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="@color/primaryColor"
|
||||
android:layout_marginTop="@dimen/standard_gap"
|
||||
android:gravity="center"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/about_uploads_to"
|
||||
style="?android:textAppearanceSmall"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue