]> rtime.felk.cvut.cz Git - orte.git/blob - orte/contrib/shape_android/res/layout/activity_help.xml
Simplified approach to write application.
[orte.git] / orte / contrib / shape_android / res / layout / activity_help.xml
1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2     xmlns:tools="http://schemas.android.com/tools"
3     android:layout_width="fill_parent"
4     android:layout_height="fill_parent"
5     android:orientation="vertical"
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="org.ocera.orte.shape_android.HelpActivity" >
11
12     <ScrollView
13         android:layout_width="fill_parent"
14         android:layout_height="fill_parent">
15         
16             <LinearLayout
17                 android:orientation="vertical"
18                 android:layout_width="fill_parent"
19                 android:layout_height="wrap_content"
20                 android:padding="6dp">
21                 
22                     <TextView
23                                 android:layout_width="fill_parent"
24                             android:layout_height="wrap_content"
25                             android:text="@string/help_intro_ORTE_header"
26                             android:paddingBottom="4dp" />
27                         <TextView
28                                 android:layout_width="fill_parent"
29                             android:layout_height="wrap_content"
30                             android:text="@string/help_intro_ORTE"
31                             android:paddingBottom="4dp" />
32                         <TextView
33                                 android:layout_width="fill_parent"
34                             android:layout_height="wrap_content"
35                             android:text="@string/help_intro_shape_header"
36                             android:paddingBottom="4dp" />
37                         <TextView
38                                 android:layout_width="fill_parent"
39                             android:layout_height="wrap_content"
40                             android:text="@string/help_intro_shape"
41                             android:paddingBottom="4dp" />
42                         
43                         <TextView
44                                 android:layout_width="fill_parent"
45                             android:layout_height="wrap_content"
46                             android:text="@string/help_icons"
47                             android:paddingBottom="4dp"
48                             android:paddingTop="16dp" />
49                         <LinearLayout
50                         android:orientation="horizontal"
51                         android:layout_width="fill_parent"
52                         android:layout_height="wrap_content">
53                         <ImageView
54                             android:layout_width="wrap_content"
55                             android:layout_height="wrap_content"
56                             android:contentDescription="@string/help_refresh"
57                             android:src="@drawable/ic_action_refresh"
58                             android:background="@android:color/background_dark" />
59                         <TextView
60                             android:layout_width="wrap_content"
61                             android:layout_height="wrap_content"
62                             android:text="@string/help_refresh"
63                             android:paddingLeft="4dp" />
64                     </LinearLayout>
65                         <LinearLayout
66                         android:orientation="horizontal"
67                         android:layout_width="fill_parent"
68                         android:layout_height="wrap_content">
69                         <ImageView
70                             android:layout_width="wrap_content"
71                             android:layout_height="wrap_content"
72                             android:contentDescription="@string/help_new"
73                             android:src="@drawable/ic_action_new"
74                             android:background="@android:color/background_dark" />
75                         <TextView
76                             android:layout_width="wrap_content"
77                             android:layout_height="wrap_content"
78                             android:text="@string/help_new"
79                             android:paddingLeft="4dp" />
80                     </LinearLayout>
81                     
82                     <TextView
83                                 android:layout_width="fill_parent"
84                             android:layout_height="wrap_content"
85                             android:text="@string/help_defaultMenu"
86                             android:paddingBottom="4dp"
87                             android:paddingTop="16dp" />
88                     <TextView
89                                 android:layout_width="fill_parent"
90                             android:layout_height="wrap_content"
91                             android:text="@string/help_defaultMenu_element1"
92                             android:paddingBottom="4dp" />
93                     <TextView
94                                 android:layout_width="fill_parent"
95                             android:layout_height="wrap_content"
96                             android:text="@string/help_defaultMenu_element2"
97                             android:paddingBottom="4dp" />
98                     
99                     <TextView
100                                 android:layout_width="fill_parent"
101                             android:layout_height="wrap_content"
102                             android:text="@string/help_publishersMenu"
103                             android:paddingBottom="4dp"
104                             android:paddingTop="16dp" />
105                     <TextView
106                                 android:layout_width="fill_parent"
107                             android:layout_height="wrap_content"
108                             android:text="@string/help_publishersMenu_element"
109                             android:paddingBottom="4dp" />
110                     
111                     <TextView
112                                 android:layout_width="fill_parent"
113                             android:layout_height="wrap_content"
114                             android:text="@string/help_subscribersMenu"
115                             android:paddingBottom="4dp"
116                             android:paddingTop="16dp" />
117                     <TextView
118                                 android:layout_width="fill_parent"
119                             android:layout_height="wrap_content"
120                             android:text="@string/help_subscribersMenu_element"
121                             android:paddingBottom="4dp" />
122         </LinearLayout>
123     </ScrollView>
124 </LinearLayout>