pdlivexp/live/src/main/res/layout/item_live_time_charge.xml
2022-07-18 15:31:45 +08:00

10 lines
290 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="36dp"
android:gravity="center"
android:textColor="@color/textColor"
android:textSize="14sp"
/>