diff options
author | Zeapo <mohamed@zenadi.com> | 2014-07-24 01:15:11 +0100 |
---|---|---|
committer | Zeapo <mohamed@zenadi.com> | 2014-07-24 01:15:11 +0100 |
commit | bbf0175d69dbfd3d4ac04fb13d8ca322f6c4f2fb (patch) | |
tree | 776ac7dfc5c9e6bbecb965b0eedb07dfb451902e /app/src/main/res/values/styles.xml |
initial commit
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml new file mode 100644 index 00000000..ff6c9d2c --- /dev/null +++ b/app/src/main/res/values/styles.xml @@ -0,0 +1,8 @@ +<resources> + + <!-- Base application theme. --> + <style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar"> + <!-- Customize your theme here. --> + </style> + +</resources> |