Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15b29230 authored by Danny Baumann's avatar Danny Baumann Committed by LuK1337
Browse files

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
parent cca548c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"
+0 −3
Original line number Diff line number Diff line
@@ -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>