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

Commit 9d93ac5a authored by Ben Lin's avatar Ben Lin Committed by Automerger Merge Worker
Browse files

Merge "Adjust PIP Resize handle size and margin." into rvc-dev am: a48f73ea...

Merge "Adjust PIP Resize handle size and margin." into rvc-dev am: a48f73ea am: 350d57f9 am: c478cf42 am: 0ac6f46f

Change-Id: Ic2b8704b8454569d6f33753f1788b15f9d5ce278
parents 16e3f453 0ac6f46f
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -84,10 +84,10 @@
    <!--TODO (b/156917828): Add content description for a11y purposes?-->
    <!--TODO (b/156917828): Add content description for a11y purposes?-->
    <ImageButton
    <ImageButton
        android:id="@+id/resize_handle"
        android:id="@+id/resize_handle"
        android:layout_width="@dimen/pip_action_size"
        android:layout_width="@dimen/pip_resize_handle_size"
        android:layout_height="@dimen/pip_action_size"
        android:layout_height="@dimen/pip_resize_handle_size"
        android:layout_gravity="top|start"
        android:layout_gravity="top|start"
        android:padding="@dimen/pip_action_padding"
        android:layout_margin="@dimen/pip_resize_handle_margin"
        android:src="@drawable/pip_resize_handle"
        android:src="@drawable/pip_resize_handle"
        android:background="?android:selectableItemBackgroundBorderless" />
        android:background="?android:selectableItemBackgroundBorderless" />
</FrameLayout>
</FrameLayout>
+4 −0
Original line number Original line Diff line number Diff line
@@ -1000,6 +1000,10 @@
    <!-- The touchable/draggable edge size for PIP resize. -->
    <!-- The touchable/draggable edge size for PIP resize. -->
    <dimen name="pip_resize_edge_size">48dp</dimen>
    <dimen name="pip_resize_edge_size">48dp</dimen>


    <!-- PIP Resize handle size and margin. -->
    <dimen name="pip_resize_handle_size">12dp</dimen>
    <dimen name="pip_resize_handle_margin">4dp</dimen>

    <!-- The corner radius for PiP window. -->
    <!-- The corner radius for PiP window. -->
    <dimen name="pip_corner_radius">8dp</dimen>
    <dimen name="pip_corner_radius">8dp</dimen>