am 3e54ce27: Merge "Adjust owner info to spec" into lmp-mr1-dev

* commit '3e54ce273abafec3a0eca9e7064d5151ec096f0b':
  Adjust owner info to spec
This commit is contained in:
Jorim Jaggi
2014-11-10 15:44:25 +00:00
committed by Android Git Automerger
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="@dimen/date_owner_info_margin" android:layout_marginTop="@dimen/date_owner_info_margin"
android:layout_gravity="center_horizontal" android:layout_gravity="center_horizontal"
android:textColor="#ccffffff" android:textColor="@color/clock_gray"
android:textSize="@dimen/widget_label_font_size" android:textSize="@dimen/widget_label_font_size"
android:ellipsize="marquee" android:ellipsize="marquee"
android:singleLine="true" /> android:singleLine="true" />

View File

@@ -26,5 +26,5 @@
<!-- Clock --> <!-- Clock -->
<color name="clock_white">#ffffffff</color> <color name="clock_white">#ffffffff</color>
<color name="clock_gray">#80ffffff</color> <color name="clock_gray">#99ffffff</color>
</resources> </resources>

View File

@@ -174,7 +174,7 @@
<dimen name="password_char_padding">8dp</dimen> <dimen name="password_char_padding">8dp</dimen>
<!-- The vertical margin between the date and the owner info. --> <!-- 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. --> <!-- The translation for disappearing security views after having solved them. -->
<dimen name="disappear_y_translation">-32dp</dimen> <dimen name="disappear_y_translation">-32dp</dimen>