Skip to content

Commit 309ffbc

Browse files
author
burak.ozturk1
committed
Add readme and images
1 parent b3db984 commit 309ffbc

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

README.md

+20-14
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,41 @@ UI Components includes several custom views for Android platform to make develop
1010
<img src="images/uic3.png" width="240"/> <img src="images/uic4.png" width="240"/>
1111
<img src="images/uic5.png" width="240"/> <img src="images/timeline-view.png" width="240"/>
1212
<img src="images/suggestion-input-view-1.gif" width="240"/> <img src="images/quantity-picker-view-1.gif" width="240"/>
13-
<img src="images/fitoptionmessageview.png" width="240"/>
13+
<img src="images/quantity-picker-compose.gif" width="240"/>
14+
<img src="images/fitoptionmessageview.png" width="240"/>
15+
16+
## Why?
1417

15-
## Why? ##
1618
[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.
1719

18-
## Components ##
20+
## Components
21+
1922
* [Rating Bar](libraries/rating-bar): **RatingBarView**, easy to use and customizable rating view.
2023
* [Rating Bar Compose](libraries/rating-bar-compose): **RatingBar**, easy to use and customizable ratingBar for compose.
2124
* [Dialogs](libraries/dialogs): **Dialogs** is collection of BottomSheetDialogs to present user an info, agreement or list.
2225
* [Toolbar](libraries/toolbar): **Toolbar** is customizable and easy to use component.
2326
* [SuggestionInputView](libraries/suggestion-input-view): **SuggestionInputView** allows selecting pre-selected options or entering a custom option.
2427
* [CardInputView](libraries/card-input-view): **CardInputView** for get debit/credit card inputs and validations.
2528
* [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.
2630
* [TimelineView](libraries/timeline-view): **TimelineView** for creating a timeline and show actions on it.
2731
* [TimelineViewCompose](libraries/timeline-view-compose): **TimelineView** for creating a timeline for compose and show actions on it.
2832
* [FitOptionMessage](libraries/fit-option-message-view): **FitOptionMessageView** for displaying text views with clipped imageviews.
2933

3034
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
3342

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
3744

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.
3950

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
44-
limitations under the License.

images/quantity-picker-compose.gif

440 KB
Loading

settings.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ include(":libraries:toolbar")
88
include(":libraries:suggestion-input-view")
99
include(":libraries:card-input-view")
1010
include(":libraries:quantity-picker-view")
11+
include(":libraries:quantity-picker-compose")
1112
include(":libraries:timeline-view")
1213
include(":libraries:touch-delegator")
1314
include(":libraries:fit-option-message-view")

0 commit comments

Comments
 (0)