We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610a335 commit 0dc4bebCopy full SHA for 0dc4beb
2 files changed
app/src/main/java/com/wstxda/switchai/data/TutorialItem.kt
@@ -1,11 +1,8 @@
1
package com.wstxda.switchai.data
2
3
-import androidx.annotation.DrawableRes
4
-import androidx.annotation.StringRes
5
-
6
data class TutorialItem(
7
- @DrawableRes val iconRes: Int,
8
- @DrawableRes val imageRes: Int,
9
- @StringRes val titleRes: Int,
10
- @StringRes val summaryRes: Int,
+ val iconRes: Int,
+ val imageRes: Int,
+ val titleRes: Int,
+ val summaryRes: Int,
11
)
app/src/main/res/values-ar/strings.xml
@@ -47,7 +47,6 @@
47
<string name="pref_used_library_summary">تراخيص مفتوحة المصدر</string>
48
49
<string name="pref_version">الإصدار</string>
50
- <string name="pref_version_number" translatable="false">%s</string>
51
52
<string name="pref_digital_assistant">المساعد المحدد</string>
53
0 commit comments