i'm trying to design a custom shaped imageview in my application... similar to the one in Yahoo news digest application...
Here's the shape i'm seeking to achieve :
Anyone have any idea how to do this? Thanks guys!
Well you'll simply need an image (filling the background) and overlapping view for displaying the news, date and day. I suggest you look for RelativeLayout.
Related
I know this question has been asked before and I am unable to get a good solution so far.
I need to create a custom ImageView like the one use in the yahoo news app like below screenshot.
In the View hierarchy in the right, you can see its an imageview only. Below there is a framelayout and I attached a screenshot of that as well.
I don't think this is achieved using a layer-list, which can draw custom shapes on top of views.
So how to create a custom imageview with custom shape like this in android?
Any suggestion is really appreciated.
Thanks.
I want to implement the same dynamically creating layouts with the cells resizing like in the Layout app for Instagram: https://media.giphy.com/media/l0HlNCX30sTfsldAs/giphy.gif
Do anyone have idea how does it work?
So far I`ve found this https://github.com/k9mail/splitview . I think I can to do something with that
I'm trying to use a listview in my application with a gradient from the bottom.
I do not want to use the gradient in the background, I like to use it in the listview.
To try to explain better, I attached a picture of what I want.
The background will show images that will change.
I searched a lot and made several tests, but without success.
I appreciate any help.
Thanks and regards
Android has something built in for that. It is called fading edge. The two XML properties are android:fadingEdgeLength and android:requiresFadingEdge. If you were hoping to have the image gradient change, I don't think they are dynamic.
Hi,
I want to design the buttons like the image above. eight button in a circular way. I am confusing how to design them in a circular to cricket logo.
I have tried it using relative layout and linear layout but can not make like this.
Please help me to make this view possible to implement.
Check out the Wheel Component which shows the circular views with the scrolling layout.
You can also download the reference demo HERE.
EDITED:
Check out other similar demo HERE and HERE
For my app I want to have a design like this example I made in the top right corner at all times.
How would I create this? Would it have to be an image with textviews on it, or could I make one with programming?
All help is appreciated- Lijap
This could be implemented using TextView with a 9-patch background