forked from distok/cutthecord
10.0.7
Also fix a bug that prevents installation of multiple branches / official client, thanks whovian for pointing it out.
This commit is contained in:
parent
4bc5ffc081
commit
ee77823392
40 changed files with 58309 additions and 2 deletions
21
patches/squareavatars/1007.patch
Normal file
21
patches/squareavatars/1007.patch
Normal file
|
@ -0,0 +1,21 @@
|
|||
diff -crB from/res/values/styles.xml to/res/values/styles.xml
|
||||
*** from/res/values/styles.xml 2019-12-13 11:10:55.260779327 +0300
|
||||
--- to/res/values/styles.xml 2019-12-13 11:13:04.741515337 +0300
|
||||
***************
|
||||
*** 943,949 ****
|
||||
<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>
|
||||
--- 943,950 ----
|
||||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue