1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-27 08:31:45 +00:00

Closes #45: Android: Delete comments

This commit is contained in:
jendib
2015-11-22 23:59:21 +01:00
parent 60ee000b6c
commit 978fbf2cf9
8 changed files with 197 additions and 8 deletions

View File

@@ -75,6 +75,7 @@
android:layout_height="0dp"
android:choiceMode="singleChoice"
android:divider="@android:color/transparent"
android:transcriptMode="normal"
android:dividerHeight="0dp"/>
<RelativeLayout

View File

@@ -113,7 +113,10 @@
<string name="send">Send</string>
<string name="add_comment">Add a comment</string>
<string name="comment_add_failure">Error adding a comment</string>
<string name="adding_comment">Adding a comment...</string>
<string name="adding_comment">Adding a comment</string>
<string name="comment_delete">Delete comment</string>
<string name="deleting_comment">Deleting comment</string>
<string name="error_deleting_comment">Error deleting comment</string>
</resources>