feat: Some comment design tweaks
This commit is contained in:
parent
ba1725224a
commit
47b1940ace
4 changed files with 214 additions and 175 deletions
19
app/src/main/res/menu/profile_details_menu.xml
Normal file
19
app/src/main/res/menu/profile_details_menu.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:id="@+id/commentDelete"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_round_comment_24"
|
||||
android:title="@string/delete" />
|
||||
<item
|
||||
android:id="@+id/commentReport"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_round_info_24"
|
||||
android:title="@string/report" />
|
||||
<item
|
||||
android:id="@+id/commentBanUser"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_round_comment_24"
|
||||
android:title="@string/ban" />
|
||||
</menu>
|
Loading…
Add table
Add a link
Reference in a new issue