fixes the string issue (#3041)

* fix strings

* Update activity_achievements.xml
This commit is contained in:
sherlockbeard 2019-06-26 19:36:41 +05:30 committed by neslihanturan
parent 17eb6f43ed
commit 4ec92c2e7b
9 changed files with 31 additions and 26 deletions

View file

@ -29,7 +29,8 @@
android:drawablePadding="12dp"
android:drawableTint="@color/button_blue_dark"
android:text="@string/skip_image"
android:textColor="@color/button_blue_dark"/>
android:textColor="@color/button_blue_dark"
android:textAllCaps="true"/>
<RelativeLayout
android:layout_width="match_parent"