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

Commit 9a982acb authored by Rodolfo Hurtado's avatar Rodolfo Hurtado Committed by Steve Kondik
Browse files

Phone and Messaging Lockscreen resources

Change-Id: Ida52d9e88030daea7033a7651e82f0d18a847448

Phone and Messaging LockScren resources.

Change-Id: I9d75160ba252485c1a89b420a05c795b4a229f82

Phone and Messaging LockScren resources
parent adb69034
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2223,6 +2223,12 @@ public final class Settings {
        public static final String LOCKSCREEN_QUICK_UNLOCK_CONTROL =
            "lockscreen_quick_unlock_control";

        /**
         * Whether to use the custom Phone and Messaging SlidingTab
         * @hide
         */
        public static final String LOCKSCREEN_PHONE_MESSAGING_TAB = "lockscreen_phone_messaging_tab";

        /**
         * Whether to use a custom pull-down notification screen
         * @hide 
+6.99 KiB
Loading image diff...
+4.59 KiB
Loading image diff...
+15 −6
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_below="@id/carrier"
        android:layout_marginTop="52dip"
        android:layout_marginTop="32dip"
        android:layout_marginLeft="20dip"
        android:paddingBottom="8dip"
        >
@@ -154,13 +154,22 @@
        android:drawablePadding="4dip"
        />

    <com.android.internal.widget.SlidingTab
        android:id="@+id/tab_selector2"
        android:orientation="horizontal"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_alignParentBottom="true"
        android:layout_marginBottom="150dip"
        />

    <com.android.internal.widget.SlidingTab
        android:id="@+id/tab_selector"
        android:orientation="horizontal"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_alignParentBottom="true"
        android:layout_marginBottom="80dip"
        android:layout_marginBottom="60dip"
        />

    <!-- emergency call button shown when sim is PUKd and tab_selector is
@@ -186,7 +195,7 @@
        android:layout_height="wrap_content"
        android:layout_centerInParent="true"
        android:layout_alignParentBottom="true"
        android:layout_marginBottom="20dip"
        android:layout_marginBottom="10dip"
        android:padding="10px"
        android:background="@color/transparent"
        android:visibility="gone"
@@ -198,7 +207,7 @@
        android:src="@drawable/ic_media_pause"
        android:layout_centerInParent="true"
        android:layout_alignParentBottom="true"
        android:layout_marginBottom="20dip"
        android:layout_marginBottom="10dip"
        android:padding="10px"
        android:background="@color/transparent"
        android:visibility="gone"
@@ -209,7 +218,7 @@
        android:layout_height="wrap_content"
        android:src="@drawable/ic_media_previous"
        android:layout_alignParentBottom="true"
        android:layout_marginBottom="20dip"
        android:layout_marginBottom="10dip"
        android:padding="10px"
        android:layout_toLeftOf="@+id/musicControlPause"
        android:background="@color/transparent"
@@ -221,7 +230,7 @@
        android:layout_height="wrap_content"
        android:src="@drawable/ic_media_next"
        android:layout_alignParentBottom="true"
        android:layout_marginBottom="20dip"
        android:layout_marginBottom="10dip"
        android:padding="10px"
        android:layout_toRightOf="@+id/musicControlPause"
        android:background="@color/transparent"
+9 −1
Original line number Diff line number Diff line
@@ -203,12 +203,20 @@
    </RelativeLayout>

    <!-- right side -->
    <com.android.internal.widget.SlidingTab
        android:id="@+id/tab_selector2"
        android:orientation="vertical"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginBottom="150dip"
        />

    <com.android.internal.widget.SlidingTab
        android:id="@+id/tab_selector"
        android:orientation="vertical"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:layout_marginRight="80dip"
        android:layout_marginRight="60dip"
        />

    <!-- emergency call button shown when sim is PUKd and tab_selector is
Loading