[android] Change light theme background color closer to white

This commit is contained in:
Torsten Grote
2018-12-14 11:14:29 -02:00
parent 0089c1ac6d
commit 4307d26606
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,8 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1">
android:layout_weight="1"
android:background="@color/thread_item_background">
<org.briarproject.briar.android.view.BriarRecyclerView
android:id="@+id/list"