diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2023-04-13 23:53:48 +0200 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2023-04-14 03:12:14 +0200 |
commit | db091bfd1db36ab66340ccad2eb7b6393a0aa3da (patch) | |
tree | 5a70412afcb4d32086effffe84d7de3161790f46 /res/values/styles.xml | |
parent | e27870b137aeab108816f4eb80ddaea1e639c3fb (diff) | |
download | android-jetpack-compose-redo-db091bfd1db36ab66340ccad2eb7b6393a0aa3da.tar.gz android-jetpack-compose-redo-db091bfd1db36ab66340ccad2eb7b6393a0aa3da.tar.xz android-jetpack-compose-redo-db091bfd1db36ab66340ccad2eb7b6393a0aa3da.zip |
Basic kotlin java application working
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r-- | res/values/styles.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml new file mode 100644 index 0000000..96fe7ee --- /dev/null +++ b/res/values/styles.xml @@ -0,0 +1,6 @@ +<resources> + <style name="app_style" parent="@android:style/Theme.Light"> + <item name="android:windowActionBar">true</item> + <item name="android:windowNoTitle">true</item> + </style> +</resources> |