summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2013-08-26 12:00:01 +0200
committerArne Coucheron <arco68@gmail.com>2017-07-31 00:38:21 +0200
commit7aeaefcfc4e3a8a807d54066ee3b3947bb5fdbed (patch)
tree5293b4a19b3da7b215a96a8532fe3e6558b540ba
parentcc80b1b5e0632125c6dcbc428eb3ad1324b97827 (diff)
downloadandroid_packages_apps_Gallery2-7aeaefcfc4e3a8a807d54066ee3b3947bb5fdbed.tar.gz
android_packages_apps_Gallery2-7aeaefcfc4e3a8a807d54066ee3b3947bb5fdbed.tar.bz2
android_packages_apps_Gallery2-7aeaefcfc4e3a8a807d54066ee3b3947bb5fdbed.zip
Gallery2: Fix up audio effects dialog
- Entirely remove string referencing Snapdragon, as there's nothing Snapdragon specific in the audio effects - Improve margins Change-Id: I5d2da3b16dcf60ece9b5db36cf2fc65c4a23c275
-rw-r--r--res/layout/audio_effects_dialog.xml2
-rw-r--r--res/layout/audio_effects_title.xml2
-rw-r--r--res/values/codeaurora_strings.xml3
3 files changed, 2 insertions, 5 deletions
diff --git a/res/layout/audio_effects_dialog.xml b/res/layout/audio_effects_dialog.xml
index be72d69cd..ac7c85b82 100644
--- a/res/layout/audio_effects_dialog.xml
+++ b/res/layout/audio_effects_dialog.xml
@@ -54,7 +54,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginStart="12dp"
+ android:layout_marginStart="24dp"
android:layout_weight="1">
<com.android.gallery3d.ui.Knob
android:id="@+id/bBStrengthKnob"
diff --git a/res/layout/audio_effects_title.xml b/res/layout/audio_effects_title.xml
index 2e200d5aa..6822fdf2b 100644
--- a/res/layout/audio_effects_title.xml
+++ b/res/layout/audio_effects_title.xml
@@ -36,7 +36,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
android:gravity="left|center_vertical">
<TextView
- android:text="@string/audio_effects_dialog_title"
+ android:text="@string/audio_effects"
android:gravity="left|center_vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
diff --git a/res/values/codeaurora_strings.xml b/res/values/codeaurora_strings.xml
index 540707e3a..4aa1ba275 100644
--- a/res/values/codeaurora_strings.xml
+++ b/res/values/codeaurora_strings.xml
@@ -104,9 +104,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<!-- Toast if user attempts to control audio effects without headphones plugged in. -->
<string name="headset_plug">Plug in headphones for these effects.</string>
- <!-- The title of the audio effects dialog. -->
- <string name="audio_effects_dialog_title">Snapdragon Audio+</string>
-
<!-- Toast message for share items -->
<string name="cannot_share_items">Max selected items for share is 300</string>