aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Heroy <johnheroy@gmail.com>2015-10-26 13:32:44 -0700
committerJohn Heroy <johnheroy@gmail.com>2015-10-26 13:32:44 -0700
commit097a9ede241e21de4172c2407fe463a29278fc7b (patch)
tree348940a4b68190e9cda3ddf80c3c3df7c57aeda4
parent66a8bc74e5605e0d9915cd94b1ccd2524acc7aed (diff)
downloadconnectbot-097a9ede241e21de4172c2407fe463a29278fc7b.tar.gz
connectbot-097a9ede241e21de4172c2407fe463a29278fc7b.tar.bz2
connectbot-097a9ede241e21de4172c2407fe463a29278fc7b.zip
Add AlertDialogTheme to styles.xml
-rw-r--r--app/src/main/res/values/styles.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index f782fb4..80e0a81 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -24,6 +24,10 @@
<item name="colorAccent">@color/accent</item>
</style>
+ <style name="AlertDialogTheme" parent="Theme.AppCompat.Dialog.Alert">
+ <item name="colorAccent">@color/accent</item>
+ </style>
+
<style name="KeyboardKey">
<item name="android:layout_width">45dip</item>
<item name="android:layout_height">30dip</item>
@@ -101,4 +105,6 @@
<item name="colorAccent">@color/accent</item>
</style>
+
+
</resources>