We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e50bf5 + 85a76b5 commit 238521eCopy full SHA for 238521e
mediacontroller/src/main/res/layout/media_custom_control.xml
@@ -14,6 +14,7 @@
14
limitations under the License.
15
-->
16
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
17
+ xmlns:app="http://schemas.android.com/apk/res-auto"
18
xmlns:tools="http://schemas.android.com/tools"
19
android:layout_width="match_parent"
20
android:layout_height="wrap_content"
@@ -27,7 +28,7 @@
27
28
android:layout_gravity="center_vertical"
29
android:layout_marginEnd="@dimen/margin_small"
30
android:scaleType="fitCenter"
- android:tint="@color/text_dark"
31
+ app:tint="@color/text_dark"
32
tools:ignore="ContentDescription" />
33
34
<LinearLayout
@@ -56,4 +57,4 @@
56
57
tools:text="CustomActionDescription" />
58
LinearLayout>
59
-LinearLayout>
60
+LinearLayout>
0 commit comments