add start padding to suggestion strip

This commit is contained in:
Helium314 2023-10-17 16:02:36 +02:00
parent 1dc53663f0
commit 78e924ee6d

View file

@ -26,6 +26,7 @@
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingStart="4dp"
android:hapticFeedbackEnabled="false"
android:soundEffectsEnabled="false">
<!-- Provide audio and haptic feedback by ourselves based on the keyboard settings.