Add new poll button, view, viewModel, icons, string; replace fab with pollButton; supress missing translations errors when debugging

This commit is contained in:
toadlyBroodle
2023-03-11 15:13:02 +09:00
parent 9cf7cc4e5d
commit 206d6c68bb
12 changed files with 500 additions and 2 deletions
+4
View File
@@ -31,6 +31,10 @@ android {
applicationIdSuffix '.debug'
versionNameSuffix '-DEBUG'
resValue "string", "app_name", "@string/app_name_debug"
lintOptions{
disable 'MissingTranslation'
}
}
}
compileOptions {