|
|
@@ -0,0 +1,32 @@
|
|
|
+<resources>
|
|
|
+
|
|
|
+ <!-- Base application theme. -->
|
|
|
+ <style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
|
|
|
+ <!-- Customize your theme here. -->
|
|
|
+ <item name="android:textColor">#000000</item>
|
|
|
+ <item name="colorPrimary">@color/colorPrimary</item>
|
|
|
+ <item name="colorPrimaryDark">@color/colorPrimary</item>
|
|
|
+ <item name="colorPrimaryVariant">@color/colorPrimary</item>
|
|
|
+ <item name="colorAccent">@color/colorAccent</item>
|
|
|
+ <item name="colorOnPrimary">@color/black</item>
|
|
|
+ <item name="android:statusBarColor">@color/colorPrimaryDark</item>
|
|
|
+ </style>
|
|
|
+ <style name="AppTheme.Light" parent="Theme.AppCompat.Light.NoActionBar">
|
|
|
+ <!-- Customize your theme here. -->
|
|
|
+ <item name="android:textColor">#000000</item>
|
|
|
+ <item name="markerSize">48dp</item>
|
|
|
+ <item name="markerTopSize">24dp</item>
|
|
|
+ <item name="markerTextSize">18sp</item>
|
|
|
+ <item name="colorPrimary">@color/colorPrimary</item>
|
|
|
+ <item name="colorPrimaryDark">@color/colorPrimary</item>
|
|
|
+ <item name="colorPrimaryVariant">@color/colorPrimary</item>
|
|
|
+ <item name="colorAccent">@color/colorAccent</item>
|
|
|
+ <item name="colorOnPrimary">@color/black</item>
|
|
|
+ <item name="android:statusBarColor">@color/white</item>
|
|
|
+ <item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
|
|
|
+ </style>
|
|
|
+
|
|
|
+ <style name="UCropStyle" parent="Theme.AppCompat.NoActionBar">
|
|
|
+ <item name="android:fitsSystemWindows">true</item>
|
|
|
+ </style>
|
|
|
+</resources>
|