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

Commit c4388da0 authored by ar's avatar ar
Browse files

Lockscreen: Glowpad Alignment - Multi DPI, Tested on sgs, sgs2, sgs3 and GNex

Change-Id: I162ccdf363df04357f917389e4e453e479122a5c
parent 160b523e
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -289,10 +289,13 @@
        <com.android.internal.widget.multiwaveview.GlowPadView
            android:id="@+id/unlock_widget"
            android:orientation="horizontal"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignParentBottom="true"
            android:gravity="top"
            android:layout_centerHorizontal="true"
            android:layout_centerVertical="true"
            android:paddingLeft="8dip"
            android:paddingRight="8dip"
            android:focusable="true"

            android:targetDrawables="@array/lockscreen_targets_with_camera"