diff options
| author | Mike Beattie <mike@ethernal.org> | 2019-09-19 10:04:58 +1200 |
|---|---|---|
| committer | Mike Beattie <mike@ethernal.org> | 2019-09-19 10:04:58 +1200 |
| commit | 8b53f860eb3171cd43e4bd0e440f2889bd810662 (patch) | |
| tree | c90baff6afa6277a8a57aeb1f652b86b8294bdbf /altosdroid/app/src/main/res/values/CustomTheme.xml | |
| parent | 4a257455b2dc57069c41e1845daf66239c5cbe1d (diff) | |
Move java source, and resources to new paths for gradle
Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'altosdroid/app/src/main/res/values/CustomTheme.xml')
| -rw-r--r-- | altosdroid/app/src/main/res/values/CustomTheme.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/altosdroid/app/src/main/res/values/CustomTheme.xml b/altosdroid/app/src/main/res/values/CustomTheme.xml new file mode 100644 index 00000000..6c701ea2 --- /dev/null +++ b/altosdroid/app/src/main/res/values/CustomTheme.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> + +<resources> + <style name="CustomTheme" parent="android:Theme.Holo"> + </style> +</resources> |
