summaryrefslogtreecommitdiffstats
path: root/res/layout/data_usage_header.xml
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2011-06-14 15:01:18 -0700
committerJeff Sharkey <jsharkey@android.com>2011-06-14 16:32:06 -0700
commit4c72ae5e3d172f883e5957509c5c7bf92c6cc8d4 (patch)
tree2b842e3c9234263024d99e4c79a95a8f858cb436 /res/layout/data_usage_header.xml
parent94a9095eac680acdd0f1833232b69c7efd0fa7a0 (diff)
downloadpackages_apps_Settings-4c72ae5e3d172f883e5957509c5c7bf92c6cc8d4.zip
packages_apps_Settings-4c72ae5e3d172f883e5957509c5c7bf92c6cc8d4.tar.gz
packages_apps_Settings-4c72ae5e3d172f883e5957509c5c7bf92c6cc8d4.tar.bz2
Cycle day editor and other confirmation dialogs.
Create dialog to edit "cycle day" when data usage resets. Also added dialogs to confirm enabling limit and restricting an application. Change-Id: I1e08b17fabd1fcfc2f260807a61435d0ff1a8627
Diffstat (limited to 'res/layout/data_usage_header.xml')
-rw-r--r--res/layout/data_usage_header.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/data_usage_header.xml b/res/layout/data_usage_header.xml
index 4d8a5dd..8e6f054 100644
--- a/res/layout/data_usage_header.xml
+++ b/res/layout/data_usage_header.xml
@@ -23,7 +23,9 @@
android:id="@+id/switches"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:orientation="vertical" />
+ android:orientation="vertical"
+ android:showDividers="middle|end"
+ android:divider="?android:attr/listDivider" />
<LinearLayout
android:layout_width="match_parent"