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

Stacked icons #31

Closed
bmutinda opened this issue May 19, 2015 · 3 comments
Closed

Stacked icons #31

bmutinda opened this issue May 19, 2015 · 3 comments
Assignees
Labels

Comments

@bmutinda
Copy link

How do you create the below using Android-Iconics? Looked at the demo but I seem not to get an example for this.

<span class="fa-stack fa-lg fa-5x">
    <i class="fa fa-square-o fa-stack-2x"></i>
    <i class="fa fa-cloud  fa-stack-1x"></i>
</span>

Basically a cloud icon with a square around it.

The output is here http://jsfiddle.net/mutinda/w5zbxm20/

@mikepenz
Copy link
Owner

@mutindaz if you need to overlap to icons i would recommend you to create a RelativeLayout with two ImageViews inside it where one ImageView overlaps the other.

@mikepenz mikepenz self-assigned this May 19, 2015
@bmutinda
Copy link
Author

@mikepenz nice one!

@mikepenz
Copy link
Owner

@mutindaz a different solution could be this: http://stackoverflow.com/a/2740198/325479

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

2 participants