2
0
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:
Albert Vaca
2016-02-17 08:45:03 -08:00
parent 158931f766
commit 06c872fddc

View File

@@ -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>