Skip to content

Commit 4dba18a

Browse files
committed
README.md
1 parent 325a72d commit 4dba18a

10 files changed

Lines changed: 13 additions & 166 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</h1>
88

99
<div align="center">
10-
<a><img src="https://img.shields.io/badge/Version-3.2.7-brightgreen.svg?style=flat"></a>
10+
<a><img src="https://img.shields.io/badge/Version-3.2.8-brightgreen.svg?style=flat"></a>
1111
<a><img src="https://img.shields.io/badge/ID-gzeinnumer-blue.svg?style=flat"></a>
1212
<a><img src="https://img.shields.io/badge/Java-Suport-green?logo=java&style=flat"></a>
1313
<a><img src="https://img.shields.io/badge/Kotlin-Suport-green?logo=kotlin&style=flat"></a>
@@ -539,6 +539,8 @@ new TimeDialog(getSupportFragmentManager())
539539
- Bug Color
540540
- **3.2.7**
541541
- Bug Color
542+
- **3.2.8**
543+
- Bug Fixing
542544

543545
---
544546
# Contribution

da/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
3737
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
3838

39-
implementation 'com.github.gzeinnumer:SimpleMaterialStyle:2.0.0'
40-
implementation 'com.google.android.material:material:1.3.0'
39+
implementation 'com.github.gzeinnumer:SimpleMaterialStyle:2.2.3-alpha5'
40+
implementation 'com.google.android.material:material:1.4.0'
4141
api 'com.agrawalsuneet.androidlibs:dotsloader:1.4'
4242
}

da/src/main/res/drawable/dialog_shadow.xml

Lines changed: 0 additions & 104 deletions
This file was deleted.
File renamed without changes.

da/src/main/res/drawable/rounded_corner.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

da/src/main/res/drawable/rounded_corner_2.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

da/src/main/res/drawable/rounded_layer.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

da/src/main/res/values/colors.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<color name="colorPrimaryDark">?attr/colorPrimaryDark</color>
55
<color name="colorAccent">?attr/colorAccent</color>
66

7-
<!-- dialog custom -->
8-
<color name="text_header">#FF282828</color>
9-
<color name="text_content">#FF1C1C1C</color>
7+
<!-- &lt;!&ndash; dialog custom &ndash;&gt;-->
8+
<!-- <color name="text_header">#FF282828</color>-->
9+
<!-- <color name="text_content">#FF1C1C1C</color>-->
1010

1111
</resources>

da/src/main/res/values/dimens.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<dimen name="h3">16sp</dimen>
4-
<dimen name="button_height">48dp</dimen>
5-
<dimen name="def_margin">16dp</dimen>
6-
<dimen name="text_margin">10dp</dimen>
7-
<dimen name="space_between_edittext">10dp</dimen>
3+
<!-- <dimen name="h3">16sp</dimen>-->
4+
<!-- <dimen name="button_height">48dp</dimen>-->
5+
<!-- <dimen name="def_margin">16dp</dimen>-->
6+
<!-- <dimen name="text_margin">10dp</dimen>-->
7+
<!-- <dimen name="space_between_edittext">10dp</dimen>-->
88
</resources>

da/src/main/res/values/strings.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
<resources>
22
<string name="app_name">MyLibDialog</string>
3-
<!-- TODO: Remove or change this placeholder text -->
4-
<string name="hello_blank_fragment">Hello blank fragment</string>
5-
<string name="title_dialog">Title</string>
6-
<string name="content_dialog">Content</string>
7-
<string name="cancel">Cancel</string>
8-
<string name="ok">Ok</string>
93
</resources>

0 commit comments

Comments
 (0)