Fixed some more coloring bugs with the black theme

This commit is contained in:
Karim Abou Zeid 2015-12-30 16:44:53 +01:00
commit 9c8e5aabef
4 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@
android:id="@+id/list_background"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:attr/colorBackground" />
android:background="?android:attr/windowBackground" />
<com.github.ksoichiro.android.observablescrollview.ObservableRecyclerView
android:id="@+id/list"

View file

@ -63,7 +63,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/header"
android:background="?android:attr/colorBackground"
android:background="?android:attr/windowBackground"
android:orientation="vertical"
android:padding="16dp">

View file

@ -16,7 +16,7 @@
android:id="@+id/list_background"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:attr/colorBackground" />
android:background="?android:attr/windowBackground" />
<com.github.ksoichiro.android.observablescrollview.ObservableListView
android:id="@+id/list"

View file

@ -78,7 +78,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/header"
android:background="?android:attr/colorBackground"
android:background="?android:attr/windowBackground"
android:orientation="vertical"
android:padding="16dp">