Chromium Code Reviews| Index: chrome/android/java/res/layout/search_engine_layout.xml |
| diff --git a/chrome/android/java/res/layout/search_engine_layout.xml b/chrome/android/java/res/layout/search_engine_layout.xml |
| index 8d6d44bf8fe11d841b15a96b6ec21cf944e4af2b..5d5ff61fc60a0e8d2e7b117a7cc04e06b947f850 100644 |
| --- a/chrome/android/java/res/layout/search_engine_layout.xml |
| +++ b/chrome/android/java/res/layout/search_engine_layout.xml |
| @@ -14,50 +14,6 @@ |
| <ListView |
| android:id="@android:id/list" |
| android:layout_width="match_parent" |
| - android:layout_height="0dp" |
| - android:layout_weight="1"/> |
| - |
| - <View |
| - android:id="@+id/bottom_shadow" |
| - android:layout_width="match_parent" |
| - android:layout_height="1dp" |
| - android:background="@drawable/toolbar_shadow_normal" |
| - android:scaleY="-1" |
| - android:visibility="invisible" /> |
| - |
| - <LinearLayout |
| - android:layout_width="match_parent" |
| - android:layout_height="56dp" |
| - android:orientation="horizontal" |
| - android:gravity="end" |
| - android:paddingStart="6dp" |
| - android:paddingEnd="6dp"> |
| - |
| - <Button |
| - android:id="@+id/cancel_button" |
| - style="@style/ButtonCompatBorderless" |
| - android:layout_width="wrap_content" |
| - android:layout_height="wrap_content" |
| - android:textColor="@color/light_active_color" |
| - android:text="@string/cancel" |
| - android:textAllCaps="true" |
| - android:textSize="14sp" |
| - android:layout_marginEnd="16dp" |
| - android:layout_gravity="center_vertical"/> |
| - |
| - <org.chromium.ui.widget.ButtonCompat |
| - android:id="@+id/save_button" |
| - android:layout_width="wrap_content" |
| - android:layout_height="wrap_content" |
| - android:textColor="@android:color/white" |
| - android:text="@string/save" |
| - android:textAllCaps="true" |
| - android:textSize="14sp" |
| - android:layout_marginEnd="8dp" |
| - chrome:buttonColor="@color/light_active_color" |
| - chrome:buttonRaised="false" |
| - android:layout_gravity="center_vertical"/> |
| - |
| - </LinearLayout> |
| + android:layout_height="match_parent"/> |
|
Ian Wen
2016/10/26 18:56:14
Since this layout is so simple now, it makes me th
ltian
2016/10/28 22:00:26
Done.
|
| </LinearLayout> |