comparison res/layout/main.xml @ 0:4a66834572d1

First commit of "Ace Torch" project
author IBBoard <dev@ibboard.co.uk>
date Mon, 29 Oct 2012 11:23:36 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4a66834572d1
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent"
5 android:gravity="center_vertical"
6 android:orientation="vertical" >
7
8 <ToggleButton
9 android:id="@+id/toggleTorch"
10 android:layout_width="wrap_content"
11 android:layout_height="wrap_content"
12 android:layout_gravity="center|center_horizontal"
13 android:onClick="onToggleClicked"
14 android:text="@string/torch" />
15
16 </LinearLayout>