Index: chrome/android/java_staging/res/layout/recent_tabs_group_separator_invisible.xml |
diff --git a/chrome/android/java/res/layout/account_chooser_infobar_list.xml b/chrome/android/java_staging/res/layout/recent_tabs_group_separator_invisible.xml |
similarity index 56% |
copy from chrome/android/java/res/layout/account_chooser_infobar_list.xml |
copy to chrome/android/java_staging/res/layout/recent_tabs_group_separator_invisible.xml |
index da6f5b9b1cb0b268128d23d10271b1c1eb524d7b..5b39c370abe0144fdddaf7f354dccf42c714d636 100644 |
--- a/chrome/android/java/res/layout/account_chooser_infobar_list.xml |
+++ b/chrome/android/java_staging/res/layout/recent_tabs_group_separator_invisible.xml |
@@ -3,13 +3,8 @@ |
Use of this source code is governed by a BSD-style license that can be |
found in the LICENSE file. --> |
-<FrameLayout |
+<View |
xmlns:android="http://schemas.android.com/apk/res/android" |
+ android:layout_height="40dp" |
android:layout_width="match_parent" |
- android:layout_height="wrap_content"> |
- <ListView |
- android:id="@+id/account_list" |
- android:layout_width="match_parent" |
- android:layout_height="wrap_content" |
- android:padding="8dp"/> |
-</FrameLayout> |
+ android:visibility="invisible" /> |