Skip to content

Commit e702959

Browse files
committed
Set cardtitle margin to 16dp
1 parent ddbb30a commit e702959

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Get it on the [Google Play Store](https://play.google.com/store/apps/details?id=
2626
First of all, include the dependency in your app build.gradle:
2727

2828
```gradle
29-
implementation 'com.github.Stjinchan:ExpandableCardView:1.1.1'
29+
implementation 'com.github.Stjinchan:ExpandableCardView:1.1.2'
3030
```
3131

3232
Or get the aar in the [Releases](https://github.com/Stjinchan/ExpandableCardView/releases) section.

expandablecardview/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'kotlin-android-extensions'
55
ext {
66
PUBLISH_GROUP_ID = 'host.stjin'
77
PUBLISH_ARTIFACT_ID = 'expandable-cardview'
8-
PUBLISH_VERSION = '1.1.1'
8+
PUBLISH_VERSION = '1.1.2'
99
}
1010

1111
android {
@@ -15,7 +15,7 @@ android {
1515
minSdkVersion 18
1616
targetSdkVersion 29
1717
versionCode 3
18-
versionName "1.1.1"
18+
versionName "1.1.2"
1919

2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121

expandablecardview/src/main/res/layout/expandable_cardview.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
android:layout_width="wrap_content"
3737
android:layout_height="wrap_content"
3838
android:layout_centerVertical="true"
39-
android:layout_marginStart="10dp"
39+
android:layout_marginStart="16dp"
4040
android:layout_toEndOf="@+id/card_icon"
4141
android:maxLength="39"
4242
android:maxLines="1"

0 commit comments

Comments
 (0)