Add symbolic names for USB Device String Descriptors within the demos, applications...
[pub/USBasp.git] / Demos / Host / ClassDriver / AndroidAccessoryHost / AndroidHostApp / res / layout / activity_main.xml
1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:gravity="center"
6 android:paddingBottom="@dimen/activity_vertical_margin"
7 android:paddingLeft="@dimen/activity_horizontal_margin"
8 android:paddingRight="@dimen/activity_horizontal_margin"
9 android:paddingTop="@dimen/activity_vertical_margin"
10 tools:context=".MainActivity" >
11
12 <ToggleButton
13 android:id="@+id/toggleButton1"
14 android:layout_width="wrap_content"
15 android:layout_height="wrap_content"
16 android:layout_gravity="center"
17 android:text="Board LED"
18 android:onClick="changeLEDState"/>
19
20 </RelativeLayout>