Changed the view of the options menu

This commit is contained in:
Relwi 2022-05-06 16:21:03 +02:00
parent 9c72b5ac9c
commit b8933b61ae
No known key found for this signature in database
GPG Key ID: 3316DC3D260D0163

View File

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
</TextView>
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:minHeight="48dp"
android:textAlignment="center"
android:textSize="16sp" />