button with ripple for files and instance picker

This commit is contained in:
sk
2023-05-27 01:13:32 +02:00
parent 274bca84d9
commit f933bdbc53
4 changed files with 4 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
android:layout_height="wrap_content"
android:layout_marginHorizontal="16dp"
android:layout_marginVertical="4dp"
android:background="@drawable/bg_search_field"
android:background="@drawable/bg_search_button"
android:paddingVertical="12dp"
android:orientation="horizontal">

View File

@@ -8,7 +8,7 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_search_field">
android:background="@drawable/bg_search_button">
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"