I Want To Use Widget.button.transparent Style With My Button
error: Error: Resource is not public. (at 'style' with value '@android:style/Widget.Button.Transparent').,style='@android:style/Widget.Button.Transparent'
Solution 1:
I have bad news. The Android API is white-listed. Only object that are listed in $ANDROID_SRC/frameworks/base/api/NN.txt are visible to client applications running on API level NN.
While the three other button styles found in styles.xml are all exposed, Widget_Button_Transparent is not. You can't use it.
Post a Comment for "I Want To Use Widget.button.transparent Style With My Button"