diff options
author | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-07-02 00:48:22 +0800 |
---|---|---|
committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-07-27 17:47:24 +0800 |
commit | 9176a64ebcf2f59b01f0159ae129c56230b28cb6 (patch) | |
tree | e5232b3ed8b42bdb3d868ec2d582eae5066eb5d8 /res/values | |
parent | 4aab309bc9b1b089423729d001d65e1ce6148859 (diff) | |
download | packages_apps_Settings-9176a64ebcf2f59b01f0159ae129c56230b28cb6.zip packages_apps_Settings-9176a64ebcf2f59b01f0159ae129c56230b28cb6.tar.gz packages_apps_Settings-9176a64ebcf2f59b01f0159ae129c56230b28cb6.tar.bz2 |
Settings: Improve vibrator intensity dialog layout
- Remove redundant 'Vibrator intensity' text
- Align the text and seekbars
- Get rid of the ScrollView
- Clean up
Visual:
http://imgur.com/YB7Ez3m
Change-Id: I4d80f7df2f18b580eaef1ca44ce0560e044ee065
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/cm_strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index cd091fd..cf5ad54 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -626,7 +626,7 @@ <!-- Hardware tunables - Vibrator intensity --> <string name="vibrator_intensity_title">Vibrator intensity</string> - <string name="vibrator_warning">Values higher than %1$d are not recommended</string> + <string name="vibrator_warning">Values higher than %1$d%% are not recommended</string> <!-- Hardware tunables - Color calibration --> <string name="color_calibration_title">Color calibration</string> |