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

Dynamic TextView MaterialLargeImageCard #555

Open
s3000-f opened this issue Dec 3, 2016 · 0 comments
Open

Dynamic TextView MaterialLargeImageCard #555

s3000-f opened this issue Dec 3, 2016 · 0 comments

Comments

@s3000-f
Copy link

s3000-f commented Dec 3, 2016

I have a list of MaterialLargeImageCard's in my app and there are 4 TextViews in each of these cards.
I need to set text of these TextViews while making the card the way the cards where initiated in the docs was like

MaterialLargeImageCard card =
                    MaterialLargeImageCard.with(rootView.getContext())
                            .setTextOverImage("Username " + (i + 1))
                            .useDrawableId(R.drawable.soosk)
                            .setupSupplementalActions(R.layout.carddemo_native_material_supplemental_actions_large_icon, actions)
                            .build();

how can I initiate the TextViews while doing this?

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

1 participant