diff options
author | Jeff Sharkey <jsharkey@android.com> | 2013-09-12 16:25:02 -0700 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2013-09-12 16:39:50 -0700 |
commit | 88f322c3115e85bb96fb46f9192b5daecd472c64 (patch) | |
tree | ec11ce7f6eeeb706df63f675ff3537adf2898751 /packages/DocumentsUI/res/values-sw720dp-land | |
parent | 16dae5997bb0ff7f03d5a0ccfdc4be94aa35ba51 (diff) | |
download | frameworks_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/values-sw720dp-land')
-rw-r--r-- | packages/DocumentsUI/res/values-sw720dp-land/dimens.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/DocumentsUI/res/values-sw720dp-land/dimens.xml b/packages/DocumentsUI/res/values-sw720dp-land/dimens.xml new file mode 100644 index 0000000..961608c --- /dev/null +++ b/packages/DocumentsUI/res/values-sw720dp-land/dimens.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<resources> + <bool name="always_show_summary">true</bool> +</resources> |