aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorKyle Horimoto <khorimoto@gmail.com>2015-09-15 10:16:33 -0700
committerKyle Horimoto <khorimoto@gmail.com>2015-09-15 10:16:33 -0700
commit170638c7e3295c6fe7b0d5c644db8368845b2ad5 (patch)
treee8bb725d52af3a55890505a0bb778c832096e90b /app/src/main/res/layout
parentb3e2dc01b9dc4045151a9040b3276ce5f6845a6b (diff)
downloadconnectbot-170638c7e3295c6fe7b0d5c644db8368845b2ad5.tar.gz
connectbot-170638c7e3295c6fe7b0d5c644db8368845b2ad5.tar.bz2
connectbot-170638c7e3295c6fe7b0d5c644db8368845b2ad5.zip
Adjusted style to support pre-v11 devices.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/item_host.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_host.xml b/app/src/main/res/layout/item_host.xml
index e8f81bc..d39da8d 100644
--- a/app/src/main/res/layout/item_host.xml
+++ b/app/src/main/res/layout/item_host.xml
@@ -23,7 +23,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:minHeight="72dp"
- android:background="?android:attr/selectableItemBackground"
+ style="@style/SelectableItem"
>
<ImageView