aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/item_host.xml
diff options
context:
space:
mode:
authorKyle Horimoto <khorimoto@gmail.com>2015-09-04 13:22:36 -0700
committerKyle Horimoto <khorimoto@gmail.com>2015-09-14 12:03:50 -0700
commitb3e2dc01b9dc4045151a9040b3276ce5f6845a6b (patch)
tree62d39a1cdbffd351712ceebbb7abcb21d0545457 /app/src/main/res/layout/item_host.xml
parent95591dd552e8878e333aee439f128e28f7fd522b (diff)
downloadconnectbot-b3e2dc01b9dc4045151a9040b3276ce5f6845a6b.tar.gz
connectbot-b3e2dc01b9dc4045151a9040b3276ce5f6845a6b.tar.bz2
connectbot-b3e2dc01b9dc4045151a9040b3276ce5f6845a6b.zip
Convert to using RecyclerView.
Diffstat (limited to 'app/src/main/res/layout/item_host.xml')
-rw-r--r--app/src/main/res/layout/item_host.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_host.xml b/app/src/main/res/layout/item_host.xml
index 8c9f9fc..e8f81bc 100644
--- a/app/src/main/res/layout/item_host.xml
+++ b/app/src/main/res/layout/item_host.xml
@@ -23,6 +23,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:minHeight="72dp"
+ android:background="?android:attr/selectableItemBackground"
>
<ImageView