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

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: 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..fefc9703dbda6dd0ad40e6db2afd9047387a1be0 100644
--- a/chrome/android/java/res/layout/clear_browsing_data_tabs.xml
+++ b/chrome/android/java/res/layout/clear_browsing_data_tabs.xml
@@ -16,6 +16,7 @@
<android.support.design.widget.TabLayout
android:id="@+id/clear_browsing_data_tabs"
+ android:layoutDirection="ltr"
msramek 2017/01/25 15:24:23 Maybe comment here that RTL is addressed in the Ja
dullweber 2017/01/25 17:22:06 Done.
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabMode="fixed"

Powered by Google App Engine
This is Rietveld 408576698