first
This commit is contained in:
15
app/src/main/res/layout/paipan_shensha_item.xml
Normal file
15
app/src/main/res/layout/paipan_shensha_item.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
<TextView
|
||||
android:id="@+id/tv_shensha_value"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:gravity="center"
|
||||
android:textSize="10sp"
|
||||
android:textColor="@color/color_7A8699"
|
||||
android:text="太极贵人"/>
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user