Skip to content

Commit 238521e

Browse files
authored
Merge pull request #43 from csrhau/master
Fix build-breaking linter error from android:tint
2 parents 3e50bf5 + 85a76b5 commit 238521e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mediacontroller/src/main/res/layout/media_custom_control.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
limitations under the License.
1515
-->
1616
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
17+
xmlns:app="http://schemas.android.com/apk/res-auto"
1718
xmlns:tools="http://schemas.android.com/tools"
1819
android:layout_width="match_parent"
1920
android:layout_height="wrap_content"
@@ -27,7 +28,7 @@
2728
android:layout_gravity="center_vertical"
2829
android:layout_marginEnd="@dimen/margin_small"
2930
android:scaleType="fitCenter"
30-
android:tint="@color/text_dark"
31+
app:tint="@color/text_dark"
3132
tools:ignore="ContentDescription" />
3233

3334
<LinearLayout
@@ -56,4 +57,4 @@
5657
tools:text="CustomActionDescription" />
5758
LinearLayout>
5859

59-
LinearLayout>
60+
LinearLayout>

0 commit comments

Comments
 (0)