-Fixed channel header contrast color.
This commit is contained in:
parent
ce36f3ae3b
commit
1368f9f89e
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/channel_header_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/contrast_background_color">
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/channel_metadata"
|
||||
|
|
Loading…
Reference in a new issue