summaryrefslogtreecommitdiffstats
path: root/packages/DocumentsUI/res/layout
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2013-09-12 16:25:02 -0700
committerJeff Sharkey <jsharkey@android.com>2013-09-12 16:39:50 -0700
commit88f322c3115e85bb96fb46f9192b5daecd472c64 (patch)
treeec11ce7f6eeeb706df63f675ff3537adf2898751 /packages/DocumentsUI/res/layout
parent16dae5997bb0ff7f03d5a0ccfdc4be94aa35ba51 (diff)
downloadframeworks_base-88f322c3115e85bb96fb46f9192b5daecd472c64.zip
frameworks_base-88f322c3115e85bb96fb46f9192b5daecd472c64.tar.gz
frameworks_base-88f322c3115e85bb96fb46f9192b5daecd472c64.tar.bz2
DocumentsUI tablet support.
Shows as a faux dialog on larger tablets, since the normal dialog themes from framework don't support action bars. Instead, this hacks itself to look like a dialog with an InsetDrawable. Detects touches in dim area to dismiss dialog. Show all action bar icons on tablets, and roots panel is always visible with a different shadow. Show settings in dialog. Allow mode switches in recents. Bug: 10329832 Change-Id: Id02982ce7b0d4694962d32f8d5286fdfcc207208
Diffstat (limited to 'packages/DocumentsUI/res/layout')
-rw-r--r--packages/DocumentsUI/res/layout/item_doc_grid.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/DocumentsUI/res/layout/item_doc_grid.xml b/packages/DocumentsUI/res/layout/item_doc_grid.xml
index eea90b5..3cfae64 100644
--- a/packages/DocumentsUI/res/layout/item_doc_grid.xml
+++ b/packages/DocumentsUI/res/layout/item_doc_grid.xml
@@ -121,18 +121,6 @@
android:textAlignment="viewStart"
style="@style/TextAppearance.Small" />
- <TextView
- android:id="@android:id/summary"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:layout_gravity="center_vertical"
- android:layout_marginStart="8dp"
- android:singleLine="true"
- android:ellipsize="marquee"
- android:textAlignment="viewStart"
- style="@style/TextAppearance.Small" />
-
</LinearLayout>
</LinearLayout>