Handle case where subscribers count is not available
This commit is contained in:
parent
43674ae80a
commit
07256e2e34
3 changed files with 8 additions and 6 deletions
|
|
@ -61,7 +61,7 @@
|
|||
android:layout_below="@+id/channel_title_view"
|
||||
android:ellipsize="end"
|
||||
android:gravity="left|center"
|
||||
android:lines="1"
|
||||
android:maxLines="2"
|
||||
android:textSize="@dimen/channel_subscribers_text_size"
|
||||
android:visibility="gone"
|
||||
tools:ignore="RtlHardcoded"
|
||||
|
|
|
|||
|
|
@ -249,6 +249,7 @@
|
|||
<item quantity="one">%s subscriber</item>
|
||||
<item quantity="other">%s subscribers</item>
|
||||
</plurals>
|
||||
<string name="subscribers_count_not_available">Subscribers count not available</string>
|
||||
|
||||
<string name="no_views">No views</string>
|
||||
<plurals name="views">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue