mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 08:39:13 +01:00
cc62cb8818
If someone wants to do a translation for an Arabic language, Hebrew, etc, it will now display correctly.
21 lines
727 B
XML
21 lines
727 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="48dp"
|
|
android:gravity="start"
|
|
android:orientation="vertical" >
|
|
|
|
<TextView
|
|
android:id="@+id/SideMenuTitle"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="4dp"
|
|
android:singleLine="true"
|
|
tools:text="Menu Option"
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
android:fontFamily="sans-serif-light"
|
|
android:textColor="#FFFFFF" />
|
|
|
|
</LinearLayout>
|