summaryrefslogtreecommitdiff
path: root/Defogger/res/layout/item_net.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Defogger/res/layout/item_net.xml')
-rw-r--r--Defogger/res/layout/item_net.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Defogger/res/layout/item_net.xml b/Defogger/res/layout/item_net.xml
index 4efb06c..cbde7cb 100644
--- a/Defogger/res/layout/item_net.xml
+++ b/Defogger/res/layout/item_net.xml
@@ -6,6 +6,6 @@
android:id="@+id/ssid"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:background="@color/list_view_selector"
+ android:background="?android:attr/selectableItemBackground"
android:textSize="20sp" />
</LinearLayout>