File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ allprojects{
17
17
```
18
18
dependencies {
19
19
...
20
- implementation 'com.github.amitjangid80:multiutillib:v1.1.5 '
20
+ implementation 'com.github.amitjangid80:multiutillib:v1.1.6 '
21
21
}
22
22
```
23
23
@@ -35,7 +35,7 @@ dependencies {
35
35
<dependency>
36
36
<groupId>com.github.amitjangid80</groupId>
37
37
<artifactId>multiutillib</artifactId>
38
- version>v1.1.5 </version>
38
+ version>v1.1.6 </version>
39
39
dependency>
40
40
```
41
41
Original file line number Diff line number Diff line change 8
8
android : fitsSystemWindows =" false"
9
9
android : gravity =" center"
10
10
android : orientation =" horizontal"
11
- android : padding =" 5dp"
12
11
tools : ignore =" UseCompoundDrawables" >
13
12
14
13
<ImageView
23
22
android : id =" @+id/tvToastMessage"
24
23
android : layout_width =" wrap_content"
25
24
android : layout_height =" wrap_content"
26
- android : padding =" 5dp"
25
+ android : layout_marginEnd =" 5dp"
27
26
android : textSize =" 16sp" />
28
27
29
28
</LinearLayout >
You can’t perform that action at this time.
0 commit comments