Browse Source

Change background color of headers in radio view

housekeeping/remove-warnings
Ryan Harg 3 years ago
parent
commit
585c2b46b9
No known key found for this signature in database
GPG Key ID: 89106F3A84E6958C
  1. 3
      app/src/main/res/layout/row_radio_header.xml

3
app/src/main/res/layout/row_radio_header.xml

@ -2,7 +2,6 @@ @@ -2,7 +2,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/colorPrimary"
android:padding="8dp">
<TextView
@ -11,4 +10,4 @@ @@ -11,4 +10,4 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
</LinearLayout>

Loading…
Cancel
Save