Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <stefan.niedermann@googlemail.com>2016-01-24 13:14:43 +0300
committerStefan Niedermann <stefan.niedermann@googlemail.com>2016-01-24 13:14:43 +0300
commit47f8e31e1c47a482a91e8bde449cf7e2e123b9bd (patch)
tree47aafaac00fe60c5a3020c96d2e57f4234d4e8a9 /app/src/main/res/layout/fragment_about_contribution_tab.xml
parent353949760bb22375eae7613f30e0fb6bcd982130 (diff)
WiP #40 Mention license, source code and call to contribution in the »About« section
Diffstat (limited to 'app/src/main/res/layout/fragment_about_contribution_tab.xml')
-rw-r--r--app/src/main/res/layout/fragment_about_contribution_tab.xml21
1 files changed, 13 insertions, 8 deletions
diff --git a/app/src/main/res/layout/fragment_about_contribution_tab.xml b/app/src/main/res/layout/fragment_about_contribution_tab.xml
index f474ee60..2856319d 100644
--- a/app/src/main/res/layout/fragment_about_contribution_tab.xml
+++ b/app/src/main/res/layout/fragment_about_contribution_tab.xml
@@ -1,12 +1,17 @@
<?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:orientation="vertical"
- android:padding="@dimen/activity_horizontal_margin">
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
- <TextView
+ <LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="Contribute on Github.com"/>
-</LinearLayout> \ No newline at end of file
+ android:orientation="vertical"
+ android:padding="@dimen/activity_horizontal_margin">
+
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="Contribute on Github.com"/>
+ </LinearLayout>
+</ScrollView> \ No newline at end of file