Fixed some more coloring bugs with the black theme
This commit is contained in:
parent
d6cb7d76f9
commit
9c8e5aabef
4 changed files with 4 additions and 4 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
android:id="@+id/list_background"
|
android:id="@+id/list_background"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="?android:attr/colorBackground" />
|
android:background="?android:attr/windowBackground" />
|
||||||
|
|
||||||
<com.github.ksoichiro.android.observablescrollview.ObservableRecyclerView
|
<com.github.ksoichiro.android.observablescrollview.ObservableRecyclerView
|
||||||
android:id="@+id/list"
|
android:id="@+id/list"
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@+id/header"
|
android:layout_below="@+id/header"
|
||||||
android:background="?android:attr/colorBackground"
|
android:background="?android:attr/windowBackground"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:padding="16dp">
|
android:padding="16dp">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
android:id="@+id/list_background"
|
android:id="@+id/list_background"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="?android:attr/colorBackground" />
|
android:background="?android:attr/windowBackground" />
|
||||||
|
|
||||||
<com.github.ksoichiro.android.observablescrollview.ObservableListView
|
<com.github.ksoichiro.android.observablescrollview.ObservableListView
|
||||||
android:id="@+id/list"
|
android:id="@+id/list"
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@+id/header"
|
android:layout_below="@+id/header"
|
||||||
android:background="?android:attr/colorBackground"
|
android:background="?android:attr/windowBackground"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:padding="16dp">
|
android:padding="16dp">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue