diff options
author | nebkat <nebkat@teamhacksung.org> | 2012-12-27 17:34:01 +0000 |
---|---|---|
committer | nebkat <nebkat@teamhacksung.org> | 2012-12-27 17:34:44 +0000 |
commit | 5ffcd2b98cad37a08338f6e1677b6ba0b6eee0be (patch) | |
tree | f4bf7468b0a1a8a3fc221a4fe1af0a4ab5e301ef /res/xml/preferences_dock.xml | |
parent | 16e27563f01f95ed7ded10f2a2ba76d2ea4e65b4 (diff) | |
download | packages_apps_trebuchet-5ffcd2b98cad37a08338f6e1677b6ba0b6eee0be.zip packages_apps_trebuchet-5ffcd2b98cad37a08338f6e1677b6ba0b6eee0be.tar.gz packages_apps_trebuchet-5ffcd2b98cad37a08338f6e1677b6ba0b6eee0be.tar.bz2 |
Hotseat: Icon scale
Change-Id: I6cae71283c164fe576dfd8338097f74d5d025b4a
Diffstat (limited to 'res/xml/preferences_dock.xml')
-rw-r--r-- | res/xml/preferences_dock.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/preferences_dock.xml b/res/xml/preferences_dock.xml index 3e85c95..54c7d6c 100644 --- a/res/xml/preferences_dock.xml +++ b/res/xml/preferences_dock.xml @@ -37,6 +37,12 @@ android:defaultValue="@integer/hotseat_cell_count" launcher:max="@integer/hotseat_cell_count" launcher:min="3" /> + <com.cyanogenmod.trebuchet.preference.SeekBarDialogPreference android:key="ui_dock_icon_scale" + android:title="@string/preferences_interface_dock_icon_scale_title" + android:summary="@string/preferences_interface_dock_icon_scale_summary" + launcher:min="80" + launcher:max="100" + android:defaultValue="@integer/hotseat_item_scale_percentage" /> <CheckBoxPreference android:key="ui_dock_divider" android:title="@string/preferences_interface_dock_divider_title" android:summary="@string/preferences_interface_dock_divider_summary" |