mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 3cd24f004c1a (bug 1068411) for robocop NPEs.
This commit is contained in:
parent
9f45e511d3
commit
e715f1362a
@ -10,12 +10,10 @@
|
||||
android:right="-2dp"
|
||||
android:left="-2dp">
|
||||
<shape>
|
||||
<!-- Padding creates vertical space between the text and the underline,
|
||||
as well as right padding for search icon/clear button -->
|
||||
<!-- Padding creates vertical space between the text and the underline -->
|
||||
<padding
|
||||
android:top="@dimen/search_bar_padding_y"
|
||||
android:bottom="@dimen/search_bar_padding_y"
|
||||
android:right="@dimen/search_bar_padding_right"/>
|
||||
android:bottom="@dimen/search_bar_padding_y"/>
|
||||
<solid android:color="@android:color/transparent"/>
|
||||
<stroke android:width="1dp" android:color="@color/edit_text_default"/>
|
||||
</shape>
|
||||
|
@ -10,12 +10,10 @@
|
||||
android:right="-3dp"
|
||||
android:left="-3dp">
|
||||
<shape>
|
||||
<!-- Padding creates vertical space between the text and the underline,
|
||||
as well as right padding for search icon/clear button -->
|
||||
<!-- Padding creates vertical space between the text and the underline -->
|
||||
<padding
|
||||
android:top="@dimen/search_bar_padding_y"
|
||||
android:bottom="@dimen/search_bar_padding_y"
|
||||
android:right="@dimen/search_bar_padding_right"/>
|
||||
android:bottom="@dimen/search_bar_padding_y"/>
|
||||
<solid android:color="@android:color/transparent"/>
|
||||
<!-- We apply a color filter to set the color for the selected search engine -->
|
||||
<stroke android:width="2dp" android:color="@android:color/white"/>
|
||||
|
@ -14,9 +14,6 @@
|
||||
<dimen name="search_row_padding">15dp</dimen>
|
||||
<dimen name="search_bar_padding_y">10dp</dimen>
|
||||
|
||||
<!-- Padding to account for search engine icon/clear button -->
|
||||
<dimen name="search_bar_padding_right">25dp</dimen>
|
||||
|
||||
<dimen name="search_history_drawable_padding">10dp</dimen>
|
||||
|
||||
<!-- Widget Buttons -->
|
||||
|
Loading…
Reference in New Issue
Block a user