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

6 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout android:tag="layout/tmap_search_result_footer_item_view_0" android:background="@drawable/selector_near_holder" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_56dp"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<TextView android:textSize="@dimen/tmap_13dp" android:textColor="@color/color_a1a3a6" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_20dp" android:text="@string/str_tmap_search_no_result_content" android:fontFamily="@font/skp_go_mm" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent" />
<TextView android:textSize="@dimen/tmap_13dp" android:textColor="@color/color_3673ee" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="@dimen/tmap_20dp" android:text="@string/str_tmap_search_no_result_regist" android:drawableRight="@drawable/ic_btn_drive_arrow_blue" android:drawablePadding="@dimen/tmap_5dp" android:fontFamily="@font/skp_go_mm" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>