adding a new dimension for 1 dp

This commit is contained in:
tibbi 2019-10-02 14:29:06 +02:00
parent f4c563e228
commit 6484a1f29d
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@ buildscript {
propMinSdkVersion = 21
propTargetSdkVersion = propCompileSdkVersion
propVersionCode = 1
propVersionName = '5.18.0'
propVersionName = '5.18.1'
kotlin_version = '1.3.50'
}

View file

@ -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>