First work on new key view toolbar
This commit is contained in:
@@ -6,4 +6,13 @@
|
||||
<attr name="unFoldedLabel" format="string" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="AspectRatioImageView">
|
||||
<attr name="aspectRatio" format="float" />
|
||||
<attr name="aspectRatioEnabled" format="boolean" />
|
||||
<attr name="dominantMeasurement">
|
||||
<enum name="width" value="0" />
|
||||
<enum name="height" value="1" />
|
||||
</attr>
|
||||
</declare-styleable>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user