fix lint warnings

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2023-07-18 11:56:27 +02:00
parent 8b7b402076
commit 832409a255
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@
<SeekBar
android:id="@+id/seekbar"
android:layout_width="match_parent"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
tools:progress="50" />

View File

@ -79,7 +79,7 @@
<SeekBar
android:id="@+id/seekbar"
style="@style/Nextcloud.Material.Outgoing.SeekBar"
android:layout_width="match_parent"
android:layout_width="0dp"
android:layout_height="40dp"
android:thumb="@drawable/voice_message_outgoing_seek_bar_slider"
tools:progress="50"