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

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

Issue 2878403002: Support setting mouse cursor icon in Android N. (Closed)
Patch Set: Support setting mouse cursor icon in Android N Created 3 years, 4 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/main.xml
diff --git a/chrome/android/java/res/layout/main.xml b/chrome/android/java/res/layout/main.xml
index 95f0598e19d0f0a58db82055431f4a24b0908578..518300eba4fd5c8a69eddac0440c8bea8c69e29a 100644
--- a/chrome/android/java/res/layout/main.xml
+++ b/chrome/android/java/res/layout/main.xml
@@ -9,7 +9,7 @@
android:layout_height="match_parent"
android:orientation="vertical">
- <android.support.design.widget.CoordinatorLayout
+ <org.chromium.chrome.browser.coordinator.CoordinatorLayoutForPointer
android:id="@+id/coordinator"
android:layout_width="match_parent"
android:layout_height="0dp"
@@ -23,7 +23,7 @@
<FrameLayout
android:id="@+id/overview_list_layout_holder"
android:layout_width="match_parent"
- android:layout_height="match_parent" />
+ android:layout_height="wrap_content" />
Ted C 2017/08/09 04:30:54 With your fixes for pointers in the outer containe
jaebaek 2017/08/09 06:38:17 Marking it gone causes several test failures such
Ted C 2017/08/09 16:30:55 I think we should fix the code to make this work t
jaebaek 2017/08/11 00:47:35 Done.
<org.chromium.chrome.browser.snackbar.BottomContainer
android:id="@+id/bottom_container"
@@ -92,7 +92,7 @@
<FrameLayout
android:id="@+id/bottom_sheet_snackbar_container"
android:layout_width="match_parent"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
android:layout_gravity="start|bottom"
android:layout_marginTop="@dimen/bottom_nav_height_inverse" />
@@ -102,8 +102,7 @@
android:layout="@layout/empty_background_view_tablet"
android:layout_width="match_parent"
android:layout_height="match_parent" />
-
- </android.support.design.widget.CoordinatorLayout>
+ </org.chromium.chrome.browser.coordinator.CoordinatorLayoutForPointer>
</LinearLayout>

Powered by Google App Engine
This is Rietveld 408576698