Day of week now displays correctly in event_view. Removes old add event
[unical.git] / res / layout / add_event.xml
CommitLineData
eb5b6684
PT
1<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:orientation="vertical" >
6
dec0e894
PT
7 <TabHost
8 android:id="@android:id/tabhost"
eb5b6684 9 android:layout_width="match_parent"
dec0e894 10 android:layout_height="match_parent" >
eb5b6684
PT
11
12 <LinearLayout
13 android:layout_width="match_parent"
dec0e894 14 android:layout_height="match_parent"
eb5b6684
PT
15 android:orientation="vertical" >
16
dec0e894
PT
17 <TabWidget
18 android:id="@android:id/tabs"
eb5b6684 19 android:layout_width="match_parent"
dec0e894
PT
20 android:layout_height="wrap_content" >
21 </TabWidget>
eb5b6684 22
dec0e894
PT
23 <FrameLayout
24 android:id="@android:id/tabcontent"
eb5b6684 25 android:layout_width="match_parent"
dec0e894 26 android:layout_height="match_parent" >
eb5b6684 27
dec0e894
PT
28 <LinearLayout
29 android:id="@+id/tab1"
30 android:layout_width="match_parent"
31 android:layout_height="match_parent"
32 android:orientation="vertical" >
33 </LinearLayout>
eb5b6684 34
dec0e894
PT
35 <LinearLayout
36 android:id="@+id/tab2"
37 android:layout_width="match_parent"
38 android:layout_height="match_parent"
39 android:orientation="vertical" >
40 </LinearLayout>
eb5b6684 41
dec0e894
PT
42 <LinearLayout
43 android:id="@+id/tab3"
44 android:layout_width="match_parent"
45 android:layout_height="match_parent"
46 android:orientation="vertical" >
47 </LinearLayout>
48 </FrameLayout>
eb5b6684 49 </LinearLayout>
dec0e894 50 </TabHost>
eb5b6684
PT
51
52</LinearLayout>
This page took 0.012692 seconds and 4 git commands to generate.