Commit451 / ForegroundViews

Views that supports a foreground, like FrameLayout does
Apache License 2.0
214 stars 29 forks source link

Library is incompatible with AS 3.0 #10

Closed stepango closed 7 years ago

stepango commented 7 years ago

Accessing to private resources is now error

ERROR: /Users/stepangoncarov/AndroidStudioProjects/90seconds/app/build/intermediates/incremental/mergeDevDebugResources/merged.dir/values/values.xml:731 resource android:attr/foregroundInsidePadding is private

on line

<declare-styleable name="ForegroundView"><attr name="android:foreground"/><attr name="android:foregroundInsidePadding"/><attr name="android:foregroundGravity"/></declare-styleable>
stepango commented 7 years ago

As a workaround my fork could be used compile 'com.github.stepango:foregroundviews:master-SNAPSHOT'

Jawnnypoo commented 7 years ago

Thanks for reporting, fixed in 2.4.0