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

[TC-5682] Android: switch to AppCompatButton #7166

Merged
merged 1 commit into from Sep 14, 2015

Conversation

manumaticx
Copy link
Contributor

No description provided.

@ashcoding
Copy link
Contributor

Jira: https://jira.appcelerator.org/browse/TIMOB-19506
Test code

var win = Ti.UI.createWindow({
    title: "Test"
});
var button = Titanium.UI.createButton({
   title: 'Hello',
   top: 10
});
button.addEventListener('click',function(e)
{
   Titanium.API.info("You clicked the button");
});
win.add(button);

win.open();

@ashcoding
Copy link
Contributor

Code reviewed and functionally tested.
Accepted
👍

ashcoding added a commit that referenced this pull request Sep 14, 2015
[TC-5682] Android: switch to AppCompatButton
@ashcoding ashcoding merged commit abe4ee9 into tidev:master Sep 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants