2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-31 14:15:14 +00:00

Replace layout size values

This commit is contained in:
Nicolas Fella
2019-03-31 00:46:11 +01:00
parent 3022e3d835
commit 1867150ebb
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
<SeekBar <SeekBar
android:id="@+id/systemvolume_seek" android:id="@+id/systemvolume_seek"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center" android:layout_gravity="center"
android:layout_weight="1" android:layout_weight="1"

View File

@@ -122,7 +122,7 @@
<SeekBar <SeekBar
android:id="@+id/positionSeek" android:id="@+id/positionSeek"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center" android:layout_gravity="center"
android:layout_weight="1" /> android:layout_weight="1" />