mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-22 20:43:03 +00:00
12 lines
431 B
XML
12 lines
431 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/rowTextView"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:padding="10dp"
|
|
android:textSize="16sp"
|
|
android:background="@drawable/list_view_border"
|
|
android:textIsSelectable="false" >
|
|
|
|
</TextView> |