mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-14 02:01:56 +00:00
Merge pull request #365 from camdroid/develop
Reordered currencies to match web version
This commit is contained in:
commit
9d89d65419
1 changed files with 17 additions and 13 deletions
|
|
@ -70,6 +70,21 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="36dp"
|
||||
android:gravity="center_vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/gems_tv"
|
||||
android:drawableLeft="@drawable/ic_header_gem"
|
||||
android:drawableStart="@drawable/ic_header_gem"
|
||||
android:layout_width="wrap_content"
|
||||
android:gravity="center"
|
||||
android:drawablePadding="8dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/textColorSecondaryDark"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginStart="16dp"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/gold_tv"
|
||||
android:drawableLeft="@drawable/ic_header_gold"
|
||||
|
|
@ -80,6 +95,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/textColorSecondaryDark"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginStart="16dp"
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/silver_tv"
|
||||
|
|
@ -94,19 +111,6 @@
|
|||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginStart="16dp"
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/gems_tv"
|
||||
android:drawableLeft="@drawable/ic_header_gem"
|
||||
android:drawableStart="@drawable/ic_header_gem"
|
||||
android:layout_width="wrap_content"
|
||||
android:gravity="center"
|
||||
android:drawablePadding="8dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/textColorSecondaryDark"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginStart="16dp"
|
||||
/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
Loading…
Reference in a new issue