Browse Source

divider color in example project

master
Henning Hall 5 years ago
parent
commit
6b3067fb4c
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      android/src/main/res/values/styles.xml
  2. +1
    -0
      examples/detox/android/app/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"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="android_native_theme">
<item name="android:textSize" tools:ignore="SpUsage">19dp</item>
<item name="android:textSize" tools:ignore="SpUsage">20dp</item>
</style>
<style name="android_native">
<item name="android:layout_marginLeft">5dp</item>

+ 1
- 0
examples/detox/android/app/src/main/res/values/styles.xml View File

@ -3,6 +3,7 @@
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorControlNormal">#03b6fc</item>
</style>
</resources>

Loading…
Cancel
Save