catching bind error :(
[adBlock.git] / res / layout / main.xml
blob5d129527f23d8bf702d6ff65d0fc61f0c6ed55f6
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3         android:orientation="vertical" android:layout_width="fill_parent"
4         android:layout_height="fill_parent">
5         
6         <Button android:text="start" android:id="@+id/start_service"
7                 android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
8         <Button android:text="stop" android:id="@+id/stop_service"
9                 android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
10 </LinearLayout>