]> rtime.felk.cvut.cz Git - orte.git/blob - orte/Robot_Demo/res/layout/about_dialog.xml
ROBOT_DEMO: add "About" dialog
[orte.git] / orte / Robot_Demo / res / layout / about_dialog.xml
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
7     <ImageView
8         android:id="@+id/imageView1"
9         android:layout_width="wrap_content"
10         android:layout_height="wrap_content"
11         android:adjustViewBounds="true"
12         android:src="@drawable/logo_flamingos" />
13
14     <ScrollView 
15         android:id="@+id/scrollView1"
16         android:layout_width="fill_parent"
17         android:layout_height="fill_parent"
18         android:scrollbars="vertical" >
19
20             <TextView
21                 android:id="@+id/textView1"
22                 android:layout_width="wrap_content"
23                 android:layout_height="wrap_content"
24                 android:layout_gravity="center_horizontal"
25                 android:gravity="center"
26                 android:text="\nRoboDruid 1.0\n\n\nby Martin Vajnar\nand Flamingos Team\n\u00A9 2013\n\n\nDepartment of Control Engineering\nFaculty of Electrical Engineering\nCTU in Prague"
27                 android:textSize="15sp" />
28         
29     </ScrollView>
30
31 </LinearLayout>