-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathactivity_about.xml
More file actions
53 lines (45 loc) · 1.68 KB
/
Copy pathactivity_about.xml
File metadata and controls
53 lines (45 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/background"
android:gravity="center_horizontal"
android:orientation="vertical"
android:padding="5dp" >
<TextView
android:id="@+id/created_by"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:text="@string/created_by" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:text="@string/opensource_used" />
<TextView
android:id="@+id/project2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/project1" />
<TextView
android:id="@+id/project1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/project2" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:text="@string/check_out" />
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/settle_up"
android:src="@drawable/settle_up" />
<TextView
android:id="@+id/settle_up"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/settle_up" />
</LinearLayout>