diff options
| author | 2023-04-17 17:24:20 +0000 | |
|---|---|---|
| committer | 2023-04-17 17:24:20 +0000 | |
| commit | a94ea8494eefe6622544093fab6f2b4c3a3abd1e (patch) | |
| tree | b2a20ffae58db7aaec3f74945cff84be3864f950 /java/res | |
| parent | f0b4a9f9c194618c0eb87edf7ecad48f3583e8f9 (diff) | |
| parent | 9721cfb08324587d9649c6630750e599b67352db (diff) | |
Merge "Remove content preview from FileContentPreviewUI" into udc-dev
Diffstat (limited to 'java/res')
| -rw-r--r-- | java/res/layout/chooser_grid_preview_file.xml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/java/res/layout/chooser_grid_preview_file.xml b/java/res/layout/chooser_grid_preview_file.xml index c9ef952a..40ab2f0b 100644 --- a/java/res/layout/chooser_grid_preview_file.xml +++ b/java/res/layout/chooser_grid_preview_file.xml @@ -39,15 +39,6 @@ android:layout_marginBottom="@dimen/chooser_view_spacing" android:id="@androidprv:id/content_preview_file_layout"> - <com.android.intentresolver.widget.RoundedRectImageView - android:id="@androidprv:id/content_preview_file_thumbnail" - android:layout_width="75dp" - android:layout_height="75dp" - android:layout_marginRight="16dp" - android:adjustViewBounds="true" - android:layout_gravity="center_vertical" - android:gravity="center" - android:scaleType="centerCrop"/> <ImageView android:id="@androidprv:id/content_preview_file_icon" android:layout_width="36dp" @@ -56,8 +47,7 @@ android:adjustViewBounds="true" android:layout_gravity="center_vertical" android:gravity="center" - android:scaleType="fitCenter" - android:visibility="gone"/> + android:scaleType="fitCenter" /> <TextView android:id="@androidprv:id/content_preview_filename" android:layout_width="0dp" |