mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Added CDATA tag (#1836)
* Fix issue#1772 Add the CDATA tag to welcome_help_button_text string. Set the text of the corresponding textview using Html.fromHtml() function. * Fix issue#1772 Add the CDATA tag to nominated_see_more string. Set the text of the corresponding textview using Html.fromHtml() function.
This commit is contained in:
parent
2884bd934a
commit
430bf90310
6 changed files with 15 additions and 4 deletions
|
|
@ -305,7 +305,6 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:text="@string/nominated_see_more"
|
||||
android:paddingTop="@dimen/standard_gap"
|
||||
android:textColor="@color/primaryTextColor"
|
||||
android:textSize="@dimen/normal_text"
|
||||
|
|
|
|||
|
|
@ -78,7 +78,6 @@
|
|||
android:id="@+id/welcomeInfo"
|
||||
android:textSize="@dimen/normal_text"
|
||||
android:textColor="@android:color/white"
|
||||
android:text="@string/welcome_help_button_text"
|
||||
android:layout_marginBottom="@dimen/large_gap"
|
||||
android:paddingBottom="@dimen/large_gap"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue