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

Commit f3b9ec82 authored by Winson Chung's avatar Winson Chung
Browse files

Initial changes to allow dropping on delete target to remove widget.

- Fixing deletion animation

Change-Id: Ie93991c0e9af0c6b64c6b3808e38f349f6845965
parent febea58c
Loading
Loading
Loading
Loading
+1003 B
Loading image diff...
+802 B
Loading image diff...
+1.36 KiB
Loading image diff...
+6 −0
Original line number Diff line number Diff line
@@ -33,6 +33,12 @@
        android:layout_height="match_parent"
        android:clipChildren="false">

        <include layout="@layout/keyguard_widget_remove_drop_target"
            android:id="@+id/keyguard_widget_pager_delete_target"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="top|center_horizontal" />

        <include layout="@layout/keyguard_widget_pager"
            android:id="@+id/app_widget_container"
            android:layout_width="match_parent"
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@
    android:paddingRight="25dp"
    android:paddingTop="25dp"
    android:paddingBottom="25dp"
    android:clipChildren="false"
    android:clipToPadding="false"
    androidprv:pageSpacing="10dp">
</com.android.internal.policy.impl.keyguard.KeyguardWidgetCarousel>
 No newline at end of file
Loading