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

Commit f99ac67b authored by Geoffrey Pitsch's avatar Geoffrey Pitsch Committed by Android (Google) Code Review
Browse files

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

parents daa1539a 73321422
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>