Update share sheet with NEXT style
- made backgrounds lighter (colorBackground) - removed shadows from buttons - updated tint colors on buttons - updated button background colors Bug: 181994925 Test: visual Change-Id: I74938594e4192553f616897218affefaa0575651
This commit is contained in:
@@ -18,5 +18,5 @@
|
||||
<corners
|
||||
android:topLeftRadius="@dimen/config_bottomDialogCornerRadius"
|
||||
android:topRightRadius="@dimen/config_bottomDialogCornerRadius"/>
|
||||
<solid android:color="?attr/colorBackgroundFloating" />
|
||||
<solid android:color="?attr/colorBackground" />
|
||||
</shape>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
~ limitations under the License
|
||||
-->
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@color/lighter_gray">
|
||||
android:color="?android:attr/colorControlHighlight">
|
||||
<item>
|
||||
<inset
|
||||
android:insetLeft="0dp"
|
||||
@@ -23,10 +23,8 @@
|
||||
android:insetRight="0dp"
|
||||
android:insetBottom="8dp">
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="16dp"></corners>
|
||||
<stroke android:width="1dp"
|
||||
android:color="?attr/opacityListDivider" />
|
||||
<solid android:color="?attr/colorBackgroundFloating" />
|
||||
<corners android:radius="16dp" />
|
||||
<solid android:color="@color/system_neutral2_100" />
|
||||
</shape>
|
||||
</inset>
|
||||
</item>
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
android:singleLine="true"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/chooser_action_button_bg"
|
||||
android:drawableTint="@color/chooser_chip_icon"
|
||||
android:drawableTint="?android:textColorPrimary"
|
||||
android:drawableTintMode="src_in"
|
||||
style="?android:attr/borderlessButtonStyle"
|
||||
/>
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:background="?attr/colorBackgroundFloating">
|
||||
android:background="?attr/colorBackground">
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
@@ -84,7 +84,7 @@
|
||||
android:layout_alwaysShow="true"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="?attr/colorBackgroundFloating"
|
||||
android:background="?attr/colorBackground"
|
||||
android:foreground="?attr/dividerVertical" />
|
||||
<FrameLayout
|
||||
android:id="@android:id/tabcontent"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:paddingBottom="@dimen/chooser_view_spacing"
|
||||
android:background="?attr/colorBackgroundFloating">
|
||||
android:background="?attr/colorBackground">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="@dimen/chooser_preview_width"
|
||||
|
||||
@@ -22,14 +22,14 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:background="?attr/colorBackgroundFloating">
|
||||
android:background="?attr/colorBackground">
|
||||
<RelativeLayout
|
||||
android:id="@+id/content_preview_image_area"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:paddingBottom="@dimen/chooser_view_spacing"
|
||||
android:background="?attr/colorBackgroundFloating">
|
||||
android:background="?attr/colorBackground">
|
||||
|
||||
<view class="com.android.internal.app.ChooserActivity$RoundedRectImageView"
|
||||
android:id="@+id/content_preview_image_1_large"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:background="?android:attr/colorBackgroundFloating">
|
||||
android:background="?android:attr/colorBackground">
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="@dimen/chooser_preview_width"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
android:layoutManager="com.android.internal.app.ChooserGridLayoutManager"
|
||||
android:id="@+id/resolver_list"
|
||||
android:clipToPadding="false"
|
||||
android:background="?attr/colorBackgroundFloating"
|
||||
android:background="?attr/colorBackground"
|
||||
android:scrollbars="none"
|
||||
android:elevation="1dp"
|
||||
android:nestedScrollingEnabled="true" />
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
<TextView android:id="@+id/empty"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/colorBackgroundFloating"
|
||||
android:background="?attr/colorBackground"
|
||||
android:text="@string/noApplications"
|
||||
android:padding="@dimen/chooser_edge_margin_normal"
|
||||
android:layout_marginBottom="56dp"
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
android:layout_alwaysShow="true"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="?attr/colorBackgroundFloating"
|
||||
android:background="?attr/colorBackground"
|
||||
android:foreground="?attr/dividerVertical" />
|
||||
|
||||
<FrameLayout
|
||||
@@ -76,7 +76,7 @@
|
||||
android:visibility="gone"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/colorBackgroundFloating"/>
|
||||
android:background="?attr/colorBackground"/>
|
||||
|
||||
<TabHost
|
||||
android:id="@+id/profile_tabhost"
|
||||
@@ -85,7 +85,7 @@
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:accessibilityTraversalAfter="@id/title"
|
||||
android:background="?attr/colorBackgroundFloating">
|
||||
android:background="?attr/colorBackground">
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
@@ -101,7 +101,7 @@
|
||||
android:visibility="gone"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="?attr/colorBackgroundFloating"
|
||||
android:background="?attr/colorBackground"
|
||||
android:foreground="?attr/dividerVertical"/>
|
||||
<FrameLayout
|
||||
android:id="@android:id/tabcontent"
|
||||
@@ -120,13 +120,13 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alwaysShow="true"
|
||||
android:orientation="vertical"
|
||||
android:background="?attr/colorBackgroundFloating"
|
||||
android:background="?attr/colorBackground"
|
||||
android:layout_ignoreOffset="true">
|
||||
<View
|
||||
android:id="@+id/resolver_button_bar_divider"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="?attr/colorBackgroundFloating"
|
||||
android:background="?attr/colorBackground"
|
||||
android:foreground="?attr/dividerVertical" />
|
||||
<LinearLayout
|
||||
android:id="@+id/button_bar"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/resolver_list"
|
||||
android:clipToPadding="false"
|
||||
android:background="?attr/colorBackgroundFloating"
|
||||
android:background="?attr/colorBackground"
|
||||
android:elevation="@dimen/resolver_elevation"
|
||||
android:nestedScrollingEnabled="true"
|
||||
android:scrollbarStyle="outsideOverlay"
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
android:layout_alwaysShow="true"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="?attr/colorBackgroundFloating"
|
||||
android:background="?attr/colorBackground"
|
||||
android:foreground="?attr/dividerVertical" />
|
||||
|
||||
<FrameLayout
|
||||
@@ -157,7 +157,7 @@
|
||||
android:visibility="gone"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/colorBackgroundFloating"/>
|
||||
android:background="?attr/colorBackground"/>
|
||||
|
||||
<TabHost
|
||||
android:layout_alwaysShow="true"
|
||||
@@ -166,7 +166,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:background="?attr/colorBackgroundFloating">
|
||||
android:background="?attr/colorBackground">
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
@@ -182,7 +182,7 @@
|
||||
android:visibility="gone"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="?attr/colorBackgroundFloating"
|
||||
android:background="?attr/colorBackground"
|
||||
android:foreground="?attr/dividerVertical"/>
|
||||
<FrameLayout
|
||||
android:id="@android:id/tabcontent"
|
||||
@@ -200,6 +200,6 @@
|
||||
android:layout_alwaysShow="true"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="?attr/colorBackgroundFloating"
|
||||
android:background="?attr/colorBackground"
|
||||
android:foreground="?attr/dividerVertical" />
|
||||
</com.android.internal.widget.ResolverDrawerLayout>
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
|
||||
<color name="resolver_empty_state_text">#FFFFFF</color>
|
||||
<color name="resolver_empty_state_icon">#FFFFFF</color>
|
||||
<color name="chooser_chip_icon">#8AB4F8</color> <!-- Blue 300 -->
|
||||
|
||||
<color name="personal_apps_suspension_notification_color">#8AB4F8</color>
|
||||
</resources>
|
||||
|
||||
@@ -237,7 +237,6 @@
|
||||
<color name="resolver_text_color_secondary_dark">#ffC4C6C6</color>
|
||||
<color name="resolver_empty_state_text">#FF202124</color>
|
||||
<color name="resolver_empty_state_icon">#FF5F6368</color>
|
||||
<color name="chooser_chip_icon">#FF1A73E8</color> <!-- Blue 600 -->
|
||||
|
||||
<!-- Color for personal app suspension notification button text and icon tint. -->
|
||||
<color name="personal_apps_suspension_notification_color">#1A73E8</color>
|
||||
|
||||
Reference in New Issue
Block a user