From e77fb7cefb3b6a637592614dd2bbd41d6868dfce Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Thu, 14 Jul 2022 16:50:53 +0200 Subject: [PATCH] fix lint warnings Signed-off-by: Marcel Hibbe --- .../main/res/drawable/ic_comment_white.xml | 29 ------------------- .../main/res/layout/dialog_poll_create.xml | 10 +++---- .../res/layout/poll_create_options_item.xml | 4 ++- app/src/main/res/values/strings.xml | 5 ++++ 4 files changed, 13 insertions(+), 35 deletions(-) delete mode 100644 app/src/main/res/drawable/ic_comment_white.xml diff --git a/app/src/main/res/drawable/ic_comment_white.xml b/app/src/main/res/drawable/ic_comment_white.xml deleted file mode 100644 index 74f759c9e..000000000 --- a/app/src/main/res/drawable/ic_comment_white.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - diff --git a/app/src/main/res/layout/dialog_poll_create.xml b/app/src/main/res/layout/dialog_poll_create.xml index 46c6cb9b9..78f35ba50 100644 --- a/app/src/main/res/layout/dialog_poll_create.xml +++ b/app/src/main/res/layout/dialog_poll_create.xml @@ -37,7 +37,7 @@ android:layout_height="wrap_content" android:textColor="@color/colorPrimary" android:textStyle="bold" - android:text="Question" /> + android:text="@string/polls_question" /> + android:text="@string/polls_options" /> + android:text="@string/polls_settings" /> + android:text="@string/polls_private_poll" /> + android:text="@string/polls_multiple_answers" /> + android:singleLine="true" + android:inputType="text" + tools:ignore="Autofill,LabelFor" /> Do you really want to end this poll? This can\'t be undone. You can\'t vote with more options for this poll. Results + Question + Options + Settings + Private poll + Multiple answers Attachments