Loading core/java/com/android/internal/app/ChooserActivity.java +2 −2 Original line number Diff line number Diff line Loading @@ -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(); Loading core/res/res/layout/chooser_grid_preview_text.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
core/java/com/android/internal/app/ChooserActivity.java +2 −2 Original line number Diff line number Diff line Loading @@ -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(); Loading
core/res/res/layout/chooser_grid_preview_text.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading