Files
yusheng-android/MainModule/src/main/res/layout/item_relation.xml

29 lines
1.1 KiB
XML
Raw Normal View History

2025-10-20 10:16:44 +08:00
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_marginEnd="@dimen/dp_16"
android:layout_marginTop="@dimen/dp_10"
android:id="@+id/tv_name"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_40"
android:text="TextView"
android:gravity="center"
android:textSize="@dimen/sp_14"
android:background="@mipmap/gux_bj"
android:textColor="@color/color_white"
xmlns:app="http://schemas.android.com/apk/res-auto">
<!-- <TextView-->
<!-- android:id="@+id/tv_name"-->
<!-- android:layout_width="@dimen/dp_104"-->
<!-- android:layout_height="@dimen/dp_44"-->
<!-- android:text="TextView"-->
<!-- android:gravity="center"-->
<!-- android:background="@mipmap/gux_bj"-->
<!-- android:textColor="@color/color_white"-->
<!-- app:layout_constraintStart_toStartOf="parent"-->
<!-- app:layout_constraintTop_toTopOf="parent"-->
<!-- app:layout_constraintBottom_toBottomOf="parent"-->
<!-- app:layout_constraintEnd_toEndOf="parent"/>-->
</TextView>