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

Commit 03fc6bbe authored by Ryan Mitchell's avatar Ryan Mitchell
Browse files

Fix invalid style reference in xml

AAPT2 does not recognize @android:style/@Widget.Material.Button.Colored.
This change removes the unnecessary '@' symbol.

Bug: 123251200
Test: build success
Change-Id: Ie5ae2a8898602d5776f5b6bf32058b1bf7c668ca
parent 9232a4a1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@
        android:paddingStart="8dp"
        android:paddingEnd="8dp">
        <Button
            style="@android:style/@Widget.Material.Button.Colored"
            android:id="@+id/forget_button"
            android:text="@string/forget"
            android:layout_width="0dp"