80 lines
3.4 KiB
XML
80 lines
3.4 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>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.SearchView.MagIcon" parent="android:Widget">
|
||
|
<item name="android:layout_marginLeft">@dimen/abc_dropdownitem_text_padding_left</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.Search.DropDown" parent="android:Widget">
|
||
|
<item name="android:paddingLeft">@dimen/abc_dropdownitem_text_padding_left</item>
|
||
|
<item name="android:paddingRight">4dp</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Query" parent="android:Widget">
|
||
|
<item name="android:layout_alignParentRight">true</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1" parent="android:Widget">
|
||
|
<item name="android:layout_alignParentLeft">true</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Icon2" parent="android:Widget">
|
||
|
<item name="android:layout_toLeftOf">@id/edit_query</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Text" parent="Base.Widget.AppCompat.DropDownItem.Spinner">
|
||
|
<item name="android:layout_toLeftOf">@android:id/icon2</item>
|
||
|
<item name="android:layout_toRightOf">@android:id/icon1</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.ActionBar.TitleItem" parent="android:Widget">
|
||
|
<item name="android:layout_gravity">center_vertical|left</item>
|
||
|
<item name="android:paddingRight">8dp</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlUnderlay.Widget.AppCompat.ActionButton" parent="android:Widget">
|
||
|
<item name="android:paddingLeft">12dp</item>
|
||
|
<item name="android:paddingRight">12dp</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlUnderlay.Widget.AppCompat.ActionButton.Overflow" parent="Base.Widget.AppCompat.ActionButton">
|
||
|
<item name="android:paddingLeft">@dimen/abc_action_bar_overflow_padding_start_material</item>
|
||
|
<item name="android:paddingRight">@dimen/abc_action_bar_overflow_padding_end_material</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.PopupMenuItem" parent="android:Widget">
|
||
|
<item name="android:paddingRight">16dp</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.PopupMenuItem.InternalGroup" parent="android:Widget">
|
||
|
<item name="android:layout_marginLeft">16dp</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.PopupMenuItem.Text" parent="android:Widget">
|
||
|
<item name="android:layout_alignParentLeft">true</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.DialogTitle.Icon" parent="android:Widget">
|
||
|
<item name="android:layout_marginRight">8dp</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.DialogWindowTitle.AppCompat" parent="Base.DialogWindowTitle.AppCompat">
|
||
|
</style>
|
||
|
|
||
|
</resources>
|