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

Commit 4964685a authored by caxtonchan's avatar caxtonchan
Browse files

[Settings] Align volume slider with other preference

Update padding to align with other preference.

Bug: 77606803
Test: Robotest and manual test
Change-Id: I3f81bf0a6c796465128d05260f4a50e23db45385
parent a62df616
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
                android:layout_width="0dp"
                android:layout_height="wrap_content"
                android:layout_weight="1"
                android:paddingStart="16dp"
                android:paddingStart="12dp"
                android:singleLine="true"
                android:textAppearance="@android:style/TextAppearance.Material.Subhead"
                android:textColor="?android:attr/textColorPrimary"
@@ -68,7 +68,7 @@
                android:layout_width="wrap_content"
                android:layout_height="match_parent"
                android:gravity="end|center_vertical"
                android:paddingStart="16dp"
                android:paddingStart="12dp"
                android:orientation="vertical"/>
        </LinearLayout>

@@ -80,6 +80,7 @@
            <SeekBar
                android:id="@*android:id/seekbar"
                android:layout_gravity="center_vertical"
                android:paddingStart="12dp"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"/>

@@ -87,7 +88,7 @@
                android:id="@+id/suppression_text"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:paddingStart="16dp"
                android:paddingStart="12dp"
                android:layout_gravity="center_vertical|start"
                android:textAlignment="viewStart"
                android:singleLine="true"