Backed out changeset 3cd24f004c1a (bug 1068411) for robocop NPEs.

This commit is contained in:
Ryan VanderMeulen 2014-10-27 15:37:17 -04:00
parent 8a564627f2
commit ea0b80721b
3 changed files with 4 additions and 11 deletions

View File

@ -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>

View File

@ -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"/>

View File

@ -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 -->