Prefix Theme with @android:style/
This commit is contained in:
parent
5f1af2f52b
commit
e7650d1128
|
@ -1,6 +1,6 @@
|
|||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- Base application theme. -->
|
||||
<style name="Theme.Fileify" parent="Theme">
|
||||
<style name="Theme.Fileify" parent="@android:style/Theme">
|
||||
<!-- Primary brand color. -->
|
||||
<!-- <item name="colorPrimary">@color/purple_200</item> -->
|
||||
<!-- <item name="colorPrimaryVariant">@color/purple_700</item> -->
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- Base application theme. -->
|
||||
<style name="Theme.Fileify" parent="Theme">
|
||||
<style name="Theme.Fileify" parent="@android:style/Theme">
|
||||
<!-- Primary brand color. -->
|
||||
<!-- <item name="colorPrimary">@color/purple_500</item> -->
|
||||
<!-- <item name="colorPrimaryVariant">@color/purple_700</item> -->
|
||||
|
|
Loading…
Reference in New Issue