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

Commit 68956715 authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge "Make the volume slider height 48dp"

parents 45daefd1 ca34a280
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -45,8 +45,8 @@
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical"
        android:layout_marginTop="16dip"
        android:layout_marginBottom="16dip">
        android:layout_marginTop="8dp"
        android:layout_marginBottom="8dp">

        <LinearLayout
            android:layout_width="match_parent"
@@ -75,15 +75,14 @@
        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:orientation="vertical"
            android:layout_marginTop="6dp">
            android:orientation="vertical">

            <SeekBar
                android:id="@*android:id/seekbar"
                android:layout_gravity="center_vertical"
                android:paddingStart="12dp"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"/>
                android:layout_height="48dp"/>

            <TextView
                android:id="@+id/suppression_text"