Changed balances items text style to a bigger one, so that text is easier on the eyes.

master
Severiano Jaramillo 2019-03-19 21:07:43 -06:00
parent a6f2d5469b
commit 313ff06861
1 changed files with 5 additions and 3 deletions

View File

@ -10,12 +10,14 @@
android:id="@+id/tvSymbol"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:text="123.45"/>
tools:text="BTS"
android:textAppearance="@style/TextAppearance.Bitsy.Body1"/>
<TextView
android:id="@+id/tvAmount"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
tools:text="BTS"
android:textAlignment="viewEnd"/>
tools:text="123.45"
android:textAlignment="viewEnd"
android:textAppearance="@style/TextAppearance.Bitsy.Body1"/>
</LinearLayout>