aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorJeremy Klein <jklein24@gmail.com>2015-10-27 14:14:03 -0700
committerJeremy Klein <jklein24@gmail.com>2015-10-27 14:14:03 -0700
commit2711885e446b5d18b5487dee0c04dea0b4f68b92 (patch)
tree5a664c7731d33ccaad2cbd83a270df32ac94eba0 /app/src/main/res/values/styles.xml
parent63a8a42db55fb9d6f101e5c77ec2d753e45b26c5 (diff)
parentbb206a6380f32d0ee48ba856b364fe3697cf7d47 (diff)
downloadconnectbot-2711885e446b5d18b5487dee0c04dea0b4f68b92.tar.gz
connectbot-2711885e446b5d18b5487dee0c04dea0b4f68b92.tar.bz2
connectbot-2711885e446b5d18b5487dee0c04dea0b4f68b92.zip
Merge pull request #332 from johnheroy/canceldialog
Fix colors of positive/negative buttons in new host cancel dialog
Diffstat (limited to 'app/src/main/res/values/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>