| <!-- |
| ~ Copyright (C) 2023 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> |
| <!-- Note that this is the value for landscape phones, the value for all screens taller than |
| 480dp is set in values-h480dp/integers.xml --> |
| <integer name="text_preview_lines">3</integer> |
| <!-- This is a value used to control whether to show the head for the chooser grid preview on |
| the chooser grid preview page. 0 is visible, 2 is gone. --> |
| <integer name="chooser_header_for_preview_visibility">0</integer> |
| <!-- This is a value used to control whether to show the close button on the chooser grid |
| preview page. 0 is visible, 2 is gone. --> |
| <integer name="preview_close_button_visibility">2</integer> |
| </resources> |