Loading packages/SystemUI/res-keyguard/layout/keyguard_status_view.xml +37 −33 Original line number Diff line number Diff line Loading @@ -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" Loading Loading @@ -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" Loading @@ -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> Loading
packages/SystemUI/res-keyguard/layout/keyguard_status_view.xml +37 −33 Original line number Diff line number Diff line Loading @@ -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" Loading Loading @@ -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" Loading @@ -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>