Files
XMBOX/app/src/mobile/res/layout/adapter_track.xml
T
2025-07-03 06:16:21 +08:00

12 lines
510 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/text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/selector_dialog_button_bg"
android:ellipsize="marquee"
android:singleLine="true"
android:textColor="@color/dialog_button_text"
android:textSize="14sp"
tools:text="中文、哥斯拉.srt" />