diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-05-23 21:10:58 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-05-23 21:10:58 -0600 |
commit | 15e5947f1108e35bc2ec28e3b9d84b3e312d62e2 (patch) | |
tree | 7cd261e68518307ebd84e6d48ebf013dfd6bc4c7 /app/src/main/res/layout/about_fragment.xml | |
parent | 16fff874d7700e0110cadd3c33825e6f59fc9188 (diff) | |
download | wiimmfi-watcher-15e5947f1108e35bc2ec28e3b9d84b3e312d62e2.tar wiimmfi-watcher-15e5947f1108e35bc2ec28e3b9d84b3e312d62e2.tar.gz wiimmfi-watcher-15e5947f1108e35bc2ec28e3b9d84b3e312d62e2.tar.bz2 |
added version in about fragment
Diffstat (limited to 'app/src/main/res/layout/about_fragment.xml')
-rw-r--r-- | app/src/main/res/layout/about_fragment.xml | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/app/src/main/res/layout/about_fragment.xml b/app/src/main/res/layout/about_fragment.xml index 5484946..1799888 100644 --- a/app/src/main/res/layout/about_fragment.xml +++ b/app/src/main/res/layout/about_fragment.xml @@ -89,6 +89,18 @@ app:layout_constraintTop_toBottomOf="@+id/github_text" /> <TextView + android:id="@+id/textView2" + android:layout_width="0dp" + android:layout_height="wrap_content" + android:text="@string/version_header" + android:textSize="24sp" + android:textStyle="bold" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintHorizontal_bias="0.448" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/license_text" /> + + <TextView android:id="@+id/contact_text" android:layout_width="0dp" android:layout_height="wrap_content" @@ -112,13 +124,22 @@ android:id="@+id/license_text" android:layout_width="0dp" android:layout_height="wrap_content" - android:paddingBottom="65dp" + android:paddingBottom="15dp" android:text="TextView" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/textView4" /> <TextView + android:id="@+id/version_text" + android:layout_width="0dp" + android:layout_height="wrap_content" + android:paddingBottom="65dp" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/textView2" /> + + <TextView android:id="@+id/textView13" android:layout_width="0dp" android:layout_height="wrap_content" |