Show queued upload count only when it is > 1

This commit is contained in:
YuviPanda 2013-01-30 16:31:08 +05:30
parent 31f8aa4888
commit 420ec8061c
4 changed files with 7 additions and 6 deletions

View file

@ -6,7 +6,7 @@
<item name="android:windowNoTitle">true</item>
</style>
<style name="NotificationText">
<style name="NotificationText" parent="android:TextAppearance.DeviceDefault.Small">
<item name="android:textColor">?android:attr/textColorPrimary</item>
</style>