Loading packages/SystemUI/res-keyguard/layout/keyguard_status_view.xml +1 −1 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/widget_vertical_padding" android:orientation="vertical"> <RelativeLayout android:id="@+id/keyguard_clock_container" Loading Loading @@ -63,7 +64,6 @@ <include layout="@layout/keyguard_status_area" android:id="@+id/keyguard_status_area" android:layout_marginTop="20dp" android:layout_marginBottom="@dimen/widget_vertical_padding" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@id/clock_separator" /> Loading packages/SystemUI/res-keyguard/values/dimens.xml +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ <dimen name="password_char_padding">8dp</dimen> <!-- The vertical margin between the date and the owner info. --> <dimen name="date_owner_info_margin">6dp</dimen> <dimen name="date_owner_info_margin">2dp</dimen> <!-- The translation for disappearing security views after having solved them. --> <dimen name="disappear_y_translation">-32dp</dimen> Loading Loading
packages/SystemUI/res-keyguard/layout/keyguard_status_view.xml +1 −1 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/widget_vertical_padding" android:orientation="vertical"> <RelativeLayout android:id="@+id/keyguard_clock_container" Loading Loading @@ -63,7 +64,6 @@ <include layout="@layout/keyguard_status_area" android:id="@+id/keyguard_status_area" android:layout_marginTop="20dp" android:layout_marginBottom="@dimen/widget_vertical_padding" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@id/clock_separator" /> Loading
packages/SystemUI/res-keyguard/values/dimens.xml +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ <dimen name="password_char_padding">8dp</dimen> <!-- The vertical margin between the date and the owner info. --> <dimen name="date_owner_info_margin">6dp</dimen> <dimen name="date_owner_info_margin">2dp</dimen> <!-- The translation for disappearing security views after having solved them. --> <dimen name="disappear_y_translation">-32dp</dimen> Loading