mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-16 11:09:16 +01:00
cc62cb8818
If someone wants to do a translation for an Arabic language, Hebrew, etc, it will now display correctly.
24 lines
899 B
XML
24 lines
899 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:minHeight="?android:attr/listPreferredItemHeight"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/AboutItemTitle"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="15dip"
|
|
android:layout_marginTop="6dip"
|
|
android:singleLine="true"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
|
|
<TextView
|
|
android:id="@+id/AboutItemSubTitle"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="15dip"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"/>
|
|
|
|
</LinearLayout> |