...
This commit is contained in:
@@ -7,16 +7,6 @@
|
||||
android:background="@drawable/rounded_bg_top"
|
||||
android:paddingTop="10dp">
|
||||
|
||||
<View
|
||||
android:id="@+id/drag_handle"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="4dp"
|
||||
android:background="#E0E0E0"
|
||||
android:layout_marginTop="8dp"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent" />
|
||||
|
||||
<com.google.android.material.textfield.TextInputEditText
|
||||
android:id="@+id/searchInput"
|
||||
android:layout_width="0dp"
|
||||
@@ -29,7 +19,7 @@
|
||||
android:hint="앱 검색"
|
||||
android:imeOptions="actionSearch"
|
||||
android:singleLine="true"
|
||||
app:layout_constraintTop_toBottomOf="@id/drag_handle"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toLeftOf="@+id/search_google"/>
|
||||
|
||||
@@ -140,6 +130,18 @@
|
||||
android:background="@color/black"
|
||||
android:gravity="center_vertical"
|
||||
>
|
||||
<androidx.appcompat.widget.AppCompatSpinner
|
||||
android:paddingLeft="5dp"
|
||||
android:paddingRight="5dp"
|
||||
android:layout_marginLeft="6dp"
|
||||
android:layout_marginRight="6dp"
|
||||
android:layout_marginTop="1dp"
|
||||
android:layout_marginBottom="1dp"
|
||||
android:id="@+id/categorySpinner"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="33dp"
|
||||
android:spinnerMode="dropdown"
|
||||
android:background="@drawable/base_bg"/>
|
||||
<TextView
|
||||
style="@style/SearchAccs"
|
||||
app:autoSizeTextType="uniform"
|
||||
|
||||
@@ -21,12 +21,25 @@
|
||||
android:padding="@dimen/eight"
|
||||
android:inputType="textNoSuggestions"
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/alterName"
|
||||
app:layout_constraintTop_toBottomOf="@id/appName"
|
||||
android:layout_width="wrap_content"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:minWidth="@dimen/zero"
|
||||
android:textSize="20dp"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/eight"
|
||||
android:inputType="textNoSuggestions"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/totalTouch"
|
||||
android:layout_margin="20dp"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/appName"
|
||||
app:layout_constraintTop_toBottomOf="@id/alterName"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical|left"
|
||||
|
||||
Reference in New Issue
Block a user