Merge "Sharesheet - Make ripples consistent" into qt-dev

This commit is contained in:
TreeHugger Robot
2019-05-02 15:13:26 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -2881,10 +2881,10 @@ public class ChooserActivity extends ResolverActivity {
if (startType != lastStartType
|| rowPosition == getContentPreviewRowCount() + getProfileRowCount()) {
row.setBackground(
row.setForeground(
getResources().getDrawable(R.drawable.chooser_row_layer_list, null));
} else {
row.setBackground(null);
row.setForeground(null);
}
int columnCount = holder.getColumnCount();

View File

@@ -60,7 +60,7 @@
android:minWidth="48dp"
android:minHeight="48dp"
android:clickable="true"
android:background="?android:attr/selectableItemBackgroundBorderless">
style="?attr/borderlessButtonStyle">
<ImageView
android:layout_width="24dp"