summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
Diffstat (limited to 'android/src')
-rw-r--r--android/src/main/res/layout/settings.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/android/src/main/res/layout/settings.xml b/android/src/main/res/layout/settings.xml
index 84c94dcf95..0be7a8087e 100644
--- a/android/src/main/res/layout/settings.xml
+++ b/android/src/main/res/layout/settings.xml
@@ -8,11 +8,9 @@
android:elevation="1dp"
>
<ImageButton android:id="@+id/close"
- android:layout_width="24dp"
- android:layout_height="24dp"
- android:layout_marginTop="12dp"
- android:layout_marginLeft="12dp"
- android:layout_marginBottom="12dp"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:padding="12dp"
android:background="?android:attr/selectableItemBackground"
android:src="@drawable/icon_close"
/>