73 lines
3.1 KiB
XML
73 lines
3.1 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_marginStart">@dimen/abc_dropdownitem_text_padding_left</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.Search.DropDown" parent="android:Widget">
|
||
|
<item name="android:paddingStart">@dimen/abc_dropdownitem_text_padding_left</item>
|
||
|
<item name="android:paddingEnd">4dp</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Query" parent="android:Widget">
|
||
|
<item name="android:layout_alignParentEnd">true</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1" parent="android:Widget">
|
||
|
<item name="android:layout_alignParentStart">true</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Icon2" parent="android:Widget">
|
||
|
<item name="android:layout_toStartOf">@id/edit_query</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Text" parent="Base.Widget.AppCompat.DropDownItem.Spinner">
|
||
|
<item name="android:layout_toStartOf">@android:id/icon2</item>
|
||
|
<item name="android:layout_toEndOf">@android:id/icon1</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.ActionBar.TitleItem" parent="android:Widget">
|
||
|
<item name="android:layout_gravity">center_vertical|start</item>
|
||
|
<item name="android:paddingEnd">8dp</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.ActionButton.CloseMode" parent="Base.Widget.AppCompat.ActionButton.CloseMode">
|
||
|
<item name="android:paddingStart">8dp</item>
|
||
|
<item name="android:layout_marginEnd">16dp</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.ActionButton.Overflow" parent="Base.Widget.AppCompat.ActionButton.Overflow">
|
||
|
<item name="android:paddingStart">0dp</item>
|
||
|
<item name="android:paddingEnd">12dp</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.PopupMenuItem" parent="android:Widget">
|
||
|
<item name="android:paddingEnd">16dp</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.PopupMenuItem.InternalGroup" parent="android:Widget">
|
||
|
<item name="android:layout_marginStart">16dp</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="RtlOverlay.Widget.AppCompat.PopupMenuItem.Text" parent="android:Widget">
|
||
|
<item name="android:layout_alignParentStart">true</item>
|
||
|
<item name="android:textAlignment">viewStart</item>
|
||
|
</style>
|
||
|
|
||
|
</resources>
|