diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2023-04-21 23:50:38 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2023-04-21 23:50:38 +0100 |
commit | 16a36c812fabda812ecf3aaa7f12fa6f44c66b2e (patch) | |
tree | ccae60abf8301ae451cfa1f21c33b8a62d5306cf /res/values/styles.xml | |
parent | db091bfd1db36ab66340ccad2eb7b6393a0aa3da (diff) | |
download | android-jetpack-compose-redo-master.tar.gz android-jetpack-compose-redo-master.tar.xz android-jetpack-compose-redo-master.zip |
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r-- | res/values/styles.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml deleted file mode 100644 index 96fe7ee..0000000 --- a/res/values/styles.xml +++ /dev/null @@ -1,6 +0,0 @@ -<resources> - <style name="app_style" parent="@android:style/Theme.Light"> - <item name="android:windowActionBar">true</item> - <item name="android:windowNoTitle">true</item> - </style> -</resources> |