diff options
author | Steve Slaven <bpk@hoopajoo.net> | 2011-01-10 22:03:53 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2011-01-10 22:03:53 (GMT) |
commit | 68e055945e6278d9ccde1997b5dafbfdfdf14dd5 (patch) | |
tree | d18dd1ebf8b3261b03be5cb9c9f21e827e1239e8 /res | |
parent | 92394b58029f924c5e15f488020ce31a8e793b81 (diff) | |
download | SoftKeys-68e055945e6278d9ccde1997b5dafbfdfdf14dd5.zip SoftKeys-68e055945e6278d9ccde1997b5dafbfdfdf14dd5.tar.gz SoftKeys-68e055945e6278d9ccde1997b5dafbfdfdf14dd5.tar.bz2 |
Fix transparency bug
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/service_extra.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/service_extra.xml b/res/layout/service_extra.xml index ded0263..7024bb0 100644 --- a/res/layout/service_extra.xml +++ b/res/layout/service_extra.xml @@ -20,6 +20,13 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/main_view" + android:orientation="horizontal" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + > + +<LinearLayout + android:id="@+id/button_container" android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content" @@ -125,4 +132,5 @@ android:layout_height="wrap_content" android:layout_weight="1" android:text="custom"/> +</LinearLayout> </LinearLayout>
\ No newline at end of file |