Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1286)

Unified Diff: chrome/android/java/res/layout/clear_browsing_data_tabs.xml

Issue 2646313005: Implement additional parts of the new ui for CBD. (Closed)
Patch Set: fix review issues Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/layout/clear_browsing_data_tabs.xml
diff --git a/chrome/android/java/res/layout/clear_browsing_data_tabs.xml b/chrome/android/java/res/layout/clear_browsing_data_tabs.xml
index 81ad215794cb5df965899a4577b0b70cd692e04a..0168590e7a50347bdfb23a97aaf1c91bcca288d9 100644
--- a/chrome/android/java/res/layout/clear_browsing_data_tabs.xml
+++ b/chrome/android/java/res/layout/clear_browsing_data_tabs.xml
@@ -3,6 +3,8 @@
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
+<!-- Layout used by ClearBrowsingDataTabsFragment -->
+
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
@@ -14,8 +16,11 @@
android:layout_height="wrap_content"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
+ <!-- RTL is handled manually in ClearBrowsingDataTabsFragment because
+ it is not working correctly with a ViewPager -->
<android.support.design.widget.TabLayout
android:id="@+id/clear_browsing_data_tabs"
+ android:layoutDirection="ltr"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabMode="fixed"

Powered by Google App Engine
This is Rietveld 408576698