diff options
Diffstat (limited to 'android-support-v7-appcompat/res/values-large')
4 files changed, 113 insertions, 0 deletions
diff --git a/android-support-v7-appcompat/res/values-large/bools.xml b/android-support-v7-appcompat/res/values-large/bools.xml new file mode 100644 index 0000000..cdadd69 --- /dev/null +++ b/android-support-v7-appcompat/res/values-large/bools.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012 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="abc_split_action_bar_is_narrow">false</bool> + <bool name="abc_action_bar_embed_tabs_pre_jb">true</bool> +</resources> diff --git a/android-support-v7-appcompat/res/values-large/config.xml b/android-support-v7-appcompat/res/values-large/config.xml new file mode 100644 index 0000000..c4f04a3 --- /dev/null +++ b/android-support-v7-appcompat/res/values-large/config.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2012, 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. +*/ +--> + +<!-- These resources are around just to allow their values to be customized + for different hardware and product builds. --> +<resources> + <!-- Whether action menu items should obey the "withText" showAsAction. + This may be set to false for situations where space is + extremely limited. --> + <bool name="abc_config_allowActionMenuItemTextWithIcon">true</bool> + + <!-- see comment in values/config.xml --> + <dimen name="abc_config_prefDialogWidth">440dp</dimen> +</resources>
\ No newline at end of file diff --git a/android-support-v7-appcompat/res/values-large/dimens.xml b/android-support-v7-appcompat/res/values-large/dimens.xml new file mode 100644 index 0000000..de1cefc --- /dev/null +++ b/android-support-v7-appcompat/res/values-large/dimens.xml @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012 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> + <!-- Minimum width of the search view text entry area. --> + <dimen name="abc_search_view_text_min_width">192dip</dimen> + <!-- The maximum number of action buttons that should be permitted within + an action bar/action mode. This will be used to determine how many + showAsAction="ifRoom" items can fit. "always" items can override this. --> + <integer name="abc_max_action_buttons">4</integer> + + <!-- The platform's desired fixed width for a dialog along the major axis + (the screen is in landscape). This may be either a fraction or a dimension.--> + <item type="dimen" name="dialog_fixed_width_major">60%</item> + <!-- The platform's desired fixed width for a dialog along the minor axis + (the screen is in portrait). This may be either a fraction or a dimension.--> + <item type="dimen" name="dialog_fixed_width_minor">90%</item> + <!-- The platform's desired fixed height for a dialog along the major axis + (the screen is in portrait). This may be either a fraction or a dimension.--> + <item type="dimen" name="dialog_fixed_height_major">60%</item> + <!-- The platform's desired fixed height for a dialog along the minor axis + (the screen is in landscape). This may be either a fraction or a dimension.--> + <item type="dimen" name="dialog_fixed_height_minor">90%</item> + +</resources> diff --git a/android-support-v7-appcompat/res/values-large/themes_base.xml b/android-support-v7-appcompat/res/values-large/themes_base.xml new file mode 100644 index 0000000..a19dcf0 --- /dev/null +++ b/android-support-v7-appcompat/res/values-large/themes_base.xml @@ -0,0 +1,25 @@ +<?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> + + <style name="Theme.Base.AppCompat.DialogWhenLarge" + parent="Theme.Base.AppCompat.Dialog.FixedSize" /> + + <style name="Theme.Base.AppCompat.Light.DialogWhenLarge" + parent="Theme.Base.AppCompat.Dialog.Light.FixedSize" /> + +</resources> |
