| 21478 |
rajender |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<resources>
|
|
|
3 |
<bool name="abc_action_bar_embed_tabs_pre_jb">true</bool>
|
|
|
4 |
<bool name="abc_config_allowActionMenuItemTextWithIcon">true</bool>
|
|
|
5 |
<dimen name="abc_action_bar_default_height_material">48dp</dimen>
|
|
|
6 |
<dimen name="abc_action_bar_progress_bar_size">32dp</dimen>
|
|
|
7 |
<dimen name="abc_text_size_subtitle_material_toolbar">12dp</dimen>
|
|
|
8 |
<dimen name="abc_text_size_title_material_toolbar">14dp</dimen>
|
|
|
9 |
<style name="Widget.Design.TabLayout" parent="Base.Widget.Design.TabLayout">
|
|
|
10 |
<item name="tabGravity">center</item>
|
|
|
11 |
<item name="tabMode">fixed</item>
|
|
|
12 |
</style>
|
|
|
13 |
</resources>
|