diff options
| author | magh <magh@maghmogh.com> | 2024-11-22 15:54:21 +0900 |
|---|---|---|
| committer | magh <magh@maghmogh.com> | 2024-11-22 15:54:21 +0900 |
| commit | 241c94f7c9ea6e12b699c6b7ae181905f1d5d869 (patch) | |
| tree | b24d533e36b48ccd1d2ddd10edc637cb9194f16e /app/build/intermediates/packaged_res/debug/layout/themes.xml | |
Diffstat (limited to 'app/build/intermediates/packaged_res/debug/layout/themes.xml')
| -rw-r--r-- | app/build/intermediates/packaged_res/debug/layout/themes.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/build/intermediates/packaged_res/debug/layout/themes.xml b/app/build/intermediates/packaged_res/debug/layout/themes.xml new file mode 100644 index 0000000..b4ff20d --- /dev/null +++ b/app/build/intermediates/packaged_res/debug/layout/themes.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <style name="AppTheme" parent="Theme.AppCompat.NoActionBar"> + <item name="android:windowFullscreen">true</item> + <item name="android:windowBackground">@android:color/white</item> + <item name="android:statusBarColor">@android:color/transparent</item> + <item name="android:navigationBarColor">@android:color/transparent</item> + </style> +</resources> |
