adding a new dimension for 1 dp
This commit is contained in:
parent
f4c563e228
commit
6484a1f29d
2 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ buildscript {
|
|||
propMinSdkVersion = 21
|
||||
propTargetSdkVersion = propCompileSdkVersion
|
||||
propVersionCode = 1
|
||||
propVersionName = '5.18.0'
|
||||
propVersionName = '5.18.1'
|
||||
kotlin_version = '1.3.50'
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<resources>
|
||||
<dimen name="one_dp">1dp</dimen>
|
||||
<dimen name="tiny_margin">2dp</dimen>
|
||||
<dimen name="small_margin">4dp</dimen>
|
||||
<dimen name="smaller_margin">6dp</dimen>
|
||||
|
|
Loading…
Reference in a new issue