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

Commit 0df77e6d authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Volume Panel sizing for phones."

parents c46f7ffa 727d8fc0
Loading
Loading
Loading
Loading
+8 −12
Original line number Diff line number Diff line
@@ -15,22 +15,21 @@
-->

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:gravity="left">

    android:layout_width="480dp"
    android:layout_height="wrap_content">
    <LinearLayout
        android:layout_width="wrap_content"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="80dip"
        android:layout_marginTop="80dp"
        android:background="@android:drawable/dialog_full_holo_dark"
        android:orientation="horizontal"
        >

        <LinearLayout
            android:id="@+id/slider_group"
            android:layout_width="wrap_content"
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:orientation="vertical"
            >
            <!-- Sliders go here -->
@@ -58,7 +57,4 @@
            />

    </LinearLayout>

</FrameLayout>
 No newline at end of file

+3 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
-->

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_width="match_parent"
    android:layout_height="80dip"
    android:orientation="horizontal"
    android:layout_marginTop="8dip"
@@ -34,8 +34,9 @@
    <SeekBar
        style="?android:attr/seekBarStyle"
        android:id="@+id/seekbar"
        android:layout_width="300dip"
        android:layout_width="300dp"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:padding="16dip"
        android:layout_marginLeft="8dip"
        android:layout_marginRight="8dip" />