Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78a79d29 authored by Robert Snoeberger's avatar Robert Snoeberger
Browse files

Update size and vertical spacing of clock on keyguard.

Bug: 130223602
Test: visual
Change-Id: I09f6dff826d6ef297a4babdc9aa70b7f138dbeed
parent 8197beee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
      android:layout_height="wrap_content"
      android:layout_gravity="center_horizontal"
      android:gravity="center_horizontal"
      android:paddingBottom="@dimen/widget_vertical_padding_clock"
      android:letterSpacing="0.03"
      android:textColor="?attr/wallpaperTextColor"
      android:singleLine="true"
+2 −1
Original line number Diff line number Diff line
@@ -36,7 +36,8 @@
             android:layout_height="wrap_content"
             android:layout_gravity="center_horizontal"
             android:gravity="center_horizontal"
             android:letterSpacing="0.03"
             android:paddingBottom="@dimen/title_clock_padding"
             android:letterSpacing="0.02"
             android:textColor="?attr/wallpaperTextColor"
             android:singleLine="true"
             style="@style/widget_big"
+4 −3
Original line number Diff line number Diff line
@@ -32,8 +32,9 @@
              android:id="@+id/title"
              android:layout_width="match_parent"
              android:layout_height="wrap_content"
              android:paddingStart="64dp"
              android:paddingEnd="64dp"
              android:paddingStart="44dp"
              android:paddingEnd="44dp"
              android:letterSpacing="0.02"
              android:visibility="gone"
              android:textColor="?attr/wallpaperTextColor"
              android:theme="@style/TextAppearance.Keyguard"
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
    androidprv:layout_maxHeight="@dimen/keyguard_security_height"
    android:gravity="center_horizontal|top">
    <LinearLayout
        android:id="@+id/status_view_container"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginBottom="@dimen/widget_vertical_padding"
+2 −2
Original line number Diff line number Diff line
@@ -16,5 +16,5 @@
  -->

<resources>
    <dimen name="widget_big_font_size">64dp</dimen>
    <dimen name="widget_big_font_size">54dp</dimen>
</resources>
Loading