OSDN Git Service

Merge "Increase height of silent section header to meet GAR" into qt-dev
authorNed Burns <pixel@google.com>
Tue, 21 May 2019 02:02:45 +0000 (02:02 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Tue, 21 May 2019 02:02:45 +0000 (02:02 +0000)
1  2 
packages/SystemUI/res/layout/status_bar_notification_section_header.xml
packages/SystemUI/res/values/dimens.xml

              android:id="@+id/btn_clear_all"
              android:layout_width="@dimen/notification_section_header_height"
              android:layout_height="@dimen/notification_section_header_height"
 -            android:layout_marginRight="4dp"
 +            android:layout_marginEnd="4dp"
              android:src="@drawable/status_bar_notification_section_header_clear_btn"
              android:contentDescription="@string/accessibility_notification_section_header_gentle_clear_all"
+             android:scaleType="center"
              />
      </LinearLayout>