Bug 790448 - Center search rows in AwesomeScreen. r=mfinkle

This commit is contained in:
Brian Nicholson 2012-09-25 15:06:47 -07:00
Родитель 23e1abde57
Коммит 759af4b4ed
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -7,6 +7,7 @@
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:minHeight="@dimen/awesomebar_row_height" android:minHeight="@dimen/awesomebar_row_height"
android:gravity="center_vertical"
android:padding="6dip"> android:padding="6dip">
<ImageView android:id="@+id/suggestion_icon" <ImageView android:id="@+id/suggestion_icon"