diff options
author | Harsh Shandilya <harsh@prjkt.io> | 2018-04-29 01:10:22 +0530 |
---|---|---|
committer | Harsh Shandilya <harsh@prjkt.io> | 2018-04-30 17:30:24 +0530 |
commit | 7c7ac11ac64dc51f2e0df8f1d7251e0ee9249091 (patch) | |
tree | d50d40c79d7a4d716602598b0812ad1834a8d078 /app/src/main/res/values/styles.xml | |
parent | 41df439ee5bb6f6e6e9f6fe2124e81e548bafaf1 (diff) |
wg: Add and use dummy AppTheme
Preparation for when the app will start carrying
colors reflecting the WireGuard brand.
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 11f3e544..f70c31bd 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android"> + <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar" /> <style name="fab_label" parent="android:TextAppearance.DeviceDefault.Inverse"> <item name="android:background">@drawable/fab_label_background</item> </style> |