add icon to challenge achievements

This commit is contained in:
Phillip Thelen 2020-11-13 16:28:40 +01:00
parent 870dc13cb7
commit 314bcd98be
10 changed files with 3 additions and 4 deletions

View file

@ -150,7 +150,7 @@ android {
buildConfigField "String", "TESTING_LEVEL", "\"production\""
resConfigs "en", "bg", "de", "en-rGB", "es", "fr", "hr-rHR", "in", "it", "iw", "ja", "ko", "lt", "nl", "pl", "pt-rBR", "pt-rPT", "ru", "tr", "zh", "zh-rTW"
versionCode 2629
versionCode 2632
versionName "3.1"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -7,15 +7,14 @@
android:gravity="center_vertical"
android:paddingTop="13dp"
android:paddingBottom="13dp">
<TextView
<ImageView
android:id="@+id/achievement_count_label"
android:layout_width="40dp"
android:layout_height="40dp"
android:gravity="center"
android:textColor="@color/text_ternary"
style="@style/Body1"
android:background="@drawable/circle_offset"
tools:text="12"
android:src="@drawable/won_challenge_icon"
android:layout_marginStart="35dp"
android:layout_marginEnd="25dp"/>
<TextView