aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/basic_count_item.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-06-17 08:10:32 -0700
committerScott Jackson <daneren2005@gmail.com>2015-06-17 08:10:32 -0700
commit4c24853c6ad9f08004e8981a7187dd3ae1a794db (patch)
tree91c3dd2c12234f6380c4f9efc2d442fb28a79969 /app/src/main/res/layout/basic_count_item.xml
parent4d8d67a02e18948f707bfe2465435c4a69459468 (diff)
downloaddsub-4c24853c6ad9f08004e8981a7187dd3ae1a794db.tar.gz
dsub-4c24853c6ad9f08004e8981a7187dd3ae1a794db.tar.bz2
dsub-4c24853c6ad9f08004e8981a7187dd3ae1a794db.zip
Convert MainFragment over to SectionAdapter
Diffstat (limited to 'app/src/main/res/layout/basic_count_item.xml')
-rw-r--r--app/src/main/res/layout/basic_count_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/basic_count_item.xml b/app/src/main/res/layout/basic_count_item.xml
index 08d276db..7f71c5a6 100644
--- a/app/src/main/res/layout/basic_count_item.xml
+++ b/app/src/main/res/layout/basic_count_item.xml
@@ -2,7 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:background="@android:color/transparent"
+ android:background="?attr/selectableItemBackground"
android:minHeight="50dip">
<TextView