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

Commit 8181a718 authored by 2bllw8's avatar 2bllw8 Committed by Joey
Browse files

Eleven: use more easy to understand drag drop icons

Change-Id: Icdbd384efb528c7e07c0ec8bd71aaef0c7809cf2
parent c9b5fded
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,5 +6,5 @@
        android:viewportHeight="24.0">
    <path
        android:fillColor="@color/white"
        android:pathData="M20,9H4v2h16V9zM4,15h16v-2H4v2z"/>
        android:pathData="M11.29,8.71L6.7,13.3c-0.39,0.39 -0.39,1.02 0,1.41 0.39,0.39 1.02,0.39 1.41,0L12,10.83l3.88,3.88c0.39,0.39 1.02,0.39 1.41,0 0.39,-0.39 0.39,-1.02 0,-1.41L12.7,8.71c-0.38,-0.39 -1.02,-0.39 -1.41,0z" />
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -6,5 +6,5 @@
        android:viewportHeight="24.0">
    <path
        android:fillColor="?android:attr/textColorPrimary"
        android:pathData="M20,9H4v2h16V9zM4,15h16v-2H4v2z"/>
        android:pathData="M11,18c0,1.1 -0.9,2 -2,2s-2,-0.9 -2,-2 0.9,-2 2,-2 2,0.9 2,2zM9,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM9,4c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM15,8c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM15,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM15,16c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2z" />
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -6,5 +6,5 @@
        android:viewportHeight="24.0">
    <path
        android:fillColor="@color/white"
        android:pathData="M20,9H4v2h16V9zM4,15h16v-2H4v2z"/>
        android:pathData="M11,18c0,1.1 -0.9,2 -2,2s-2,-0.9 -2,-2 0.9,-2 2,-2 2,0.9 2,2zM9,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM9,4c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM15,8c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM15,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM15,16c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2z" />
</vector>
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@
        android:layout_width="@dimen/drag_and_drop_width"
        android:layout_height="@dimen/drag_and_drop_height"
        android:layout_centerVertical="true"
        android:scaleType="fitXY"
        android:src="@drawable/gripper_light" />

    <FrameLayout
+1 −2
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@
        android:layout_width="@dimen/drag_and_drop_width"
        android:layout_height="@dimen/drag_and_drop_height"
        android:layout_centerVertical="true"
        android:scaleType="fitXY"
        android:src="@drawable/gripper" />

    <RelativeLayout
Loading