37 lines
1.7 KiB
XML
37 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2016 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>
|
|
<!-- Dialog title height, not used in watch due to dynamically sized button bar -->
|
|
<dimen name="alert_dialog_title_height">0dp</dimen>
|
|
<!-- Dialog button bar height, not used in watch due to dynamically sized button bar -->
|
|
<dimen name="alert_dialog_button_bar_height">0dp</dimen>
|
|
|
|
<dimen name="toast_y_offset">0dip</dimen>
|
|
|
|
<!-- AppErrorDialog's list item height -->
|
|
<dimen name="aerr_list_item_height">52dp</dimen>
|
|
<!-- Padding for contents in a view of BaseErrorDialog such as a title and buttons -->
|
|
<dimen name="base_error_dialog_contents_padding">14dp</dimen>
|
|
|
|
<!-- Specifies height of the divider in the input method chooser -->
|
|
<dimen name="input_method_divider_height">4dp</dimen>
|
|
|
|
<!-- The width/height of the icon view on staring surface. -->
|
|
<dimen name="starting_surface_icon_size">48dp</dimen>
|
|
<!-- The default width/height of the icon on the spec of adaptive icon drawable. -->
|
|
<dimen name="starting_surface_default_icon_size">48dp</dimen>
|
|
</resources>
|