I am using a scrollview in my application. I want to know how can it be possible to change the default appearance of a scrollview(i.e a line) to something different, maybe an image or arrows in android.
Any kind of help or hint would be highly appreciated.
Thanks in advance,
HM
hey it is in ApiDemos itself buddy. check this link APIDemos/View/Scroll bars
Related
enter image description here
In This Image You Can See The Layout Of Screen.
Can You Please Say Me How To Make This Type Of Layout?
Help is Appreciated...
What about take a look to official doc?
https://developer.android.com/guide/topics/ui/declaring-layout.html
Maybe if you are specificest...
I need to recreate something exactly like this. A bar with a slider and with various colors, exactly the same. I was looking for a bit 'but I can not find a way to do it or anything like that. Can anyone give me a track to work on? Thank you!
What you're looking for is
Android seekbar
And then to style it you would probably end up doing like this so answer
https://stackoverflow.com/a/27035469/2880747
or this one
Custom seekbar (thumb size, color and background)
I personally used the latter, and it was working great :)
How to achieve this kind of layout? i am new to android. can you help me please? thanks. i will mark this as answer after for those who can answer.thanks a lot.!
(source: tnwcdn.com)
Reading this you can understand how to create buttons with image and text, I'm not going to make the app for you, don't be lazy and search more before asking something like this.
I want to create a menu as shown in the picture in my application .So please tell me how to do this .Is there any library file is available for this.
any help will be appreciable.
Thanks in advance
You can use this example:
http://www.androidhive.info/2013/11/android-sliding-menu-using-navigation-drawer/
just you can shorten the animating view size in height wise as well as the width so you will be able to replicate the exact behavior what you want .
Hope this helps..
I'm going to develop a UI something like the image below, but I don't know how can I get boxes likes this with shadows behind ?
How can I achieve this ? I'm wondering if TableLayout may be a good tool for this but I don't know where to start and how to add shadows. Any helps appreciated.
Take a look at this blog spot, "Definitely the most helpful post on this subject, 10x." :
http://www.uifuel.com/android-creating-a-drop-shadow-in-xml-layout/
You can also use 9-patched images. Here you can find a good tutorial.