Explorar o código

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

Hasemi %!s(int64=6) %!d(string=hai) anos
pai
achega
c753536fc7
Modificáronse 1 ficheiros con 16 adicións e 0 borrados
  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"