NavinfoOutDoor/app/src/main/res/layout/bankadapteritem.xml
2021-08-13 09:47:26 +08:00

13 lines
575 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto">
<TextView
android:layout_width="match_parent"
android:layout_height="50dp"
android:gravity="center_vertical"
app:layout_constraintTop_toTopOf="parent"
android:layout_marginLeft="20dp"
android:id="@+id/tv_bank"/>
</androidx.constraintlayout.widget.ConstraintLayout>