Fix unit symbol scaling on large font sizes
This commit is contained in:
parent
347a2fbaea
commit
f4a4b7b9b6
1 changed files with 4 additions and 2 deletions
|
@ -46,7 +46,8 @@
|
|||
android:id="@+id/top_unit_symbol"
|
||||
style="@style/MyButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="@dimen/unit_symbol_size"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="@dimen/unit_symbol_size"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/small_margin"
|
||||
android:singleLine="true"
|
||||
|
@ -109,7 +110,8 @@
|
|||
android:id="@+id/bottom_unit_symbol"
|
||||
style="@style/MyButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="@dimen/unit_symbol_size"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="@dimen/unit_symbol_size"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/small_margin"
|
||||
android:singleLine="true"
|
||||
|
|
Loading…
Reference in a new issue