aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values-v21
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-09-11 17:03:10 -0700
committerKenny Root <kenny@the-b.org>2015-09-11 17:04:58 -0700
commitb7fdebfe3d7e803d674a34b8fb43c4d738585806 (patch)
tree6548a3917480704f5e9aceac437bf439ba0b485a /app/src/main/res/values-v21
parent5d688384fa53708ad0f6706e69d641cd27863bd2 (diff)
downloadconnectbot-b7fdebfe3d7e803d674a34b8fb43c4d738585806.tar.gz
connectbot-b7fdebfe3d7e803d674a34b8fb43c4d738585806.tar.bz2
connectbot-b7fdebfe3d7e803d674a34b8fb43c4d738585806.zip
Add Material theme palette
Fixes #167
Diffstat (limited to 'app/src/main/res/values-v21')
-rw-r--r--app/src/main/res/values-v21/styles.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/app/src/main/res/values-v21/styles.xml b/app/src/main/res/values-v21/styles.xml
new file mode 100644
index 0000000..5129767
--- /dev/null
+++ b/app/src/main/res/values-v21/styles.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ ConnectBot: simple, powerful, open-source SSH client for Android
+ ~ Copyright 2015 Kenny Root, Jeffrey Sharkey
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources>
+ <style name="AppTheme" parent="android:Theme.Material">
+ <item name="android:colorPrimary">@color/primary</item>
+ <item name="android:colorPrimaryDark">@color/dark_primary</item>
+ <item name="android:colorAccent">@color/accent</item>
+ </style>
+</resources> \ No newline at end of file