summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorFlemmard <flemmard@gmail.com>2012-01-27 15:03:19 +0100
committerFlemmard <flemmard@gmail.com>2012-01-27 15:03:19 +0100
commitc1f9b6045dd2fb84717ae375c6276e4c06c46f85 (patch)
tree435219cc59231e39da0de6156340bdfc867fb630 /packages
parent98ddd3ed0f5e35790f6128124cfdde621bad12db (diff)
downloadframeworks_base-c1f9b6045dd2fb84717ae375c6276e4c06c46f85.zip
frameworks_base-c1f9b6045dd2fb84717ae375c6276e4c06c46f85.tar.gz
frameworks_base-c1f9b6045dd2fb84717ae375c6276e4c06c46f85.tar.bz2
Make statusBar settings Scrollable
This makes SystemUI's StatusBar Settings scrollable vertically. This allows to have more settings, in less space. This fix is advised if you added Bluetooth Setting in it. Change-Id: I82108215f5bf684a88f87685aab60442cf1014ac
Diffstat (limited to 'packages')
-rw-r--r--packages/SystemUI/res/layout-sw600dp/status_bar_settings_view.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout-sw600dp/status_bar_settings_view.xml b/packages/SystemUI/res/layout-sw600dp/status_bar_settings_view.xml
index 677988d..43b6e09 100644
--- a/packages/SystemUI/res/layout-sw600dp/status_bar_settings_view.xml
+++ b/packages/SystemUI/res/layout-sw600dp/status_bar_settings_view.xml
@@ -15,6 +15,11 @@
* limitations under the License.
-->
+<ScrollView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_height="280px"
+ android:layout_width="match_parent">
+
<com.android.systemui.statusbar.tablet.SettingsView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui"
@@ -153,3 +158,4 @@
</com.android.systemui.statusbar.tablet.SettingsView>
+</ScrollView> \ No newline at end of file