Quellcode durchsuchen

[버킷][Common] 버킷리스트 태그 갯수 추가

Hasemi vor 6 Jahren
Ursprung
Commit
c753536fc7
1 geänderte Dateien mit 16 neuen und 0 gelöschten Zeilen
  1. 16 0
      app/src/main/res/layout/my_bucket_list_card_view.xml

+ 16 - 0
app/src/main/res/layout/my_bucket_list_card_view.xml

@@ -65,6 +65,22 @@
       app:layout_constraintTop_toBottomOf="@+id/text_view_bucket_title"
       tools:text="#구매하기"/>
 
+    <TextView
+      android:id="@+id/text_view_bucket_hash_tag3"
+      android:layout_width="wrap_content"
+      android:layout_height="wrap_content"
+      android:layout_marginStart="5dp"
+      android:layout_marginTop="5dp"
+      android:layout_marginBottom="23dp"
+      android:lineSpacingExtra="4sp"
+      android:textColor="@color/C999999"
+      android:textSize="11sp"
+      app:layout_constraintBottom_toBottomOf="parent"
+      app:layout_constraintStart_toEndOf="@+id/text_view_bucket_hash_tag2"
+      app:layout_constraintTop_toBottomOf="@+id/text_view_bucket_title"
+      tools:text="#3"/>
+
+
     <ImageView
       android:id="@+id/image_view_bucket_check"
       android:layout_width="wrap_content"