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

How to add new Child to ArcLayout programmatically ? #22

Open
himanshumoriglobus opened this issue Jul 20, 2016 · 2 comments
Open

How to add new Child to ArcLayout programmatically ? #22

himanshumoriglobus opened this issue Jul 20, 2016 · 2 comments

Comments

@himanshumoriglobus
Copy link

I am creating a circle view of members using arclayout.
I saw your sample there we have added fixed child items in its layout. which is fixed but I want it to be variable/ dynamic that i can add new child at runtime.
sample

@himanshumoriglobus
Copy link
Author

No Problem
i solved it myself.

arcLayout = (ArcLayout) findViewById(R.id.myacrLayout);

View item = (View) inflater.inflate(R.layout.arc_layout_item, null);

arcLayout.addView(item);

we can inflate a layout and add its view to arcLayout....

@SMARTVIK
Copy link

@himanshumoriglobus Can you help me to achieve a scrollable arc with this library?

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

No branches or pull requests

2 participants