mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-14 08:21:35 +00:00
Improve comments viewer ui and ux. Update ui for likes viewer and follows viewer.
This commit is contained in:
parent
18292ead4e
commit
074ee18c9d
45 changed files with 2147 additions and 1554 deletions
9
app/src/main/res/menu/comment_options_menu.xml
Normal file
9
app/src/main/res/menu/comment_options_menu.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/translate"
|
||||
android:title="@string/comment_viewer_translate_comment" />
|
||||
<item
|
||||
android:id="@+id/delete"
|
||||
android:title="@string/delete" />
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue