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
[Trendyol](https://play.google.com/store/apps/details?id=trendyol.com) Android application, we are using several custom view implementations that can be useful for other apps.
17
19
18
-
## Components ##
20
+
## Components
21
+
19
22
*[Rating Bar](libraries/rating-bar): **RatingBarView**, easy to use and customizable rating view.
20
23
*[Rating Bar Compose](libraries/rating-bar-compose): **RatingBar**, easy to use and customizable ratingBar for compose.
21
24
*[Dialogs](libraries/dialogs): **Dialogs** is collection of BottomSheetDialogs to present user an info, agreement or list.
22
25
*[Toolbar](libraries/toolbar): **Toolbar** is customizable and easy to use component.
23
26
*[SuggestionInputView](libraries/suggestion-input-view): **SuggestionInputView** allows selecting pre-selected options or entering a custom option.
24
27
*[CardInputView](libraries/card-input-view): **CardInputView** for get debit/credit card inputs and validations.
25
28
*[QuantityPickerView](libraries/quantity-picker-view): **QuantityPickerView** for picking quantity easily without keyboard input.
29
+
*[QuantityPickerCompose](libraries/quantity-picker-compose): **QuantityPickerView** for picking quantity easily without keyboard input.
26
30
*[TimelineView](libraries/timeline-view): **TimelineView** for creating a timeline and show actions on it.
27
31
*[TimelineViewCompose](libraries/timeline-view-compose): **TimelineView** for creating a timeline for compose and show actions on it.
28
32
*[FitOptionMessage](libraries/fit-option-message-view): **FitOptionMessageView** for displaying text views with clipped imageviews.
29
33
30
34
License
31
-
--------
32
-
Copyright 2022 Trendyol.com
35
+
-------
36
+
37
+
Copyright 2022 Trendyol.com
38
+
39
+
Licensed under the Apache License, Version 2.0 (the "License");
40
+
you may not use this file except in compliance with the License.
41
+
You may obtain a copy of the License at
33
42
34
-
Licensed under the Apache License, Version 2.0 (the "License");
35
-
you may not use this file except in compliance with the License.
36
-
You may obtain a copy of the License at
43
+
http://www.apache.org/licenses/LICENSE-2.0
37
44
38
-
http://www.apache.org/licenses/LICENSE-2.0
45
+
Unless required by applicable law or agreed to in writing, software
46
+
distributed under the License is distributed on an "AS IS" BASIS,
47
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
48
+
See the License for the specific language governing permissions and
49
+
limitations under the License.
39
50
40
-
Unless required by applicable law or agreed to in writing, software
41
-
distributed under the License is distributed on an "AS IS" BASIS,
42
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
43
-
See the License for the specific language governing permissions and
0 commit comments