Skip to content
Snippets Groups Projects
Commit 72bb7880 authored by Taras's avatar Taras
Browse files

Add res

parent 4ad4ad79
No related branches found
No related tags found
No related merge requests found
<vector android:height="24dp" android:tint="#FFFFFF"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M8.65,5.82C9.36,4.72 10.6,4 12,4c2.21,0 4,1.79 4,4c0,1.4 -0.72,2.64 -1.82,3.35L8.65,5.82zM20,17.17c-0.02,-1.1 -0.63,-2.11 -1.61,-2.62c-0.54,-0.28 -1.13,-0.54 -1.77,-0.76L20,17.17zM21.19,21.19L2.81,2.81L1.39,4.22l8.89,8.89c-1.81,0.23 -3.39,0.79 -4.67,1.45C4.61,15.07 4,16.1 4,17.22V20h13.17l2.61,2.61L21.19,21.19z"/>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="@color/menu_icon_color"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="@android:color/white"
android:pathData="M8.65,5.82C9.36,4.72 10.6,4 12,4c2.21,0 4,1.79 4,4c0,1.4 -0.72,2.64 -1.82,3.35L8.65,5.82zM20,17.17c-0.02,-1.1 -0.63,-2.11 -1.61,-2.62c-0.54,-0.28 -1.13,-0.54 -1.77,-0.76L20,17.17zM21.19,21.19L2.81,2.81L1.39,4.22l8.89,8.89c-1.81,0.23 -3.39,0.79 -4.67,1.45C4.61,15.07 4,16.1 4,17.22V20h13.17l2.61,2.61L21.19,21.19z" />
</vector>
......@@ -38,7 +38,7 @@
<item
android:id="@+id/ignore"
android:icon="@drawable/ic_ignore"
android:icon="@drawable/ic_notifications_off"
android:title="@string/ignore_sender" />
<item
......
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/unFollow"
android:icon="@drawable/ic_unfollow"
android:title="@string/unfollow" />
<item
android:id="@+id/ignore"
android:icon="@drawable/ic_notifications_off"
android:title="@string/ignore" />
<item
android:id="@+id/unIgnore"
android:icon="@drawable/ic_notifications"
android:title="@string/unignore" />
</menu>
\ No newline at end of file
......@@ -164,7 +164,10 @@
<string name="remove_post_message">Are you sure you want to remove this post?</string>
<string name="remove_image_message">Are you sure you want to remove this image?</string>
<string name="ignore_user_message">Ignoring this user will remove their messages from rooms you share.</string>
<string name="unfollow_user_message">Are you sure you want to unfollow this user?</string>
<string name="unfollow_user_timeline">Are you sure you want to unfollow this timeline?</string>
<string name="user_ignored">User ignored</string>
<string name="user_unignored">User un ignored</string>
<string name="reporting_inappropriate_content">Reporting inappropriate content</string>
<string name="reporting_message">Thank you for helping to keep this community safe and pleasant for everyone.\nThe following brief questions will help us to respond most effectively to your report.</string>
<string name="how_inappropriate_is_the_reported_content">How inappropriate is the reported content?</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment