diff options
author | Danny Baumann <dannybaumann@web.de> | 2013-04-07 13:33:43 +0200 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2013-04-18 11:36:44 +0200 |
commit | 0d81e44b5ca1d363ddfde32ad0d833e429e33af1 (patch) | |
tree | bf756289050ccc17e9809152ffac0279569f6028 /res/menu | |
parent | bdb1b7f1a1d2b1bc0c1ddcd22a3c2cc63b85a031 (diff) | |
download | packages_apps_settings-0d81e44b5ca1d363ddfde32ad0d833e429e33af1.zip packages_apps_settings-0d81e44b5ca1d363ddfde32ad0d833e429e33af1.tar.gz packages_apps_settings-0d81e44b5ca1d363ddfde32ad0d833e429e33af1.tar.bz2 |
Overhaul auto-brightness level UI.
This changes a few things:
- Don't imply a 'bucket' type of algorithm is used by showing an ambient
brightness range for each line
- Allow manually entering the screen brightness
- Add a preview window for the cubic spline interpolation
- Add a help text
JIRA:CYAN-612
Change-Id: I64274280872b9fe4f6fdc368d654aca81e0a4e0c
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/auto_brightness_setup_more.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/res/menu/auto_brightness_setup_more.xml b/res/menu/auto_brightness_setup_more.xml new file mode 100644 index 0000000..d8dd22c --- /dev/null +++ b/res/menu/auto_brightness_setup_more.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<menu xmlns:android="http://schemas.android.com/apk/res/android"> + <item + android:id="@+id/auto_brightness_menu_preview" + android:title="@string/auto_brightness_preview" /> + <item + android:id="@+id/auto_brightness_menu_help" + android:title="@string/help_label" /> +</menu> |