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

Unified Diff: chrome/android/java/res/layout/expanded_cast_controller.xml

Issue 2888653002: [Cast,Android] Replace custom MediaController with android.widget.MediaController. (Closed)
Patch Set: Dedented the color in the xml file. Created 3 years, 7 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 | « chrome/android/BUILD.gn ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/expanded_cast_controller.xml
diff --git a/chrome/android/java/res/layout/expanded_cast_controller.xml b/chrome/android/java/res/layout/expanded_cast_controller.xml
index 340cef1655b4502b790584d8578cd37179fc1fdc..64856f643d15ef042929e98b00df2980ab88fbbe 100644
--- a/chrome/android/java/res/layout/expanded_cast_controller.xml
+++ b/chrome/android/java/res/layout/expanded_cast_controller.xml
@@ -32,10 +32,4 @@
android:textSize="14sp"
android:textStyle="bold"
android:textColor="@color/cast_media_controller_text" />
- <org.chromium.third_party.android.media.MediaController
- android:id="@+id/cast_media_controller"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="bottom">
- </org.chromium.third_party.android.media.MediaController>
</FrameLayout>
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698