summaryrefslogtreecommitdiff
path: root/main/src/main/res/layout/about.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/main/res/layout/about.xml')
-rw-r--r--main/src/main/res/layout/about.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/src/main/res/layout/about.xml b/main/src/main/res/layout/about.xml
index fbfcadfc..1f7a4acb 100644
--- a/main/src/main/res/layout/about.xml
+++ b/main/src/main/res/layout/about.xml
@@ -42,6 +42,16 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:autoLink="all"
+ android:text="@string/copyright_logo" />
+
+ <Space
+ android:layout_width="match_parent"
+ android:layout_height="12sp" />
+
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:autoLink="all"
android:text="@string/copyright_guicode" />
<Space