Bläddra i källkod

[공통][Common] 튜토리얼 화면 레이아웃 추가

Hasemi 7 år sedan
förälder
incheckning
cebb1b5560

+ 7 - 0
app/src/main/res/drawable/bubble_tutorial_edit.xml

@@ -0,0 +1,7 @@
+<vector android:height="71dp" android:viewportHeight="282"
+    android:viewportWidth="494" android:width="124dp" xmlns:android="http://schemas.android.com/apk/res/android">
+    <path android:fillColor="#000" android:fillType="evenOdd" android:pathData="M224.5,22l11,-22 11,22H459v214.02H11V22h213.5z"/>
+    <path android:fillColor="#FFF" android:fillType="evenOdd"
+        android:pathData="M13,24v210.02h444V24H245.264L235.5,4.472 225.736,24H13z"
+        android:strokeColor="#000" android:strokeLineJoin="square" android:strokeWidth="4"/>
+</vector>

+ 44 - 0
app/src/main/res/layout/tutorial_bucket_list_tag.xml

@@ -8,8 +8,52 @@
   tools:background="@color/C888888">
 
   <ImageView
+    android:id="@+id/image_view_bubble"
     android:layout_width="wrap_content"
     android:layout_height="wrap_content"
+    app:layout_constraintTop_toTopOf="parent"
+    android:layout_marginTop="198dp"
+    app:layout_constraintStart_toStartOf="parent"
+    android:layout_marginStart="30dp"
     app:srcCompat="@drawable/bubble_tutorial_related_tags"
     />
+
+  <TextView
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
+    android:textSize="12sp"
+    android:textColor="@color/C000000"
+    android:lineSpacingExtra="4sp"
+    android:gravity="center_horizontal"
+    android:text="@string/tutorial_bucket_list_tag"
+    app:layout_constraintStart_toStartOf="@+id/image_view_bubble"
+    app:layout_constraintEnd_toEndOf="@+id/image_view_bubble"
+    app:layout_constraintTop_toTopOf="@+id/image_view_bubble"
+    app:layout_constraintBottom_toBottomOf="@+id/image_view_bubble"
+    />
+
+  <ImageView
+    android:id="@+id/image_view_bubble2"
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
+    app:layout_constraintTop_toTopOf="parent"
+    android:layout_marginTop="83dp"
+    app:layout_constraintStart_toStartOf="parent"
+    android:layout_marginStart="118dp"
+    app:srcCompat="@drawable/bubble_tutorial_edit"
+    />
+
+  <TextView
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
+    android:textSize="12sp"
+    android:textColor="@color/C000000"
+    android:lineSpacingExtra="4sp"
+    android:gravity="center_horizontal"
+    android:text="@string/tutorial_bucket_list_update"
+    app:layout_constraintStart_toStartOf="@+id/image_view_bubble2"
+    app:layout_constraintEnd_toEndOf="@+id/image_view_bubble2"
+    app:layout_constraintTop_toTopOf="@+id/image_view_bubble2"
+    app:layout_constraintBottom_toBottomOf="@+id/image_view_bubble2"
+    />
 </android.support.constraint.ConstraintLayout>

+ 2 - 0
app/src/main/res/values/strings.xml

@@ -702,6 +702,8 @@
   <string name="tutorial_listicle_cover_2">"<b>태그를 누르면</b>"\n다른 콘텐츠를 확인 가능해요</string>
   <string name="tutorial_listicle_detail">다음으로 넘겨서\n다양한 사진을 확인하세요</string>
   <string name="tutorial_bucket_list_success">버킷리스트를\n"<b>완료했다면 체크를 꾹!</b>"</string>
+  <string name="tutorial_bucket_list_tag">"<b>연관태그를 선택해서</b>"\n원하는 콘텐츠를 찾아보세요</string>
+  <string name="tutorial_bucket_list_update">"<b>여기를 눌러서</b>"\n수정을 해보세요</string>
 
 
   <string name="last_contents_card">마지막 카드입니다</string>