Add 8.8.8 support

This was really painless lol, just had 2 issues to fix on notrack
This commit is contained in:
ave 2019-05-01 09:17:47 +03:00
parent a55a06b611
commit 4c75630e57
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B
39 changed files with 6599 additions and 1 deletions

View file

@ -0,0 +1,21 @@
diff -crB from/res/values/styles.xml to/res/values/styles.xml
*** from/res/values/styles.xml 2019-04-25 10:45:10.484292254 +0300
--- to/res/values/styles.xml 2019-04-25 11:23:47.687527761 +0300
***************
*** 833,839 ****
<item name="actualImageScaleType">fitCenter</item>
<item name="placeholderImage">@drawable/asset_default_avatar_32dp</item>
<item name="placeholderImageScaleType">fitCenter</item>
! <item name="roundAsCircle">true</item>
</style>
<style name="Avatar.Chat" parent="@style/Avatar.Large">
<item name="android:layout_width">@dimen/avatar_size_chat</item>
--- 833,840 ----
<item name="actualImageScaleType">fitCenter</item>
<item name="placeholderImage">@drawable/asset_default_avatar_32dp</item>
<item name="placeholderImageScaleType">fitCenter</item>
! <item name="roundAsCircle">false</item>
! <item name="roundedCornerRadius">3dp</item>
</style>
<style name="Avatar.Chat" parent="@style/Avatar.Large">
<item name="android:layout_width">@dimen/avatar_size_chat</item>

View file

@ -22,4 +22,5 @@ A very small amount of rounding is applied to make it look a little better.
- 8.5.6
- 8.7.6
- 8.8.4
- 8.8.8