Merge branch 'improvement/change-radio-header-background' into 'develop'

Change background color of headers in radio view

See merge request funkwhale/funkwhale-android!25
housekeeping/remove-warnings
Ryan Harg 2021-07-07 07:08:29 +00:00
commit cb6223670f
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -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 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
</LinearLayout>