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

Commit b2f4bc87 authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Updating paddings to design spec." into lmp-preview-dev

parents 3a00419a cd23c849
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -19,8 +19,9 @@
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:gravity="center"
    android:textSize="40sp"
    android:textSize="20sp"
    android:textColor="#ffffffff"
    android:textStyle="italic"
    android:text="@string/recents_empty_message"
    android:fontFamily="sans-serif-thin"
    android:fontFamily="sans-serif-light"
    android:visibility="gone" />
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
@@ -38,6 +38,9 @@
    <dimen name="status_bar_recents_app_icon_left_margin">8dp</dimen>
    <dimen name="status_bar_recents_app_icon_top_margin">8dp</dimen>

    <!-- The side padding for the task stack as a percentage of the width. -->
    <item name="recents_stack_width_padding_percentage" format="float" type="dimen">0.2229</item>

    <!-- Width of the zen mode interstitial dialog. -->
    <dimen name="zen_mode_dialog_width">384dp</dimen>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -19,6 +19,9 @@
    <!-- Recent Applications parameters -->
    <dimen name="status_bar_recents_app_label_width">190dip</dimen>

    <!-- The side padding for the task stack as a percentage of the width. -->
    <item name="recents_stack_width_padding_percentage" format="float" type="dimen">0.25</item>

    <fraction name="keyguard_clock_y_fraction_max">37%</fraction>
    <fraction name="keyguard_clock_y_fraction_min">14%</fraction>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -46,6 +46,9 @@
    <!-- On tablets this is just the close_handle_height -->
    <dimen name="peek_height">@dimen/close_handle_height</dimen>

    <!-- The side padding for the task stack as a percentage of the width. -->
    <item name="recents_stack_width_padding_percentage" format="float" type="dimen">0.075</item>

    <!-- Width of the zen mode interstitial dialog. -->
    <dimen name="zen_mode_dialog_width">384dp</dimen>

+2 −0
Original line number Diff line number Diff line
@@ -72,6 +72,8 @@
    <color name="recents_task_bar_light_dismiss_color">#ffeeeeee</color>
    <!-- The recents task bar dark dismiss icon color to be drawn on top of light backgrounds. -->
    <color name="recents_task_bar_dark_dismiss_color">#ff333333</color>
    <!-- The recents task bar highlight color. -->
    <color name="recents_task_bar_highlight_color">#28ffffff</color>

    <color name="keyguard_affordance">#ffffffff</color>

Loading