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

remove obsolete layout params

This commit is contained in:
Nicolas Fella
2019-04-18 17:23:50 +02:00
parent b80d7dcf50
commit 9a8ae36ef6

View File

@@ -10,7 +10,6 @@
<Space
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="0.25"
android:id="@+id/top_space"/>
<LinearLayout
@@ -47,7 +46,6 @@
android:id="@+id/textView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="0.25"
android:layout_alignParentBottom="true"
android:text="@string/presenter_lock_tip" />