OSDN Git Service

Remove illegal @+ use with dimen type
authorAdam Lesinski <adamlesinski@google.com>
Wed, 26 Apr 2017 23:49:36 +0000 (16:49 -0700)
committerAdam Lesinski <adamlesinski@google.com>
Wed, 26 Apr 2017 23:49:36 +0000 (16:49 -0700)
commite8a62893189a52b1485d92972accb3bd5fabc1d0
treefcb1f7b4553d6c21c19e23faba249da8e9f178aa
parent2b63d39bc586a6359957ea716883a55fd489aa7d
Remove illegal @+ use with dimen type

@+id/foo is a way to specify an ID or create one if it doesn't exist.
This is fine to do because an ID is simply a placeholder value that is
assigned a resource ID.
@+dimen/foo doesn't make sense because there is no implicit value to
create if the resource doesn't exist.

Bug: 37716235
Test: builds
Change-Id: Ic897b208fd338bc00ac47de04ea74f0993e6a052
res/layout/sticky_bottom_capture_layout.xml