mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 11:02:35 +01:00
-Increased search item insert arrow click space.
This commit is contained in:
parent
0fe5a44e5a
commit
5e16969d61
@ -3,7 +3,8 @@
|
|||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content"
|
||||||
|
android:orientation="horizontal">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/suggestion_search"
|
android:id="@+id/suggestion_search"
|
||||||
@ -17,7 +18,6 @@
|
|||||||
android:layout_toLeftOf="@id/suggestion_insert"
|
android:layout_toLeftOf="@id/suggestion_insert"
|
||||||
android:layout_toStartOf="@id/suggestion_insert"
|
android:layout_toStartOf="@id/suggestion_insert"
|
||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
android:orientation="horizontal"
|
|
||||||
android:paddingBottom="8dp"
|
android:paddingBottom="8dp"
|
||||||
android:paddingTop="8dp">
|
android:paddingTop="8dp">
|
||||||
|
|
||||||
@ -44,17 +44,28 @@
|
|||||||
tools:text="Search query"/>
|
tools:text="Search query"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<ImageView
|
<LinearLayout
|
||||||
android:id="@+id/suggestion_insert"
|
android:id="@+id/suggestion_insert"
|
||||||
android:layout_width="24dp"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="24dp"
|
android:layout_height="wrap_content"
|
||||||
android:layout_centerVertical="true"
|
android:background="?attr/selectableItemBackgroundBorderless"
|
||||||
android:layout_alignParentRight="true"
|
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:layout_marginLeft="16dp"
|
android:layout_alignParentRight="true"
|
||||||
android:layout_marginRight="16dp"
|
android:layout_alignParentEnd="true"
|
||||||
android:src="?attr/search_add"
|
android:layout_centerVertical="true"
|
||||||
android:background="?attr/selectableItemBackgroundBorderless"
|
android:paddingLeft="16dp"
|
||||||
tools:ignore="ContentDescription,RtlHardcoded"/>
|
android:paddingRight="16dp"
|
||||||
|
android:paddingBottom="8dp"
|
||||||
|
android:paddingTop="8dp">
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:layout_width="24dp"
|
||||||
|
android:layout_height="24dp"
|
||||||
|
android:layout_gravity="center"
|
||||||
|
android:src="?attr/search_add"
|
||||||
|
tools:ignore="ContentDescription,RtlHardcoded"/>
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user