mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
Bug 881777 - Use different height for search engine rows (r=sriram)
This commit is contained in:
parent
4c2d7b2928
commit
ff255d6d54
@ -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"/>
|
||||
|
@ -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">
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user