Could anyone tell me how it's done to make a scroll bar like this? Is it a widget or what's needed to make it?
This is an override of the existing DatePickerWidget available in the original SDK. You can do your own "skinning" to make it look like this, or use someone else's code.
Related
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 :)
I know that this question was asked before but i'm using it in widget so i can't make a custom class (such as VerticalTextView).
Any idea how can i make it using xml?
Really in widget, I think there is only one way - try to use rotate. Similar example. Hope it's help.
I'm looking to implement a SlidingTab ie: lock slider or slide-to-answer type thing in my app. I figured it'd a common thing so the source or widget would be available for use but I can't find it anywhere.
Would I have to build a custom one myself?
If you want the same look and feel of the SlidingTab, yes, you have to implement a custom one yourself! Look here for the source code and here for image resources.
If you need something similar you can use SlidingDrawer or customize a SeekBar.
Let me know what you choose! ;)
I just want to make the seekbar as shown in the image. How can I achieve this?
I too was looking for this, to no avail. So I made a new widget, feel free to use it: https://code.google.com/p/range-seek-bar/
This will work for sure! just go to this address and copy the code and make the class.
does anybody know what android widget/view this is:
i want to be able to implement a similar widget for my own needs but i dont know what kind of view/widget it is. All i see is that it is embeded on the ContactContract class as a quickContact object.
Anyone used one of these and customized it? if so, how? Thanks in advance
edit: is it also possible to include more than 5 items as shown below and have it scrollable horizontaly
This is QuickAction. Here you can find implementation of it. And there is repository on Github with source code.
I'm not quite sure, but it seems a custom toast
http://developer.android.com/guide/topics/ui/notifiers/toasts.html