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

Commit 0f52a47e authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am 4ac6f492: am 3d6438c8: am 1f887cb2: Merge "Make the add widget button...

am 4ac6f492: am 3d6438c8: am 1f887cb2: Merge "Make the add widget button hitrectangle smaller." into jb-mr1-lockscreen-dev

* commit '4ac6f492':
  Make the add widget button hitrectangle smaller.
parents ac424701 4ac6f492
Loading
Loading
Loading
Loading
−6.83 KiB (12.7 KiB)
Loading image diff...
−11.9 KiB (7.55 KiB)
Loading image diff...
−4.12 KiB (15.4 KiB)
Loading image diff...
+14 −7
Original line number Diff line number Diff line
@@ -23,11 +23,18 @@
    android:id="@+id/keyguard_add_widget"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:gravity="center_horizontal">
    >
    <FrameLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            >
        <ImageView
            android:id="@+id/keyguard_add_widget_view"
            android:clickable="true"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="center"
            android:padding="24dp"
            android:src="@drawable/add_widget" />
    </FrameLayout>
</com.android.internal.policy.impl.keyguard.KeyguardWidgetFrame>
 No newline at end of file