Increase size of switch units button
This commit is contained in:
parent
44301dd9ef
commit
5ae36c4e4f
2 changed files with 3 additions and 3 deletions
|
@ -59,10 +59,9 @@
|
|||
|
||||
<ImageView
|
||||
android:id="@+id/swap_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="@dimen/unit_switch_button_size"
|
||||
android:layout_height="@dimen/unit_switch_button_size"
|
||||
android:layout_gravity="center"
|
||||
android:importantForAccessibility="no"
|
||||
android:padding="@dimen/activity_margin"
|
||||
android:layout_weight="0.5"
|
||||
android:src="@drawable/ic_swap_vertical_vector" />
|
||||
|
|
|
@ -11,4 +11,5 @@
|
|||
|
||||
<dimen name="unit_type_size">120dp</dimen>
|
||||
<dimen name="unit_symbol_size">48dp</dimen>
|
||||
<dimen name="unit_switch_button_size">64dp</dimen>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue