summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/src/main/res/values/styles.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/src/main/res/values/styles.xml b/android/src/main/res/values/styles.xml
index e5f8ea91db..c47ce65de7 100644
--- a/android/src/main/res/values/styles.xml
+++ b/android/src/main/res/values/styles.xml
@@ -15,8 +15,9 @@
</style>
<style name="Button"
parent="Widget.AppCompat.Button.Borderless">
- <item name="android:layout_height">@dimen/normal_button_height</item>
+ <item name="android:layout_height">wrap_content</item>
<item name="android:layout_width">match_parent</item>
+ <item name="android:minHeight">@dimen/normal_button_height</item>
<item name="android:paddingTop">0dp</item>
<item name="android:paddingBottom">0dp</item>
<item name="android:textAllCaps">false</item>