Changed balances items text style to a bigger one, so that text is easier on the eyes.
This commit is contained in:
parent
a6f2d5469b
commit
313ff06861
1 changed files with 5 additions and 3 deletions
|
@ -10,12 +10,14 @@
|
||||||
android:id="@+id/tvSymbol"
|
android:id="@+id/tvSymbol"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
tools:text="123.45"/>
|
tools:text="BTS"
|
||||||
|
android:textAppearance="@style/TextAppearance.Bitsy.Body1"/>
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tvAmount"
|
android:id="@+id/tvAmount"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
tools:text="BTS"
|
tools:text="123.45"
|
||||||
android:textAlignment="viewEnd"/>
|
android:textAlignment="viewEnd"
|
||||||
|
android:textAppearance="@style/TextAppearance.Bitsy.Body1"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Loading…
Reference in a new issue