Browse Source

not editable

master
Henning Hall 5 years ago
parent
commit
66938fc656
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      android/src/main/res/values/styles.xml

+ 2
- 0
android/src/main/res/values/styles.xml View File

@ -8,6 +8,8 @@
<item name="android:layout_marginRight">5dp</item> <item name="android:layout_marginRight">5dp</item>
<item name="android:layout_width">wrap_content</item> <item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">match_parent</item> <item name="android:layout_height">match_parent</item>
<item name="android:descendantFocusability">blocksDescendants</item>
</style> </style>
<style name="android_native_small" parent="android_native"> <style name="android_native_small" parent="android_native">
<item name="android:layout_width">40dp</item> <item name="android:layout_width">40dp</item>

Loading…
Cancel
Save