Using xml Syntax Highlighting
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:padding="10dip"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
- <LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
- <Button android:id ="@+id/startHour"
- android:text="@string/start_time"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- />
- <Button android:id ="@+id/stopHour"
- android:text="@string/stop_time"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- />
- </LinearLayout>
- <TextView android:id="@+id/startTime"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="3dip" />
- <View
- android:layout_width="fill_parent"
- android:layout_height="2dip"
- android:background="#FFFFFFFF" />
- <ListView android:id="@+id/list"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"/>
- </LinearLayout>
Parsed in 0.004 seconds, using GeSHi 1.0.8.4

