Browse Source

[버킷리스트][Common] 태그검색 결과 없을때 페이지 구현

Hasemi 7 years ago
parent
commit
beb939a320

+ 34 - 0
app/src/main/res/layout/bucket_tag_search_result_nothing.xml

@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<android.support.constraint.ConstraintLayout
+  xmlns:android="http://schemas.android.com/apk/res/android"
+  xmlns:app="http://schemas.android.com/apk/res-auto"
+  xmlns:tools="http://schemas.android.com/tools"
+  android:layout_width="match_parent"
+  android:layout_height="match_parent">
+
+  <ImageView
+    android:id="@+id/image_view_filter_result_nothing"
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
+    app:layout_constraintBottom_toBottomOf="parent"
+    app:layout_constraintEnd_toEndOf="parent"
+    app:layout_constraintStart_toStartOf="parent"
+    app:layout_constraintTop_toTopOf="parent"
+    app:srcCompat="@drawable/icon_search_none"
+    />
+
+  <TextView
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
+    android:layout_marginTop="18dp"
+    android:gravity="center_horizontal"
+    android:lineSpacingExtra="6sp"
+    android:text="@string/bucket_list_search_none"
+    android:textColor="@color/CC5C5C5"
+    android:textSize="14sp"
+    app:layout_constraintEnd_toEndOf="parent"
+    app:layout_constraintStart_toStartOf="parent"
+    app:layout_constraintTop_toBottomOf="@+id/image_view_filter_result_nothing"
+    />
+
+</android.support.constraint.ConstraintLayout>

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

@@ -572,6 +572,7 @@
   <string name="life_plus_guide_contents_6">가입완료와 동시에 지급되며\n쿠폰몰에서 사용 가능합니다</string>
 
 
+  <string name="bucket_list_search_none">검색결과가 없습니다.\n다른 태그로 검색해주세요.</string>
   <string name="life_plus_x_contents">새롭고, 놀랍고, 즐거운 Lifeplus와의 만남\n
매 순간 새로운 Lifeplus X를 경험해보세요!</string>
   <string name="life_plus_x_date">2018.10</string>