mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-31 06:05:12 +00:00
LinearLayout is more performant than RelativeLayout
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="160dp"
|
||||
android:background="@drawable/drawer_header"
|
||||
@@ -55,4 +55,4 @@
|
||||
/>
|
||||
-->
|
||||
|
||||
</RelativeLayout>
|
||||
</LinearLayout>
|
||||
|
Reference in New Issue
Block a user