Chromium Code Reviews| 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" |