Changes of com.discord v1313

This commit is contained in:
root 2020-11-10 02:04:42 +00:00
parent a80eb5a253
commit be85bffd93
612 changed files with 22204 additions and 9082 deletions

View file

@ -97,7 +97,6 @@
<color name="cardview_light_background">#ffffffff</color>
<color name="cardview_shadow_end_color">#03000000</color>
<color name="cardview_shadow_start_color">#37000000</color>
<color name="code">#ff657b83</color>
<color name="color_clicked_darker">#33000000</color>
<color name="color_clicked_lighter">#40ffffff</color>
<color name="common_google_signin_btn_text_dark_default">@android:color/white</color>

File diff suppressed because it is too large Load diff

View file

@ -1206,7 +1206,7 @@ Were here to make a good impression."</string>
<string name="color_picker_presets">Presets</string>
<string name="color_picker_title">Select a color</string>
<string name="color_picker_transparency">Transparency</string>
<string name="com.crashlytics.android.build_id">505697b785f04e46a66c7870bb7b16fb</string>
<string name="com.crashlytics.android.build_id">61bb367e39554de68858dadfc35ead0b</string>
<string name="coming_soon">Coming Soon</string>
<string name="command_giphy_description">Search Animated GIFs on the Web</string>
<string name="command_giphy_query_description">Text to search for</string>

View file

@ -2572,6 +2572,32 @@
<item name="singleLine">true</item>
<item name="text_color">?colorInteractiveNormal</item>
</style>
<style name="Code.TextAppearance" parent="">
<item name="android:typeface">monospace</item>
<item name="android:textColor">?colorHeaderSecondary</item>
<item name="android:fontFamily">@font/sourcecodepro_semibold</item>
</style>
<style name="Code.TextAppearance.Comment" parent="">
<item name="android:textColor">?colorInteractiveMuted</item>
</style>
<style name="Code.TextAppearance.Generics" parent="">
<item name="android:textColor">#ff63afef</item>
</style>
<style name="Code.TextAppearance.Identifier" parent="">
<item name="android:textColor">#fff3cb51</item>
</style>
<style name="Code.TextAppearance.Keyword" parent="">
<item name="android:textColor">#ffe06c75</item>
</style>
<style name="Code.TextAppearance.Literal" parent="">
<item name="android:textColor">#ff009688</item>
</style>
<style name="Code.TextAppearance.Params" parent="">
<item name="android:textColor">#ffc3aeea</item>
</style>
<style name="Code.TextAppearance.Types" parent="">
<item name="android:textColor">#ffaed581</item>
</style>
<style name="Connections.Switch" parent="@style/UiKit.ListItem.Switch">
<item name="android:padding">16.0dip</item>
<item name="android:layout_width">fill_parent</item>