Merge "Fix 5233681,5230897: Minor tweaks to lockscreen layout on tablets."
This commit is contained in:
@@ -42,11 +42,8 @@
|
||||
<com.android.internal.widget.DigitalClock android:id="@+id/time"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_marginTop="8dip"
|
||||
android:layout_marginBottom="8dip"
|
||||
android:layout_marginLeft="-10dip"
|
||||
>
|
||||
|
||||
<!-- Because we can't have multi-tone fonts, we render two TextViews, one on
|
||||
|
||||
@@ -45,8 +45,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dip"
|
||||
android:layout_marginBottom="8dip"
|
||||
android_layout_marginLeft="-10dip">
|
||||
android:layout_marginBottom="8dip">
|
||||
|
||||
<!-- Because we can't have multi-tone fonts, we render two TextViews, one on
|
||||
top of the other. Hence the redundant layout... -->
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<!-- keyguard clock -->
|
||||
<color name="lockscreen_clock_background">#b3ffffff</color>
|
||||
<color name="lockscreen_clock_foreground">#7affffff</color>
|
||||
<color name="lockscreen_clock_am_pm">#ff9a9a9a</color>
|
||||
<color name="lockscreen_clock_am_pm">#ffffffff</color>
|
||||
<color name="lockscreen_owner_info">#ff9a9a9a</color>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user