diff options
| author | 2023-05-02 20:13:34 +0000 | |
|---|---|---|
| committer | 2023-05-02 20:13:34 +0000 | |
| commit | 10007c4f602e72160976a15bcdd2cd9b81686466 (patch) | |
| tree | 659f1730edc82b7344559c717bde163af073eedf /java | |
| parent | b2494b73cfb4802e694fa45a088334b628b85837 (diff) | |
Don't set a background color for scrollable preview.
It had an old value and wasn't needed anyway.
Bug: 280479440
Test: Visual verification of correct color shade.
Change-Id: Id0707f5b3332e95cd8a561a3e9bb2f7676d6ee20
Diffstat (limited to 'java')
| -rw-r--r-- | java/res/layout/chooser_grid_preview_image.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/res/layout/chooser_grid_preview_image.xml b/java/res/layout/chooser_grid_preview_image.xml index 20c49786..4d462419 100644 --- a/java/res/layout/chooser_grid_preview_image.xml +++ b/java/res/layout/chooser_grid_preview_image.xml @@ -34,7 +34,6 @@ android:layout_gravity="center_horizontal" android:layout_marginBottom="@dimen/chooser_view_spacing" android:layout_marginHorizontal="@dimen/chooser_edge_margin_normal_half" - android:background="?android:attr/colorBackground" app:itemInnerSpacing="3dp" app:itemOuterSpacing="@dimen/chooser_edge_margin_normal_half"/> |