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

Unified Diff: content/shell/android/java/res/layout/shell_view.xml

Issue 2431753002: Mus experiment in content shell on Android.
Patch Set: Fix mac bot Created 4 years, 1 month 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: content/shell/android/java/res/layout/shell_view.xml
diff --git a/content/shell/android/java/res/layout/shell_view.xml b/content/shell/android/java/res/layout/shell_view.xml
index 37f702a94bc759b9d16131b05985a3d30acc6866..4afda07615be523eacebffbe6eb8e9a01f1a8dea 100644
--- a/content/shell/android/java/res/layout/shell_view.xml
+++ b/content/shell/android/java/res/layout/shell_view.xml
@@ -46,6 +46,13 @@
android:src="@android:drawable/ic_media_next"
android:scaleType="center"
android:contentDescription="@null" />
+ <ImageButton android:id="@+id/show_mus"
+ android:layout_width="38dp"
+ android:layout_height="38dp"
+ android:src="@android:drawable/ic_menu_gallery"
+ android:scaleType="center"
+ android:contentDescription="@null"
+ android:visibility="gone" />
</LinearLayout>
<FrameLayout android:id="@+id/contentview_holder"
android:layout_width="match_parent"
« no previous file with comments | « content/shell/android/BUILD.gn ('k') | content/shell/android/java/src/org/chromium/content_shell/Shell.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698