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

Commit 4876ea26 authored by Sunny Goyal's avatar Sunny Goyal Committed by android-build-merger
Browse files

Chaning the \'title\' attribute format to string to be consistent with support libraries

am: eba87b17

* commit 'eba87b17':
  Chaning the 'title' attribute format to string to be consistent with support libraries
parents f323002e eba87b17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@
        <attr name="spanX" format="string" />
        <attr name="spanY" format="string" />
        <attr name="icon" format="reference" />
        <attr name="title" format="reference" />
        <attr name="title" format="string" />
        <attr name="uri" format="string" />
    </declare-styleable>