Prefix Theme with @android:style/

This commit is contained in:
blank X 2022-04-29 22:58:54 +07:00
parent 5f1af2f52b
commit e7650d1128
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
2 changed files with 2 additions and 2 deletions

View File

@ -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> -->

View File

@ -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> -->