mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
fixes the string issue (#3041)
* fix strings * Update activity_achievements.xml
This commit is contained in:
parent
17eb6f43ed
commit
4ec92c2e7b
9 changed files with 31 additions and 26 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue