diff options
author | Steve Slaven <bpk@hoopajoo.net> | 2011-01-03 22:37:08 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2011-01-03 22:37:08 (GMT) |
commit | 16be5a5acadac318118ade0b74ae637872ec6b91 (patch) | |
tree | 1499d2e00fe865640a33cac6aabc73c800be7f7c /res | |
parent | f3dfc78bdd07c507c1a814bbdd906d615f3d6e8d (diff) | |
download | SoftKeys-16be5a5acadac318118ade0b74ae637872ec6b91.zip SoftKeys-16be5a5acadac318118ade0b74ae637872ec6b91.tar.gz SoftKeys-16be5a5acadac318118ade0b74ae637872ec6b91.tar.bz2 |
Background is white to match webview
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/quickdoc.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/quickdoc.xml b/res/layout/quickdoc.xml index a0caf03..2f210cc 100644 --- a/res/layout/quickdoc.xml +++ b/res/layout/quickdoc.xml @@ -21,6 +21,7 @@ android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" + android:background="#ffffff" > <LinearLayout |