summaryrefslogtreecommitdiffstats
path: root/res/layout/data_usage_summary.xml
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2011-06-13 22:31:09 -0700
committerJeff Sharkey <jsharkey@android.com>2011-06-13 22:31:09 -0700
commit94a9095eac680acdd0f1833232b69c7efd0fa7a0 (patch)
tree379f14e29040ec6c4c7ea3ba2ba2a28933066c01 /res/layout/data_usage_summary.xml
parent00046d6e176eb05c3e3b0d13d38a8da7491bba5e (diff)
downloadpackages_apps_Settings-94a9095eac680acdd0f1833232b69c7efd0fa7a0.zip
packages_apps_Settings-94a9095eac680acdd0f1833232b69c7efd0fa7a0.tar.gz
packages_apps_Settings-94a9095eac680acdd0f1833232b69c7efd0fa7a0.tar.bz2
Read network policy earlier, fix ugly scrollbar.
Read policy before creating options menu, so we correctly populate checkboxes. Also clean up Preference views so we don't crash when returning from app details. Change-Id: I52c38a3016ea669e27b325bfb6ae1620d2a5ca53
Diffstat (limited to 'res/layout/data_usage_summary.xml')
-rw-r--r--res/layout/data_usage_summary.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/data_usage_summary.xml b/res/layout/data_usage_summary.xml
index fc62465..41b8eed 100644
--- a/res/layout/data_usage_summary.xml
+++ b/res/layout/data_usage_summary.xml
@@ -40,7 +40,8 @@
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="0dip"
- android:layout_weight="1" />
+ android:layout_weight="1"
+ android:smoothScrollbar="false" />
</LinearLayout>