Update to platforms;android-28.
[android_tools.git] / sdk / platforms / android-28 / data / res / values / bools.xml
blobb49fe49c087b256a9400c2acc86d917a886eb79f
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2011 The Android Open Source Project
4      Licensed under the Apache License, Version 2.0 (the "License");
5      you may not use this file except in compliance with the License.
6      You may obtain a copy of the License at
8           http://www.apache.org/licenses/LICENSE-2.0
10      Unless required by applicable law or agreed to in writing, software
11      distributed under the License is distributed on an "AS IS" BASIS,
12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13      See the License for the specific language governing permissions and
14      limitations under the License.
15 -->
17 <resources>
18     <bool name="kg_enable_camera_default_widget">true</bool>
19     <bool name="kg_center_small_widgets_vertically">false</bool>
20     <bool name="kg_top_align_page_shrink_on_bouncer_visible">true</bool>
21     <bool name="action_bar_embed_tabs">true</bool>
22     <bool name="split_action_bar_is_narrow">true</bool>
23     <bool name="preferences_prefer_dual_pane">false</bool>
24     <bool name="show_ongoing_ime_switcher">true</bool>
25     <bool name="action_bar_expanded_action_views_exclusive">true</bool>
26     <bool name="target_honeycomb_needs_options_menu">true</bool>
27     <!-- Whether or not to use the drawable/lockscreen_notselected and
28          drawable/lockscreen_selected instead of the generic dots when displaying
29          the LockPatternView.
30          <p>The main purpose is for OEMs to customize the rendering of the
31          lockscreen, setting this to true should come with customized drawables. -->
32     <bool name="use_lock_pattern_drawable">false</bool>
33 </resources>