* commit '5a8f191c12d7087d1a64d8f058d6b0c2351223c5': Adjust owner info to spec
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/date_owner_info_margin"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:textColor="#ccffffff"
|
||||
android:textColor="@color/clock_gray"
|
||||
android:textSize="@dimen/widget_label_font_size"
|
||||
android:ellipsize="marquee"
|
||||
android:singleLine="true" />
|
||||
|
||||
@@ -26,5 +26,5 @@
|
||||
|
||||
<!-- Clock -->
|
||||
<color name="clock_white">#ffffffff</color>
|
||||
<color name="clock_gray">#80ffffff</color>
|
||||
<color name="clock_gray">#99ffffff</color>
|
||||
</resources>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<dimen name="password_char_padding">8dp</dimen>
|
||||
|
||||
<!-- The vertical margin between the date and the owner info. -->
|
||||
<dimen name="date_owner_info_margin">10dp</dimen>
|
||||
<dimen name="date_owner_info_margin">6dp</dimen>
|
||||
|
||||
<!-- The translation for disappearing security views after having solved them. -->
|
||||
<dimen name="disappear_y_translation">-32dp</dimen>
|
||||
|
||||
Reference in New Issue
Block a user