tmap/res/layout/go_comm_list_footer_view.xml
2022-06-10 21:38:30 +09:00

8 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout android:background="@color/color_f4f5f6" android:paddingTop="@dimen/tmap_18dp" android:paddingBottom="@dimen/tmap_70dp" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<androidx.constraintlayout.widget.ConstraintLayout android:id="@id/list_footer" android:background="@drawable/comm_list_more_btn_bg" android:layout_width="@dimen/tmap_110dp" android:layout_height="@dimen/tmap_38dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent">
<androidx.appcompat.widget.AppCompatImageView android:id="@id/list_footer_more_btn_plus_img" android:layout_width="@dimen/tmap_12dp" android:layout_height="@dimen/tmap_12dp" android:src="@drawable/ic_icon_plus" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/list_footer_more_btn_text" app:layout_constraintHorizontal_chainStyle="packed" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" />
<androidx.appcompat.widget.AppCompatTextView android:textSize="@dimen/tmap_15dp" android:textColor="@color/color_666666" android:gravity="center" android:id="@id/list_footer_more_btn_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/str_tmap_common_more_list" android:fontFamily="@font/skt_tmap_300" android:layout_marginStart="@dimen/tmap_6dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toEndOf="@id/list_footer_more_btn_plus_img" app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>