1
0
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:
cketti 2010-05-01 22:09:20 +00:00
parent 211d30582a
commit 98d711c668

View File

@ -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"