-Fixed channel header contrast color.

This commit is contained in:
John Zhen Mo 2017-11-11 15:05:48 -08:00
parent ce36f3ae3b
commit 1368f9f89e
1 changed files with 2 additions and 1 deletions

View File

@ -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"