-
Notifications
You must be signed in to change notification settings - Fork 98
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
how to set orination horizontal dynamic #44
Comments
what component you want to change the orientation |
placed two button in horizontal |
If you are using linear layout then place this attribute in the layout declaration |
Hope this helps |
public class ButtonFactory implements FormWidgetFactory {
} how to add setOnClickListener every button |
//consider a button b1 and its declarations then //it's on click listener would be |
i have list button every button action are different how can perform this action |
Then you have to make a custom list adapter |
no
|
No description provided.
The text was updated successfully, but these errors were encountered: