Added version string at the bottom of settings.

This commit is contained in:
Mikunj
2020-02-25 14:04:15 +11:00
parent ef2ceff0c1
commit efef42a6f6
4 changed files with 21 additions and 2 deletions

View File

@@ -257,9 +257,23 @@
<View
android:layout_width="match_parent"
android:layout_height="1px"
android:layout_marginBottom="@dimen/large_spacing"
android:layout_marginBottom="@dimen/small_spacing"
android:background="@color/separator" />
<TextView
android:id="@+id/versionText"
android:layout_width="match_parent"
android:layout_height="@dimen/setting_version_height"
android:gravity="center"
android:text="@string/version_s"
android:textColor="@color/gray65"
android:textSize="@dimen/very_small_font_size" />
<View
android:layout_width="match_parent"
android:layout_height="1px"
android:layout_marginBottom="@dimen/small_spacing" />
</LinearLayout>
</ScrollView>