Skip to content
Snippets Groups Projects
Commit f06cb9aa authored by Nicolas Pomepuy's avatar Nicolas Pomepuy Committed by Jean-Baptiste Kempf
Browse files

Fix audio player search text clipped

parent 7be413ff
No related branches found
No related tags found
No related merge requests found
Pipeline #19518 passed with stage
in 18 minutes and 45 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