Skip to content
Snippets Groups Projects
Commit e9f84555 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Fix audio player search text clipped

parent e936f615
No related branches found
No related tags found
2 merge requests!644License: Make sure a web browser is installed on the device else fallback on Webview,!642Fix audio player search text clipped
Pipeline #19503 passed with stage
in 15 minutes and 27 seconds
......@@ -116,6 +116,7 @@
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/playlist_search_text"
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_marginStart="8dp"
......
......@@ -108,6 +108,7 @@
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/playlist_search_text"
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_marginStart="8dp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment