[android] Removed all caps for the app name on the splash screen

i letter was unusually capitalized in Turkish language with a dot above it

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2022-06-30 23:18:14 +02:00 committed by Alexander Borsuk
parent 7998dbefc8
commit aaa6677620

View file

@ -26,6 +26,5 @@
android:layout_centerHorizontal="true"
android:layout_marginBottom="@dimen/margin_double_plus"
android:textAppearance="@style/MwmTextAppearance.Title"
android:textAllCaps="true"
android:text="@string/app_name"/>
</RelativeLayout>