minor adjustments
This commit is contained in:
parent
73ce744bf7
commit
6b0ce801c2
|
|
@ -381,7 +381,7 @@
|
|||
android:textStyle="bold" />
|
||||
<TextView
|
||||
android:id="@+id/exchangeStats1FundsPercentage"
|
||||
android:layout_width="52dp"
|
||||
android:layout_width="58dp"
|
||||
android:layout_height="24dp"
|
||||
android:text="@string/exchange_funds_percentage_example"
|
||||
android:textColor="@color/secondary_text_color"
|
||||
|
|
@ -450,7 +450,7 @@
|
|||
android:textStyle="bold" />
|
||||
<TextView
|
||||
android:id="@+id/exchangeStats2FundsPercentage"
|
||||
android:layout_width="52dp"
|
||||
android:layout_width="58dp"
|
||||
android:layout_height="24dp"
|
||||
android:text="@string/exchange_funds_percentage_example"
|
||||
android:textColor="@color/secondary_text_color"
|
||||
|
|
@ -520,7 +520,7 @@
|
|||
android:textStyle="bold" />
|
||||
<TextView
|
||||
android:id="@+id/exchangeStats3FundsPercentage"
|
||||
android:layout_width="52dp"
|
||||
android:layout_width="58dp"
|
||||
android:layout_height="24dp"
|
||||
android:text="@string/exchange_funds_percentage_example"
|
||||
android:textColor="@color/secondary_text_color"
|
||||
|
|
@ -590,7 +590,7 @@
|
|||
android:textStyle="bold" />
|
||||
<TextView
|
||||
android:id="@+id/exchangeStats4FundsPercentage"
|
||||
android:layout_width="52dp"
|
||||
android:layout_width="58dp"
|
||||
android:layout_height="24dp"
|
||||
android:text="@string/exchange_funds_percentage_example"
|
||||
android:textColor="@color/secondary_text_color"
|
||||
|
|
|
|||
Loading…
Reference in New Issue