mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 21:33:56 +02:00
22 lines
690 B
XML
22 lines
690 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
<ImageView
|
|
android:id="@+id/fsel_image"
|
|
android:layout_height="30dp"
|
|
android:layout_width="40dp"
|
|
android:paddingLeft="10dp"/>
|
|
<TextView
|
|
android:id="@+id/fsel_text"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:paddingLeft="10dp"
|
|
android:gravity="center_vertical"
|
|
android:textSize="14sp"
|
|
android:singleLine="true"
|
|
android:ellipsize="end"/>
|
|
</LinearLayout>
|