summaryrefslogtreecommitdiff
path: root/java/res
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-04-17 17:24:20 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-04-17 17:24:20 +0000
commita94ea8494eefe6622544093fab6f2b4c3a3abd1e (patch)
treeb2a20ffae58db7aaec3f74945cff84be3864f950 /java/res
parentf0b4a9f9c194618c0eb87edf7ecad48f3583e8f9 (diff)
parent9721cfb08324587d9649c6630750e599b67352db (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.xml12
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"