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

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

Issue 2841543003: changed ordering of context menu to display image/video tab before link tab (Closed)
Patch Set: fixing the adding to groups actually this time Created 3 years, 7 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/tabular_context_menu.xml
diff --git a/chrome/android/java/res/layout/tabular_context_menu.xml b/chrome/android/java/res/layout/tabular_context_menu.xml
index 11998c6ed39020b97d1cfc6545f41ae002ae768d..6b408c28c7dfd0966ddf09af0ef886d0b408b278 100644
--- a/chrome/android/java/res/layout/tabular_context_menu.xml
+++ b/chrome/android/java/res/layout/tabular_context_menu.xml
@@ -20,5 +20,6 @@
app:tabSelectedTextColor="@color/light_active_color"
app:tabIndicatorColor="@color/light_active_color"
app:tabGravity="fill"
+ app:tabMaxWidth="0dp"
app:tabMode="fixed" />
</org.chromium.chrome.browser.contextmenu.TabularContextMenuViewPager>

Powered by Google App Engine
This is Rietveld 408576698