Chromium Code Reviews| Index: chrome/android/java/res/layout/bottom_control_container.xml |
| diff --git a/chrome/android/java/res/layout/bottom_control_container.xml b/chrome/android/java/res/layout/bottom_control_container.xml |
| index 1153e0af1c9f78b16aaaf1210445bef0d0bcb24b..c27261da36c922bab81086d885c327c5f3291bf8 100644 |
| --- a/chrome/android/java/res/layout/bottom_control_container.xml |
| +++ b/chrome/android/java/res/layout/bottom_control_container.xml |
| @@ -43,10 +43,16 @@ |
| </view> |
| </org.chromium.chrome.browser.toolbar.ToolbarControlContainer> |
| - <View |
| + <FrameLayout |
| android:id="@+id/bottom_sheet_content" |
| android:layout_width="match_parent" |
| - android:layout_height="match_parent" |
| - android:background="@android:color/white" /> |
| + android:layout_height="match_parent"> |
|
gone
2017/01/23 19:48:39
nit: space before > to match the rest of the file.
mdjones
2017/01/24 01:37:24
Done.
|
| + |
| + <View |
| + android:layout_width="match_parent" |
| + android:layout_height="match_parent" |
| + android:background="@android:color/white" /> |
| + |
| + </FrameLayout> |
| </org.chromium.chrome.browser.widget.BottomSheet> |