Merge branch '1480-window-background' into 'master'

[android] Change light theme background color closer to white

See merge request briar/briar!1020
This commit is contained in:
akwizgran
2018-12-21 16:48:18 +00:00
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"