Files
Android-WaterProject/app/src/main/res/layout/sp_item_dropdown.xml
fengjignqi 1b1575eb8a first
2026-05-16 16:19:39 +08:00

9 lines
369 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="38dp"
android:textColor="@color/color_333333"
android:textSize="@dimen/sp_14"
android:paddingLeft="20dp"
android:background="@color/white"
android:gravity="center_vertical"/>