riku
2025-07-02 3013b813e5df6977c0be921928f73b1a3adde290
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical" android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:foreground="?android:attr/selectableItemBackground">
 
    <TextView
        android:id="@+id/tv_item"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:textColor="@drawable/selector_text_black_white"
        android:hint="无"
        android:gravity="center"
        android:background="@drawable/selector_tab_progress"
        android:paddingTop="10dp"
        android:paddingBottom="10dp"
        android:paddingRight="@dimen/dimen2"
        android:paddingLeft="@dimen/dimen2"/>
 
</LinearLayout>