mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-23 14:17:15 +00:00
Add margin between avatar stats widget footer elements
This commit is contained in:
parent
396ddffc55
commit
a5f26eb1e0
1 changed files with 2 additions and 0 deletions
|
|
@ -224,6 +224,7 @@
|
|||
android:id="@+id/hourglasses_tv"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="8dp"
|
||||
android:textColor="@color/textColorSecondaryDark"
|
||||
style="@style/CurrencyTextView"
|
||||
/>
|
||||
|
|
@ -236,6 +237,7 @@
|
|||
android:id="@+id/gems_tv"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="8dp"
|
||||
android:textColor="@color/textColorSecondaryDark"
|
||||
style="@style/CurrencyTextView"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue