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

Commit 7b79b1e1 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix round rect in divider handle

Also make it a bit larger to make it more grabable.

Change-Id: I2335e85b35a90d87d1b6f889921731833199cd3e
parent 8fccfe28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,6 +17,6 @@ Copyright (C) 2015 The Android Open Source Project
        android:shape="rectangle">
    <size android:height="@dimen/docked_divider_handle_height"
        android:width="@dimen/docked_divider_handle_width" />
    <corners radius="1dp" />
    <corners android:radius="1dp" />
    <solid android:color="@color/docked_divider_handle" />
</shape>
 No newline at end of file
+0 −2
Original line number Diff line number Diff line
@@ -27,8 +27,6 @@
    <ImageButton
        style="@style/DockedDividerHandle"
        android:id="@+id/docked_divider_handle"
        android:layout_height="48dp"
        android:layout_width="48dp"
        android:background="@null"
        android:src="@drawable/docked_divider_handle"/>

+2 −0
Original line number Diff line number Diff line
@@ -27,6 +27,8 @@

    <style name="DockedDividerHandle">
        <item name="android:layout_gravity">center_vertical</item>
        <item name="android:layout_width">48dp</item>
        <item name="android:layout_height">64dp</item>
    </style>

</resources>
+2 −0
Original line number Diff line number Diff line
@@ -311,6 +311,8 @@

    <style name="DockedDividerHandle">
        <item name="android:layout_gravity">center_horizontal</item>
        <item name="android:layout_width">64dp</item>
        <item name="android:layout_height">48dp</item>
    </style>

</resources>