54 lines
2.5 KiB
XML
54 lines
2.5 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--
|
||
|
Copyright (C) 2014 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>
|
||
|
|
||
|
<!-- Default height of an action bar. -->
|
||
|
<dimen name="abc_action_bar_default_height_material">56dp</dimen>
|
||
|
<!-- Default padding of an action bar. -->
|
||
|
<dimen name="abc_action_bar_default_padding_material">4dp</dimen>
|
||
|
<!-- Vertical padding around action bar icons. -->
|
||
|
<dimen name="abc_action_bar_icon_vertical_padding_material">16dp</dimen>
|
||
|
<!-- Top margin for action bar subtitles -->
|
||
|
<dimen name="abc_action_bar_subtitle_top_margin_material">-3dp</dimen>
|
||
|
<!-- Bottom margin for action bar subtitles -->
|
||
|
<dimen name="abc_action_bar_subtitle_bottom_margin_material">5dp</dimen>
|
||
|
|
||
|
<dimen name="abc_action_button_min_width_overflow_material">36dp</dimen>
|
||
|
<dimen name="abc_action_button_min_width_material">48dp</dimen>
|
||
|
<dimen name="abc_action_button_min_height_material">48dp</dimen>
|
||
|
|
||
|
<dimen name="abc_text_size_display_4_material">112sp</dimen>
|
||
|
<dimen name="abc_text_size_display_3_material">56sp</dimen>
|
||
|
<dimen name="abc_text_size_display_2_material">45sp</dimen>
|
||
|
<dimen name="abc_text_size_display_1_material">34sp</dimen>
|
||
|
<dimen name="abc_text_size_headline_material">24sp</dimen>
|
||
|
<dimen name="abc_text_size_title_material">20sp</dimen>
|
||
|
<dimen name="abc_text_size_subhead_material">16sp</dimen>
|
||
|
<dimen name="abc_text_size_title_material_toolbar">20dp</dimen>
|
||
|
<dimen name="abc_text_size_subtitle_material_toolbar">16dp</dimen>
|
||
|
<dimen name="abc_text_size_menu_material">16sp</dimen>
|
||
|
<dimen name="abc_text_size_body_2_material">16sp</dimen>
|
||
|
<dimen name="abc_text_size_body_1_material">16sp</dimen>
|
||
|
<dimen name="abc_text_size_caption_material">12sp</dimen>
|
||
|
<dimen name="abc_text_size_button_material">14sp</dimen>
|
||
|
|
||
|
<dimen name="abc_text_size_large_material">22sp</dimen>
|
||
|
<dimen name="abc_text_size_medium_material">18sp</dimen>
|
||
|
<dimen name="abc_text_size_small_material">14sp</dimen>
|
||
|
|
||
|
</resources>
|