Show the number of awards in PostRecyclerView instead.

This commit is contained in:
Alex Ning
2020-04-18 14:00:37 +08:00
parent bde2220d91
commit 2f72e654eb
6 changed files with 58 additions and 42 deletions

View File

@@ -38,9 +38,7 @@
<item name="android:windowTranslucentNavigation">true</item>
</style>
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.DayNight.ActionBar">
<!--<item name="android:textColorPrimary">?attr/toolbarPrimaryTextAndIconColor</item>-->
</style>
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.DayNight.ActionBar" />
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.DayNight" />