Centered text in AboutActivity

This commit is contained in:
ChronosX88 2019-02-24 18:46:44 +04:00
parent 5f61642f56
commit 42aa9194f5
No known key found for this signature in database
GPG Key ID: 8F92E090A87804AA

View File

@ -17,7 +17,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:text="VRCatalog"
android:text="uCatalog"
android:textAppearance="@android:style/TextAppearance.Large" />
<TextView
@ -25,7 +25,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Программа для просмотра каталога деталей Volgorobot" />
android:gravity="center"
android:text="Программа для просмотра каталогов" />
</LinearLayout>
</LinearLayout>