Browse Source

smaller font

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

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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"> <resources xmlns:tools="http://schemas.android.com/tools">
<style name="android_native_theme"> <style name="android_native_theme">
<item name="android:textSize" tools:ignore="SpUsage">20dp</item>
<item name="android:textSize" tools:ignore="SpUsage">17sp</item>
</style> </style>
<style name="android_native"> <style name="android_native">
<item name="android:layout_marginLeft">5dp</item> <item name="android:layout_marginLeft">5dp</item>

Loading…
Cancel
Save