Add margin between avatar stats widget footer elements

This commit is contained in:
Arun Rajagopalan 2019-04-01 22:58:30 -04:00 committed by Phillip Thelen
parent 396ddffc55
commit a5f26eb1e0

View file

@ -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"
/>