Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use style background resource invalid #86

Closed
qiujuer opened this issue Sep 19, 2016 · 1 comment
Closed

Use style background resource invalid #86

qiujuer opened this issue Sep 19, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@qiujuer
Copy link
Owner

qiujuer commented Sep 19, 2016

In style:
<style name="AppTheme.Button.Background" parent="Genius.Widget.Button"> <item name="android:background">@drawable/m_button_background</item> </style>
used:
<net.qiujuer.genius.ui.widget.Button android:layout_width="0dp" android:layout_height="@dimen/size_52" android:layout_marginLeft="@dimen/lay_4" android:layout_marginRight="@dimen/lay_4" android:layout_weight="1" style="@style/AppTheme.Button.Background" android:text="Ease" android:textColor="@color/white_alpha_224" app:gTouchEffect="ease" />
but the "android:background" invalid.

@qiujuer qiujuer added the bug label Sep 19, 2016
@qiujuer qiujuer added this to the V2.0.0 milestone Sep 19, 2016
@qiujuer qiujuer self-assigned this Sep 19, 2016
@qiujuer
Copy link
Owner Author

qiujuer commented Sep 19, 2016

This is a bug, in initial method and constructor.

qiujuer added a commit that referenced this issue Sep 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant