Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63e9bd1f authored by Michael Bestas's avatar Michael Bestas
Browse files

LineageParts: Fix generating id in android namespace

Fixes:
res/layout/profiles_header.xml:18: warn: generated id
'android:id/title' for external package 'android'.

Change-Id: I32599c3b895fdd0f0b142d9ca2250716f3cef172
parent 591109aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
  -->

<TextView xmlns:android="http://schemas.android.com/apk/res/android"
          android:id="@+android:id/title"
          android:id="@android:id/title"
          android:layout_width="match_parent"
          android:layout_height="wrap_content"
          android:layout_marginBottom="16dp"