| 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"
|
|
|