From 614cf534f482a2c8d3baa7903a4736ba0c9e17f2 Mon Sep 17 00:00:00 2001 From: Taras Smakula <tarassmakula@gmail.com> Date: Thu, 29 Jun 2023 15:41:12 +0300 Subject: [PATCH] Add res --- app/src/main/res/drawable/ic_resend.xml | 5 +++++ app/src/main/res/values/strings.xml | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 app/src/main/res/drawable/ic_resend.xml diff --git a/app/src/main/res/drawable/ic_resend.xml b/app/src/main/res/drawable/ic_resend.xml new file mode 100644 index 000000000..96e77eca3 --- /dev/null +++ b/app/src/main/res/drawable/ic_resend.xml @@ -0,0 +1,5 @@ +<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="M12,5V1L7,6l5,5V7c3.31,0 6,2.69 6,6s-2.69,6 -6,6 -6,-2.69 -6,-6H4c0,4.42 3.58,8 8,8s8,-3.58 8,-8 -3.58,-8 -8,-8z"/> +</vector> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 46cb0d6d0..3e906f351 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -66,7 +66,9 @@ <string name="banned">Banned</string> <string name="invited">Invited</string> <string name="cancel_invite">Cancel invite</string> + <string name="resend_invite">Resend invite</string> <string name="cancel_invite_message">Are you sure you want to cancel the invite for this user?</string> + <string name="resend_invite_message">Are you sure you want to cancel and resend the invite for this user?</string> <string name="remove_user_in_room_message">Are you sure you want to remove this user?\n\nUser still be able to join by invite.</string> <string name="ban_user">Ban user</string> <string name="ban_user_message">Are you sure you want to ban this user?\n\nUser will not be able to join again.</string> @@ -309,6 +311,7 @@ <string name="you_are_already_following_user">You are already following this user</string> <string name="you_are_banned_user">You are banned</string> <string name="send_request_to_follow_user">Send request to follow this user</string> + <string name="resend">Resend</string> <string-array name="report_categories"> <item>@string/crude_language</item> -- GitLab