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

7 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout android:background="@color/white_color" 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.appcompat.widget.AppCompatImageView android:id="@id/lab_menu_description_imageview" android:layout_width="@dimen/tmap_256dp" android:layout_height="@dimen/tmap_176dp" android:layout_marginTop="@dimen/tmap_25dp" android:src="@drawable/img_tmap_labs" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" />
<androidx.appcompat.widget.AppCompatTextView android:textSize="@dimen/tmap_22dp" android:textColor="@color/black_color" android:id="@id/lab_menu_description_title_textview" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/tmap_16dp" android:text="@string/tmap_lab_menu_description_title" android:fontFamily="@font/skp_go_bm" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/lab_menu_description_imageview" />
<androidx.appcompat.widget.AppCompatTextView android:textSize="@dimen/tmap_15dp" android:textColor="@color/color_a1a3a6" android:id="@id/lab_menu_description_contents_textview" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/tmap_8dp" android:layout_marginBottom="@dimen/tmap_40dp" android:text="@string/tmap_lab_menu_description_contents" android:lineSpacingExtra="@dimen/tmap_7dp" android:fontFamily="@font/skp_go_mm" android:textAlignment="center" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/lab_menu_description_title_textview" />
</androidx.constraintlayout.widget.ConstraintLayout>