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

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

Issue 2431753002: Mus experiment in content shell on Android.
Patch Set: Fixed gn check Created 4 years, 2 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: 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..8772b2a5f4f911fd2fb6f41ede2a6c63cf478d51 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/btn_star"
Ted C 2016/10/18 23:39:40 tiniest of nits, but I'd be worried about using a
Jay Civelli 2016/10/19 00:42:04 Good point. Switched to using the gallery one. Let
+ android:scaleType="center"
+ android:contentDescription="@null"
+ android:visibility="gone" />
</LinearLayout>
<FrameLayout android:id="@+id/contentview_holder"
android:layout_width="match_parent"

Powered by Google App Engine
This is Rietveld 408576698