mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-06-05 21:49:13 +02:00
Increase size of switch units button
This commit is contained in:
@@ -59,10 +59,9 @@
|
|||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/swap_button"
|
android:id="@+id/swap_button"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="@dimen/unit_switch_button_size"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="@dimen/unit_switch_button_size"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:importantForAccessibility="no"
|
|
||||||
android:padding="@dimen/activity_margin"
|
android:padding="@dimen/activity_margin"
|
||||||
android:layout_weight="0.5"
|
android:layout_weight="0.5"
|
||||||
android:src="@drawable/ic_swap_vertical_vector" />
|
android:src="@drawable/ic_swap_vertical_vector" />
|
||||||
|
@@ -11,4 +11,5 @@
|
|||||||
|
|
||||||
<dimen name="unit_type_size">120dp</dimen>
|
<dimen name="unit_type_size">120dp</dimen>
|
||||||
<dimen name="unit_symbol_size">48dp</dimen>
|
<dimen name="unit_symbol_size">48dp</dimen>
|
||||||
|
<dimen name="unit_switch_button_size">64dp</dimen>
|
||||||
</resources>
|
</resources>
|
||||||
|
Reference in New Issue
Block a user