Bug 881777 - Use different height for search engine rows (r=sriram)

This commit is contained in:
Lucas Rocha 2013-06-13 16:58:39 +01:00
parent f3cf841506
commit a3c5a31d4d
3 changed files with 5 additions and 1 deletions

View File

@ -6,5 +6,5 @@
<org.mozilla.gecko.SearchEngineRow xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:minHeight="@dimen/page_row_height"
android:minHeight="@dimen/search_row_height"
android:padding="7dp"/>

View File

@ -16,6 +16,7 @@
<org.mozilla.gecko.FlowLayout android:id="@+id/suggestion_layout"
android:layout_toRightOf="@id/suggestion_icon"
android:layout_centerVertical="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content">

View File

@ -33,6 +33,9 @@
<!-- Page Row height -->
<dimen name="page_row_height">64dp</dimen>
<!-- Search Engine Row height -->
<dimen name="search_row_height">48dp</dimen>
<!-- Max width of the doorhanger on tablets -->
<dimen name="doorhanger_width">400dp</dimen>
<dimen name="doorhanger_input_width">250dp</dimen>