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

Commit 1451a543 authored by Aurimas Liutikas's avatar Aurimas Liutikas Committed by android-build-merger
Browse files

Merge "Fix generating id in android namespace" am: 69f90a26

am: 9a1939b6

Change-Id: If3c98829216196f8520034e1040bdc878bc4fd5c
parents fbaf04ca 9a1939b6
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" />