diff options
author | John Heroy <johnheroy@gmail.com> | 2015-10-26 13:32:44 -0700 |
---|---|---|
committer | John Heroy <johnheroy@gmail.com> | 2015-10-26 13:32:44 -0700 |
commit | 097a9ede241e21de4172c2407fe463a29278fc7b (patch) | |
tree | 348940a4b68190e9cda3ddf80c3c3df7c57aeda4 /app/src/main/res | |
parent | 66a8bc74e5605e0d9915cd94b1ccd2524acc7aed (diff) | |
download | connectbot-097a9ede241e21de4172c2407fe463a29278fc7b.tar.gz connectbot-097a9ede241e21de4172c2407fe463a29278fc7b.tar.bz2 connectbot-097a9ede241e21de4172c2407fe463a29278fc7b.zip |
Add AlertDialogTheme to styles.xml
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/styles.xml | 6 |
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> |