You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+89-6
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,88 @@
4
4
5
5
An Android Custom Widgets Library, offers custom ui components.
6
6
7
+
## SmoothSeekBar
8
+
9
+
SmoothSeekBar extends the implementation of AppCompatSeekBar, which updates the progress based on the ACTION_MOVE Touch Event rather than the ACTION_DOWN Touch Event, which makes smooth transition from the previous progress to the current one.
CircleImageButton is a clickable image button that makes image source [app:srcCompat] and background source [android:background] a circle.
10
83
11
84
1) Color resource as a circle (An alternative way is to use shape drawable)
12
85
13
-
<imgsrc="https://github.com/LiteKite/Android-Widgets/blob/assets/assets/cib_src_as_color_res.png"alt="Circle Image Button Source As Color Resource"width="25%" />
86
+
<palign="center">
87
+
<imgsrc="https://github.com/LiteKite/Android-Widgets/blob/assets/assets/cib_src_as_color_res.png"alt="Circle Image Button Source As Color Resource"width="25%" />
88
+
</p>
14
89
15
90
~~~
16
91
<com.litekite.widget.CircleImageButton
@@ -22,7 +97,9 @@ CircleImageButton is a clickable image button that makes image source [app:srcCo
22
97
23
98
2) Background and image source with color resource as a circle with inner padding (An alternative way is to use shape drawable with oval type, stroke and shape color)
24
99
25
-
<imgsrc="https://github.com/LiteKite/Android-Widgets/blob/assets/assets/cib_src_and_bg_as_color_res.png"alt="Circle Image Button Background And Source As Color Resource"width="25%" />
100
+
<palign="center">
101
+
<imgsrc="https://github.com/LiteKite/Android-Widgets/blob/assets/assets/cib_src_and_bg_as_color_res.png"alt="Circle Image Button Background And Source As Color Resource"width="25%" />
102
+
</p>
26
103
27
104
~~~
28
105
<com.litekite.widget.CircleImageButton
@@ -36,7 +113,9 @@ CircleImageButton is a clickable image button that makes image source [app:srcCo
36
113
37
114
3) Background and image source with color resource as a circle with inner padding plus ripple effect
38
115
39
-
<imgsrc="https://github.com/LiteKite/Android-Widgets/blob/assets/assets/cib_src_and_bg_as_color_res_with_ripple.gif"alt="Circle Image Button Background And Source As Color Resource Plus Ripple Effect"width="25%" />
116
+
<palign="center">
117
+
<imgsrc="https://github.com/LiteKite/Android-Widgets/blob/assets/assets/cib_src_and_bg_as_color_res_with_ripple.gif"alt="Circle Image Button Background And Source As Color Resource Plus Ripple Effect"width="25%" />
118
+
</p>
40
119
41
120
~~~
42
121
<com.litekite.widget.CircleImageButton
@@ -55,7 +134,9 @@ CircleImageButton is a clickable image button that makes image source [app:srcCo
55
134
56
135
4) Profile drawable image plus background plus ripple effect
57
136
58
-
<imgsrc="https://github.com/LiteKite/Android-Widgets/blob/assets/assets/cib_profile_img_plus_background_plus_ripple.gif"alt="Profile Drawable Image Plus Background Plus Ripple Effect"width="25%" />
137
+
<palign="center">
138
+
<imgsrc="https://github.com/LiteKite/Android-Widgets/blob/assets/assets/cib_profile_img_plus_background_plus_ripple.gif"alt="Profile Drawable Image Plus Background Plus Ripple Effect"width="25%" />
139
+
</p>
59
140
60
141
~~~
61
142
<com.litekite.widget.CircleImageButton
@@ -70,7 +151,9 @@ CircleImageButton is a clickable image button that makes image source [app:srcCo
70
151
71
152
5) Profile drawable image plus transparent background plus ripple effect
72
153
73
-
<imgsrc="https://github.com/LiteKite/Android-Widgets/blob/assets/assets/cib_profile_img_plus_transparent_background_plus_ripple.gif"alt="Profile Drawable Image Plus Background Plus Ripple Effect"width="25%" />
154
+
<palign="center">
155
+
<imgsrc="https://github.com/LiteKite/Android-Widgets/blob/assets/assets/cib_profile_img_plus_transparent_background_plus_ripple.gif"alt="Profile Drawable Image Plus Background Plus Ripple Effect"width="25%" />
0 commit comments