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

Commit 417510bd authored by Geoffrey Pitsch's avatar Geoffrey Pitsch Committed by android-build-merger
Browse files

Merge "Remove Keyguard owner info from RelativeLayout." into oc-dr1-dev am: f99ac67b

am: b618e8fe

Change-Id: I08f58463bb236d11f45a77408be978463ae5f782
parents ba859911 b618e8fe
Loading
Loading
Loading
Loading
+37 −33
Original line number Diff line number Diff line
@@ -28,6 +28,10 @@
    androidprv:layout_maxWidth="@dimen/keyguard_security_width"
    androidprv:layout_maxHeight="@dimen/keyguard_security_height"
    android:gravity="center_horizontal|top">
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical">
        <RelativeLayout
            android:id="@+id/keyguard_clock_container"
            android:layout_width="match_parent"
@@ -63,6 +67,7 @@
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_below="@id/clock_view" />
        </RelativeLayout>

        <TextView
            android:id="@+id/owner_info"
@@ -72,12 +77,11 @@
            android:layout_height="wrap_content"
            android:layout_marginTop="@dimen/date_owner_info_margin"
            android:layout_centerHorizontal="true"
            android:layout_below="@id/keyguard_status_area"
            android:textColor="?attr/bgProtectSecondaryTextColor"
            android:textSize="@dimen/widget_label_font_size"
            android:letterSpacing="0.05"
            android:ellipsize="marquee"
            android:singleLine="true" />

    </RelativeLayout>
    </LinearLayout>
</com.android.keyguard.KeyguardStatusView>