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

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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/compositor/CompositorViewHolder.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..7100531182ebfe2f7aaa94a473ce61f0a0ebdec8 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,8 @@
<FrameLayout
android:id="@+id/overview_list_layout_holder"
android:layout_width="match_parent"
- android:layout_height="match_parent" />
+ android:layout_height="match_parent"
+ android:visibility="gone" />
<org.chromium.chrome.browser.snackbar.BottomContainer
android:id="@+id/bottom_container"
@@ -92,7 +93,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 +103,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>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/compositor/CompositorViewHolder.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698