OSDN Git Service

Merge "Update the recents onboarding UI to the latest mock." into pi-dev
authorTreeHugger Robot <treehugger-gerrit@google.com>
Wed, 11 Apr 2018 21:36:31 +0000 (21:36 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Wed, 11 Apr 2018 21:36:31 +0000 (21:36 +0000)
1  2 
packages/SystemUI/res/values/dimens.xml

           views where the distance can't be measured -->
      <dimen name="notification_icon_appear_padding">15dp</dimen>
  
 +    <!-- Vertical translation of the shelf during animation that happens after the
 +    notification panel collapses -->
 +    <dimen name="shelf_appear_translation">9dp</dimen>
 +
      <!-- The amount the content shifts upwards when transforming into the icon -->
      <dimen name="notification_icon_transform_content_shift">32dp</dimen>
  
      <dimen name="qs_header_alarm_icon_size">18dp</dimen>
      <dimen name="qs_header_alarm_text_margin_start">6dp</dimen>
      <dimen name="qs_footer_padding_start">16dp</dimen>
 -    <dimen name="qs_footer_padding_end">24dp</dimen>
 +    <dimen name="qs_footer_padding_end">16dp</dimen>
      <dimen name="qs_footer_icon_size">16dp</dimen>
  
      <dimen name="qs_notif_collapsed_space">64dp</dimen>
      <!-- The size of the drag hint text. -->
      <dimen name="recents_drag_hint_text_size">14sp</dimen>
  
+     <!-- The size of corner radius of the arrow in the onboarding toast. -->
+     <dimen name="recents_onboarding_toast_arrow_corner_radius">2dp</dimen>
      <!-- The min alpha to apply to a task affiliation group color. -->
      <item name="recents_task_affiliation_color_min_alpha_percentage" format="float" type="dimen">0.6</item>