I want to create a custom view attribute that can take one or more values, OR-ed:
app:myAttribute="foo|bar"
Basically just like android:gravity
:
android:gravity="left|bottom"
I want to create a custom view attribute that can take one or more values, OR-ed:
app:myAttribute="foo|bar"
Basically just like android:gravity
:
android:gravity="left|bottom"