Skip to content

Commit 5ddb5ed

Browse files
committed
Updated readme
1 parent 03ace6a commit 5ddb5ed

1 file changed

Lines changed: 6 additions & 15 deletions

File tree

README.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,7 @@ First of all, include the dependency in your app build.gradle:
2323

2424
### Stable
2525
```gradle
26-
implementation 'com.github.Stjinchan:ExpandableCardView:1.1.2'
27-
```
28-
29-
### Beta
30-
```gradle
31-
implementation 'com.github.Stjinchan:ExpandableCardView:1.2.0-beta06'
32-
```
33-
34-
```
35-
This is a beta, introducing a different way of calculating inner_view height as a fix for the [Innerview issue](https://github.com/AleSpero/ExpandableCardView/issues/9)
36-
I am still testing if this works as intended
26+
implementation 'com.github.Stjinchan:ExpandableCardView:1.2.1'
3727
```
3828

3929
Or get the aar in the [Releases](https://github.com/Stjinchan/ExpandableCardView/releases) section.
@@ -75,14 +65,15 @@ If you want some basic Expandable Card without any custom behaviour, setting the
7565
```
7666
app:expandOnClick="true"
7767
app:expandableCardRipple="true"
78-
app:expandableCardRadius="100"
79-
app:expandableCardStrokeWidth="15"
80-
app:expandableCardElevation="70"
68+
app:expandableCardRadius="6dp"
69+
app:expandableCardStrokeWidth="2dp"
70+
app:expandableCardElevation="4dp"
8171
app:expandableCardStrokeColor="@color/colorAccent"
8272
app:expandableCardArrowColor="@color/colorAccent"
8373
app:expandableCardTitleColor="@color/colorAccent"
74+
app:expandableCardColor ="@color/colorAccent"
8475
app:expandableCardTitleBold="true"
85-
app:expandableCardTitleSize="30"
76+
app:expandableCardTitleSize="14sp"
8677
app:animationDuration="900"
8778
app:startExpanded="true"
8879
app:showSwitch="true"

0 commit comments

Comments
 (0)