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

Commit 727d8fc0 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Volume Panel sizing for phones.

Change-Id: I5a21b42740a3a3535504dc93c85b866c52cfb319
parent b93ffdb5
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" />