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

Commit c6e533e9 authored by Andrii Kulian's avatar Andrii Kulian Committed by android-build-merger
Browse files

Merge "Fix build breakage caused by redefining attrs" into nyc-dev am: fa020a80

am: 475ab2be

* commit '475ab2be':
  Fix build breakage caused by redefining attrs

Change-Id: I9c6ef99d1bd7b4affeee500dc6a1b0eca1b84b5b
parents 03307df3 475ab2be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2281,7 +2281,7 @@
         activities launched in the task. That is if the root activity of a task set minimal width,
         then the system will set the same minimal width on all other activities in the task. It
         will also ignore any other minimal width attributes of non-root activities. -->
        <attr name="minWidth" format="dimension" />
        <attr name="minWidth" />
        <!-- @removed -->
        <attr name="minimalWidth" format="dimension" />
        <!-- Minimal height of the activity.
@@ -2290,7 +2290,7 @@
         activities launched in the task. That is if the root activity of a task set minimal height,
         then the system will set the same minimal height on all other activities in the task. It
         will also ignore any other minimal height attributes of non-root activities. -->
        <attr name="minHeight" format="dimension" />
        <attr name="minHeight" />
        <!-- @removed -->
        <attr name="minimalHeight" format="dimension" />
    </declare-styleable>