use sans-serif-light at dialog titles
This commit is contained in:
parent
6bf8b66c87
commit
37a5744874
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ buildscript {
|
|||
propMinSdkVersion = 21
|
||||
propTargetSdkVersion = propCompileSdkVersion
|
||||
propVersionCode = 1
|
||||
propVersionName = '5.33.37'
|
||||
propVersionName = '5.33.38'
|
||||
kotlin_version = '1.4.31'
|
||||
}
|
||||
|
||||
|
|
|
@ -7,4 +7,5 @@
|
|||
android:paddingTop="@dimen/activity_margin"
|
||||
android:paddingEnd="@dimen/activity_margin"
|
||||
android:textSize="@dimen/actionbar_text_size"
|
||||
android:fontFamily="sans-serif-light"
|
||||
android:textStyle="bold" />
|
||||
|
|
Loading…
Reference in a new issue