|
23 | 23 | android:layout_width="wrap_content"
|
24 | 24 | android:layout_height="wrap_content"
|
25 | 25 | android:orientation="vertical"
|
26 |
| - app:layout_constraintGuide_begin="15dp" /> |
| 26 | + app:layout_constraintGuide_begin="16dp" /> |
27 | 27 |
|
28 | 28 | <androidx.constraintlayout.widget.Guideline
|
29 | 29 | android:id="@+id/guideline_end"
|
30 | 30 | android:layout_width="wrap_content"
|
31 | 31 | android:layout_height="wrap_content"
|
32 | 32 | android:orientation="vertical"
|
33 |
| - app:layout_constraintGuide_end="15dp" /> |
| 33 | + app:layout_constraintGuide_end="16dp" /> |
34 | 34 |
|
35 | 35 | <androidx.constraintlayout.widget.Guideline
|
36 | 36 | android:id="@+id/guideline_top"
|
37 | 37 | android:layout_width="wrap_content"
|
38 | 38 | android:layout_height="wrap_content"
|
39 | 39 | android:orientation="horizontal"
|
40 |
| - app:layout_constraintGuide_begin="55dp" /> |
| 40 | + app:layout_constraintGuide_begin="35dp" /> |
41 | 41 |
|
42 | 42 | <androidx.constraintlayout.widget.Guideline
|
43 | 43 | android:id="@+id/guideline_bottom"
|
|
55 | 55 | app:layout_constraintStart_toStartOf="parent"
|
56 | 56 | app:layout_constraintTop_toTopOf="parent" />
|
57 | 57 |
|
| 58 | + <TextView |
| 59 | + android:id="@+id/text_view_search" |
| 60 | + android:layout_width="0dp" |
| 61 | + android:layout_height="50dp" |
| 62 | + android:background="@drawable/background_search" |
| 63 | + android:drawablePadding="15dp" |
| 64 | + android:elevation="15dp" |
| 65 | + android:gravity="center_vertical" |
| 66 | + android:padding="8dp" |
| 67 | + android:text="@string/search_hint" |
| 68 | + android:textColor="@color/hint_text_color" |
| 69 | + android:textSize="17sp" |
| 70 | + app:drawableStartCompat="@drawable/ic_search" |
| 71 | + app:layout_constraintEnd_toEndOf="@id/guideline_end" |
| 72 | + app:layout_constraintStart_toStartOf="@id/guideline_start" |
| 73 | + app:layout_constraintTop_toTopOf="@id/guideline_top" /> |
| 74 | + |
58 | 75 | <androidx.constraintlayout.widget.ConstraintLayout
|
59 | 76 | android:id="@+id/layout_panel"
|
60 | 77 | android:layout_width="0dp"
|
|
74 | 91 |
|
75 | 92 | </androidx.constraintlayout.widget.ConstraintLayout>
|
76 | 93 |
|
77 |
| - <androidx.constraintlayout.widget.ConstraintLayout |
78 |
| - android:id="@+id/layout_search" |
79 |
| - android:layout_width="0dp" |
80 |
| - android:layout_height="52dp" |
81 |
| - android:background="@drawable/background_search" |
82 |
| - android:elevation="15dp" |
83 |
| - app:layout_constraintEnd_toStartOf="@id/guideline_end" |
84 |
| - app:layout_constraintStart_toStartOf="@id/guideline_start" |
85 |
| - app:layout_constraintTop_toTopOf="@id/guideline_top"> |
86 |
| - |
87 |
| - <TextView |
88 |
| - android:id="@+id/text_view_search" |
89 |
| - android:layout_width="match_parent" |
90 |
| - android:layout_height="match_parent" |
91 |
| - android:layout_marginStart="50dp" |
92 |
| - android:layout_marginBottom="1dp" |
93 |
| - android:gravity="center_vertical" |
94 |
| - android:text="@string/search_hint" |
95 |
| - android:textColor="#808590" |
96 |
| - android:textSize="17sp" /> |
97 |
| - |
98 |
| - <ImageView |
99 |
| - android:id="@+id/image_view_search" |
100 |
| - android:layout_width="wrap_content" |
101 |
| - android:layout_height="wrap_content" |
102 |
| - android:layout_marginStart="15dp" |
103 |
| - app:layout_constraintBottom_toBottomOf="@id/layout_search" |
104 |
| - app:layout_constraintStart_toStartOf="@id/layout_search" |
105 |
| - app:layout_constraintTop_toTopOf="@id/layout_search" |
106 |
| - app:srcCompat="@drawable/ic_search" /> |
107 |
| - |
108 |
| - </androidx.constraintlayout.widget.ConstraintLayout> |
109 |
| - |
110 | 94 | <androidx.constraintlayout.widget.ConstraintLayout
|
111 | 95 | android:id="@+id/layout_compass"
|
112 | 96 | android:layout_width="60dp"
|
|
0 commit comments