18 lines
		
	
	
		
			4.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			4.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <androidx.constraintlayout.widget.ConstraintLayout android:tag="layout/grid_poi_item_view_0" android:duplicateParentState="true" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_main_tile_height"
 | |
|   xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
 | |
|     <ImageView android:id="@id/recent_item_icon" android:tag="binding_1" android:layout_width="@dimen/tmap_20dp" android:layout_height="@dimen/tmap_20dp" android:layout_marginLeft="@dimen/tmap_6dp" android:layout_marginTop="@dimen/tmap_6dp" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent" />
 | |
|     <ImageView android:id="@id/recent_item_pin_icon" android:tag="binding_2" android:layout_width="@dimen/tmap_20dp" android:layout_height="@dimen/tmap_20dp" android:layout_marginTop="@dimen/tmap_6dp" android:layout_marginRight="@dimen/tmap_6dp" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" />
 | |
|     <TextView android:textSize="@dimen/tmap_16dp" android:textColor="@color/color_000000" android:ellipsize="end" android:gravity="center" android:id="@id/recent_item_text" android:tag="binding_3" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_8dp" android:layout_marginRight="@dimen/tmap_8dp" android:fontFamily="@font/skt_tmap_300" app:layout_constrainedWidth="true" app:layout_constraintBottom_toTopOf="@id/recent_item_info_layout" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_chainStyle="packed" />
 | |
|     <LinearLayout android:orientation="horizontal" android:id="@id/recent_item_info_layout" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/tmap_8dp" android:layout_marginTop="@dimen/tmap_4dp" android:layout_marginRight="@dimen/tmap_8dp" android:layout_alignWithParentIfMissing="true" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toBottomOf="@id/recent_item_text" app:layout_constraintVertical_chainStyle="packed">
 | |
|         <LinearLayout android:orientation="horizontal" android:tag="binding_4" android:layout_width="wrap_content" android:layout_height="wrap_content">
 | |
|             <TextView android:textSize="@dimen/tmap_16dp" android:textColor="@color/color_0064ff" android:tag="binding_5" android:layout_width="wrap_content" android:layout_height="wrap_content" android:fontFamily="@font/skt_tmap_500" />
 | |
|             <TextView android:textSize="@dimen/tmap_16dp" android:textColor="@color/color_0064ff" android:tag="binding_6" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/str_tmap_common_hour" android:fontFamily="@font/skt_tmap_500" />
 | |
|             <TextView android:textSize="@dimen/tmap_16dp" android:textColor="@color/color_0064ff" android:tag="binding_7" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:fontFamily="@font/skt_tmap_500" />
 | |
|             <TextView android:textSize="@dimen/tmap_16dp" android:textColor="@color/color_0064ff" android:tag="binding_8" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/str_tmap_common_minute" android:fontFamily="@font/skt_tmap_500" />
 | |
|         </LinearLayout>
 | |
|         <LinearLayout android:orientation="horizontal" android:tag="binding_9" android:layout_width="wrap_content" android:layout_height="wrap_content">
 | |
|             <TextView android:textSize="@dimen/tmap_15dp" android:textColor="@color/color_fd783cff" android:tag="binding_10" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:fontFamily="@font/skt_tmap_500" />
 | |
|         </LinearLayout>
 | |
|     </LinearLayout>
 | |
| </androidx.constraintlayout.widget.ConstraintLayout> |