Added dark theme

This commit is contained in:
59436419 2016-12-30 00:49:39 +05:30
parent e4aa69b8d3
commit 68e80e6054
14 changed files with 75 additions and 14 deletions

View file

@ -14,6 +14,7 @@
android:id="@+id/detail_main_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/dark_youtube_primary_color"
android:visibility="visible"
app:parallax_factor="1.9"
tools:ignore="UselessParent">
@ -68,7 +69,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/detail_stream_thumbnail_window_layout"
android:background="@color/light_background_color"
android:background="@color/dark_background_color"
android:visibility="gone">
<LinearLayout