1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <io .spaceapi.community.myhackerspace.AboutLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ android : layout_width =" match_parent"
4
+ android : layout_height =" match_parent"
5
+ android : paddingStart =" 8dp"
6
+ android : paddingTop =" 8dp"
7
+ android : orientation =" vertical" >
8
+
9
+ <LinearLayout
10
+ android : layout_width =" match_parent"
11
+ android : layout_height =" wrap_content"
12
+ android : orientation =" horizontal" >
13
+
14
+ <TextView
15
+ android : id =" @+id/about_version_title"
16
+ android : layout_width =" wrap_content"
17
+ android : layout_height =" wrap_content"
18
+ android : text =" @string/about_version_title" />
19
+
20
+ <TextView
21
+ android : id =" @+id/about_version_text"
22
+ android : layout_width =" 0dp"
23
+ android : layout_height =" wrap_content"
24
+ android : layout_weight =" 1"
25
+ android : layout_marginStart =" 2sp"
26
+ android : text =" {version}" />
27
+ </LinearLayout >
28
+
29
+ <LinearLayout
30
+ android : layout_width =" match_parent"
31
+ android : layout_height =" wrap_content"
32
+ android : orientation =" horizontal" >
33
+
34
+ <TextView
35
+ android : id =" @+id/about_license_title"
36
+ android : layout_width =" wrap_content"
37
+ android : layout_height =" wrap_content"
38
+ android : text =" @string/about_license_title" />
39
+
40
+ <TextView
41
+ android : id =" @+id/about_license_text"
42
+ android : layout_width =" 0dp"
43
+ android : layout_height =" wrap_content"
44
+ android : layout_weight =" 1"
45
+ android : layout_marginStart =" 2sp"
46
+ android : text =" @string/about_license_text" />
47
+ </LinearLayout >
48
+
49
+ <TextView
50
+ android : id =" @+id/about_repository"
51
+ android : layout_width =" match_parent"
52
+ android : layout_height =" wrap_content"
53
+ android : autoLink =" web"
54
+ android : text =" @string/about_repository_url" />
55
+
56
+ </io .spaceapi.community.myhackerspace.AboutLayout>
0 commit comments