diff options
Diffstat (limited to 'library/src/main/res/values/attr.xml')
-rw-r--r-- | library/src/main/res/values/attr.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/library/src/main/res/values/attr.xml b/library/src/main/res/values/attr.xml index daeb5e3..49be8d9 100644 --- a/library/src/main/res/values/attr.xml +++ b/library/src/main/res/values/attr.xml @@ -29,9 +29,10 @@ <attr name="dragElasticity" format="float" /> </declare-styleable> - <declare-styleable name="CutoutTextView"> + <declare-styleable name="CutoutView"> <attr name="foregroundColor" format="color" /> <attr name="android:text" /> + <attr name="android:drawable" /> <attr name="android:minHeight" /> <attr name="heightPercentageToScreen" format="float" /> <attr name="font"/> |