summaryrefslogtreecommitdiff
path: root/Defogger/res/layout/item_scan.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Defogger/res/layout/item_scan.xml')
-rw-r--r--Defogger/res/layout/item_scan.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Defogger/res/layout/item_scan.xml b/Defogger/res/layout/item_scan.xml
index 02e0135..12d4f16 100644
--- a/Defogger/res/layout/item_scan.xml
+++ b/Defogger/res/layout/item_scan.xml
@@ -3,12 +3,12 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
-
+
<TextView
android:id="@+id/scanitem"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
- android:background="@color/list_view_selector"
- android:textSize="20sp" />
+ android:background="?android:attr/selectableItemBackground"
+ android:textSize="20sp" />
</LinearLayout>