2015-09-28 09:06:33 +03:00
|
|
|
<?xml version='1.0' encoding='utf-8'?>
|
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
2015-12-01 15:15:45 +03:00
|
|
|
<style name="BodyTextV16" parent="BodyTextBase">
|
2015-09-28 09:06:33 +03:00
|
|
|
<item name="android:lineSpacingMultiplier">1.25</item>
|
|
|
|
</style>
|
2018-05-29 17:07:38 +02:00
|
|
|
<style name="BodyText" parent="BodyTextV16"/>
|
2015-09-28 09:06:33 +03:00
|
|
|
|
2017-06-28 17:28:32 +10:00
|
|
|
<style name="AppListItemStatusText" parent="AppListItemStatusTextBase">
|
2021-02-23 13:07:32 +08:00
|
|
|
<item name="fontFamily">sans-serif-light</item>
|
2017-06-28 17:28:32 +10:00
|
|
|
</style>
|
2015-09-28 09:06:33 +03:00
|
|
|
</resources>
|