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

Commit a876433f authored by Danesh Mondegarian's avatar Danesh Mondegarian Committed by Danesh M
Browse files

Lockscreen : Background customization (Remaining bits)

Bring over remaining bits of lockscreen background customization

Change background selection for lockscreen to be more
consistant on Tablets (2/2)

Change-Id: Ia1a703ce213fa7698a2fb8e1679eefccd521962b

Change-Id: I970e6737bee037a2ada337dd1c527e339e33a5c2
parent 8ae5af8a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -21,7 +21,8 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="horizontal"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    android:layout_height="match_parent"
    android:id="@+id/root">

    <!-- left side: status and music -->
    <RelativeLayout
+2 −1
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    android:layout_height="match_parent"
    android:id="@+id/root">

    <!-- top: status and emergency/forgot pattern buttons -->
    <RelativeLayout
+2 −1
Original line number Diff line number Diff line
@@ -25,7 +25,8 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="horizontal"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    android:layout_height="match_parent"
    android:id="@+id/root">

    <!-- left side: status and music -->
    <RelativeLayout
+2 −1
Original line number Diff line number Diff line
@@ -21,7 +21,8 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    android:layout_height="match_parent"
    android:id="@+id/root">

    <!-- top: status -->
    <RelativeLayout
+2 −1
Original line number Diff line number Diff line
@@ -21,7 +21,8 @@
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:gravity="center_horizontal">
    android:gravity="center_horizontal"
    android:id="@+id/root">

    <com.android.internal.widget.DigitalClock android:id="@+id/time"
        android:layout_marginBottom="18dip"
Loading