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

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

Issue 2956943002: Adding smarter resizing logic for the context menu on orientation changes (Closed)
Patch Set: Created 3 years, 6 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_page.xml
diff --git a/chrome/android/java/res/layout/tabular_context_menu_page.xml b/chrome/android/java/res/layout/tabular_context_menu_page.xml
index bb290a276890eb7a2a51142c024b06096e2458f0..ab0cbc958ce75fea9a3e1e8932f0c9d5762cb275 100644
--- a/chrome/android/java/res/layout/tabular_context_menu_page.xml
+++ b/chrome/android/java/res/layout/tabular_context_menu_page.xml
@@ -54,7 +54,8 @@
<ListView
android:id="@+id/selectable_items"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
+ android:layout_height="0dp"
+ android:layout_weight="1"
android:paddingTop="8dp"
android:paddingBottom="8dp"
android:dividerHeight="0dp"
« no previous file with comments | « no previous file | chrome/android/java/res/layout/tabular_context_menu_row.xml » ('j') | chrome/android/java/res/values/dimens.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698