mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-06-05 21:49:13 +02:00
Fix unit symbol scaling on large font sizes
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user