|
@@ -772,25 +772,7 @@ val dataSn = getSN()
|
|
|
R.drawable.entrance_icon_2,
|
|
|
R.drawable.entrance_icon_4
|
|
|
)
|
|
|
- private var titleStrIds = mutableListOf<Int>(
|
|
|
- R.string.automatic_recipes,
|
|
|
- R.string.automatic_programmes,
|
|
|
- R.string.manual_cooking,
|
|
|
- R.string.download_new_recipes
|
|
|
- )
|
|
|
|
|
|
- private var title002dStrIds = mutableListOf<Int>(
|
|
|
- R.string.automatic_programmes,
|
|
|
- R.string.manual_cooking,
|
|
|
- R.string.automatic_recipes,
|
|
|
- R.string.download_new_recipes
|
|
|
- )
|
|
|
- private var title2StrIds = mutableListOf<Int>(
|
|
|
- R.string.Automatic_recipes,
|
|
|
- R.string.Automatic_programmes,
|
|
|
- R.string.Manual_cooking,
|
|
|
- R.string.Download_new_recipes
|
|
|
- )
|
|
|
|
|
|
|
|
|
private var typeList = mutableListOf<EntranceType>(
|
|
@@ -846,6 +828,28 @@ val dataSn = getSN()
|
|
|
R.drawable.entrance_icon_2,
|
|
|
R.drawable.entrance_icon_4
|
|
|
)
|
|
|
+ private var titleStrIds = mutableListOf<Int>(
|
|
|
+ R.string.automatic_recipes,
|
|
|
+ R.string.automatic_programmes,
|
|
|
+ R.string.manual_cooking,
|
|
|
+ R.string.download_new_recipes
|
|
|
+ )
|
|
|
+
|
|
|
+ private var title002dStrIds = mutableListOf<Int>(
|
|
|
+ R.string.automatic_programmes,
|
|
|
+ R.string.manual_cooking,
|
|
|
+ R.string.automatic_recipes,
|
|
|
+ R.string.download_new_recipes
|
|
|
+ )
|
|
|
+ private var title2StrIds = mutableListOf<Int>(
|
|
|
+ R.string.Automatic_recipes,
|
|
|
+ R.string.Automatic_programmes,
|
|
|
+ R.string.Manual_cooking,
|
|
|
+ R.string.Download_new_recipes
|
|
|
+ )
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
private var titleStrIds1 = mutableListOf<Int>(
|
|
|
R.string.automatic_recipes,
|
|
|
R.string.manual_cooking,
|
|
@@ -853,6 +857,7 @@ val dataSn = getSN()
|
|
|
R.string.download_new_recipes
|
|
|
)
|
|
|
|
|
|
+
|
|
|
private var titleStrIds011 = mutableListOf<Int>(
|
|
|
R.string.automatic_recipes_011,
|
|
|
R.string.automatic_programmes_011,
|
|
@@ -1058,8 +1063,8 @@ val dataSn = getSN()
|
|
|
EntranceData(
|
|
|
bg053AResIds[i],
|
|
|
iconResIds[i],
|
|
|
- titleStrIds1[i],
|
|
|
- titleStrIds1[i],
|
|
|
+ titleStrIds[i],
|
|
|
+ titleStrIds[i],
|
|
|
typeList[i]
|
|
|
)
|
|
|
)
|