diff --git a/core/res/res/layout/keyguard_screen_password_landscape.xml b/core/res/res/layout/keyguard_screen_password_landscape.xml index 937d5dcd47414..8ba08f68f17f8 100644 --- a/core/res/res/layout/keyguard_screen_password_landscape.xml +++ b/core/res/res/layout/keyguard_screen_password_landscape.xml @@ -24,7 +24,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - android:rowCount="10" + android:rowCount="11" android:id="@+id/root" android:clipChildren="false"> @@ -33,7 +33,8 @@ + android:layout_marginBottom="8dip" + android:layout_gravity="right"> @@ -67,120 +68,129 @@ android:id="@+id/date" android:layout_below="@id/time" android:layout_marginTop="6dip" + android:singleLine="true" + android:ellipsize="marquee" android:textAppearance="?android:attr/textAppearanceMedium" android:textSize="@dimen/keyguard_lockscreen_status_line_font_size" - android:layout_gravity="left" + android:layout_gravity="right" /> - - - - - - - -