forked from distok/cutthecord
Ave Ozkal
4c3ff4ad3f
Fixed top bar. Unofficial v8.5.4 changelog: - Full implementation of news https://cdn.discordapp.com/attachments/448273769153298452/551511285582397471/Screenshot_20190303-000846.png - Fun placeholders such as <string name="premium_subtitle_mobile">Something that would a mobile user want to care about buying Nitro chat perks with the bonus of some free pc games.</string>
22 lines
1.2 KiB
Diff
22 lines
1.2 KiB
Diff
diff -crB -x dist -x build com.discord-854-base/res/values/styles.xml com.discord-854/res/values/styles.xml
|
|
*** com.discord-854-base/res/values/styles.xml 2019-03-03 19:12:52.365781975 +0300
|
|
--- com.discord-854/res/values/styles.xml 2019-03-03 19:17:33.073807444 +0300
|
|
***************
|
|
*** 827,833 ****
|
|
<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>
|
|
--- 827,834 ----
|
|
<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>
|
|
|