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

Commit 9a1939b6 authored by Aurimas Liutikas's avatar Aurimas Liutikas Committed by android-build-merger
Browse files

Merge "Fix generating id in android namespace"

am: 69f90a26

Change-Id: Icd0cf68917c213064459ed4c553b6f441439f4d9
parents 05db52b9 69f90a26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
        android:layout_width="match_parent"
        android:layout_height="match_parent">

        <ProgressBar android:id="@+android:id/progress"
        <ProgressBar android:id="@+id/progress"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content" />