mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-24 08:38:51 -05:00
Set background color of message compose view to white (so it won't look strange with the dark theme).
This commit is contained in:
parent
211d30582a
commit
98d711c668
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_height="fill_parent" android:layout_width="fill_parent"
|
||||
android:orientation="vertical" >
|
||||
android:orientation="vertical" android:background="#ffffff">
|
||||
<ScrollView android:layout_width="fill_parent"
|
||||
android:layout_height="0dip" android:layout_weight="1"
|
||||
android:scrollbarStyle="outsideInset"
|
||||
|
Loading…
Reference in New Issue
Block a user