Added comments disabled functionallity
This commit is contained in:
parent
a932bc2503
commit
81107df53f
4 changed files with 27 additions and 0 deletions
|
|
@ -49,6 +49,17 @@
|
|||
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/comments_disabled"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/empty_state_view"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:text="@string/comments_are_disabled"
|
||||
android:textSize="20sp"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible" />
|
||||
|
||||
<!--ERROR PANEL-->
|
||||
<include
|
||||
android:id="@+id/error_panel"
|
||||
|
|
|
|||
|
|
@ -462,6 +462,7 @@
|
|||
<string name="show_comments_summary">Ausschalten, um Kommentare auszublenden</string>
|
||||
<string name="autoplay_title">Automatische Wiedergabe</string>
|
||||
<string name="no_comments">Keine Kommentare</string>
|
||||
<string name="comments_are_disabled">Kommentare sind deaktiviert</string>
|
||||
<string name="error_unable_to_load_comments">Kommentare konnten nicht geladen werden</string>
|
||||
<string name="close">Schließen</string>
|
||||
<string name="enable_playback_resume_title">Wiedergabe fortsetzen</string>
|
||||
|
|
|
|||
|
|
@ -336,6 +336,7 @@
|
|||
<item quantity="other">%s videos</item>
|
||||
</plurals>
|
||||
<string name="no_comments">No comments</string>
|
||||
<string name="comments_are_disabled">Comments are disabled</string>
|
||||
<!-- Missions -->
|
||||
<string name="start">Start</string>
|
||||
<string name="pause">Pause</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue