Showing
4 changed files
with
11 additions
and
56 deletions
app/release/app-release.apk
deleted
100644 → 0
No preview for this file type
| ... | ... | @@ -228,6 +228,6 @@ class MainFragment : BrowseSupportFragment() { |
| 228 | 228 | private val GRID_ITEM_WIDTH = 200 |
| 229 | 229 | private val GRID_ITEM_HEIGHT = 200 |
| 230 | 230 | private val NUM_ROWS = 1 |
| 231 | - private val NUM_COLS = 11 | |
| 231 | + private val NUM_COLS = 2 | |
| 232 | 232 | } |
| 233 | 233 | } |
| \ No newline at end of file | ... | ... |
| ... | ... | @@ -2,7 +2,7 @@ package com.apaas.bigscreem |
| 2 | 2 | |
| 3 | 3 | object MovieList { |
| 4 | 4 | val MOVIE_CATEGORY = arrayOf( |
| 5 | - "华贸" | |
| 5 | + "固亚德" | |
| 6 | 6 | ) |
| 7 | 7 | |
| 8 | 8 | val list: List<Movie> by lazy { |
| ... | ... | @@ -12,72 +12,27 @@ object MovieList { |
| 12 | 12 | |
| 13 | 13 | private fun setupMovies(): List<Movie> { |
| 14 | 14 | val title = arrayOf( |
| 15 | - "党建看板", | |
| 16 | - "公司介绍", | |
| 17 | - "人员看板", | |
| 18 | - "生产入库看板", | |
| 19 | - "设备状态", | |
| 20 | - "在制品看板", | |
| 21 | - "生产进度看板", | |
| 22 | - "质量看板", | |
| 23 | - "生产计划看板", | |
| 24 | - "订单看板", | |
| 25 | - "综合看板" | |
| 15 | + "企业宣传看板", | |
| 16 | + "数字⻋间监控看板" | |
| 26 | 17 | ) |
| 27 | 18 | |
| 28 | 19 | val description = "" |
| 29 | 20 | val studio = arrayOf( |
| 30 | - "党建看板", | |
| 31 | - "公司介绍", | |
| 32 | - "人员看板", | |
| 33 | - "生产入库看板", | |
| 34 | - "设备状态", | |
| 35 | - "在制品看板", | |
| 36 | - "生产进度看板", | |
| 37 | - "质量看板", | |
| 38 | - "生产计划看板", | |
| 39 | - "订单看板", | |
| 40 | - "综合看板" | |
| 21 | + "企业宣传看板", | |
| 22 | + "数字⻋间监控看板" | |
| 41 | 23 | ) |
| 42 | 24 | |
| 43 | 25 | val webUrl = arrayOf( |
| 44 | - "https://mi.qgutech.com/sc/hx-hm-zhdj.html", | |
| 45 | - "https://mi.qgutech.com/sc/lx-hm-qyxc.html", | |
| 46 | - "https://mi.qgutech.com/sc/lx-hm-ryyxqk.html", | |
| 47 | - "https://mi.qgutech.com/sc/hx-hm-kcsjfx.html", | |
| 48 | - "https://mi.qgutech.com/sc/hx-hm-sbgkzx.html", | |
| 49 | - "https://mi.qgutech.com/sc/hx-hm-zjpkb.html", | |
| 50 | - "https://mi.qgutech.com/sc/hx-hm-scjdkb.html", | |
| 51 | - "https://mi.qgutech.com/sc/hx-hm-zlgkkb.html", | |
| 52 | - "https://mi.qgutech.com/sc/hx-hm-scjhkb.html", | |
| 53 | - "https://mi.qgutech.com/sc/hx-hm-xsjdkb.html", | |
| 54 | - "https://mi.qgutech.com/sc/hx-hm-kcyjkb.html", | |
| 26 | + "https://mi.qgutech.com/sc/lx-gyd-qyxc.html", | |
| 27 | + "https://mi.qgutech.com/sc/lx-gyd-szcj.html" | |
| 55 | 28 | ) |
| 56 | 29 | val bgImageUrl = arrayOf( |
| 57 | 30 | "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/Zeitgeist/Zeitgeist%202010_%20Year%20in%20Review/bg.jpg", |
| 58 | - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/Demo%20Slam/Google%20Demo%20Slam_%2020ft%20Search/bg.jpg", | |
| 59 | - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/April%20Fool's%202013/Introducing%20Gmail%20Blue/bg.jpg", | |
| 60 | - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/April%20Fool's%202013/Introducing%20Google%20Fiber%20to%20the%20Pole/bg.jpg", | |
| 61 | - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/April%20Fool's%202013/Introducing%20Google%20Nose/bg.jpg", | |
| 62 | - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/April%20Fool's%202013/Introducing%20Google%20Nose/bg.jpg", | |
| 63 | - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/April%20Fool's%202013/Introducing%20Google%20Nose/bg.jpg", | |
| 64 | - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/April%20Fool's%202013/Introducing%20Google%20Nose/bg.jpg", | |
| 65 | - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/April%20Fool's%202013/Introducing%20Google%20Nose/bg.jpg", | |
| 66 | - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/April%20Fool's%202013/Introducing%20Google%20Nose/bg.jpg", | |
| 67 | - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/April%20Fool's%202013/Introducing%20Google%20Nose/bg.jpg" | |
| 31 | + "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/Demo%20Slam/Google%20Demo%20Slam_%2020ft%20Search/bg.jpg" | |
| 68 | 32 | ) |
| 69 | 33 | val cardImageUrl = arrayOf( |
| 70 | 34 | "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/Zeitgeist/Zeitgeist%202010_%20Year%20in%20Review/card.jpg", |
| 71 | - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/Demo%20Slam/Google%20Demo%20Slam_%2020ft%20Search/card.jpg", | |
| 72 | - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/April%20Fool's%202013/Introducing%20Gmail%20Blue/card.jpg", | |
| 73 | - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/April%20Fool's%202013/Introducing%20Google%20Fiber%20to%20the%20Pole/card.jpg", | |
| 74 | - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/April%20Fool's%202013/Introducing%20Google%20Nose/card.jpg", | |
| 75 | - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/April%20Fool's%202013/Introducing%20Google%20Nose/bg.jpg", | |
| 76 | - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/April%20Fool's%202013/Introducing%20Google%20Nose/bg.jpg", | |
| 77 | - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/April%20Fool's%202013/Introducing%20Google%20Nose/bg.jpg", | |
| 78 | - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/April%20Fool's%202013/Introducing%20Google%20Nose/bg.jpg", | |
| 79 | - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/April%20Fool's%202013/Introducing%20Google%20Nose/bg.jpg", | |
| 80 | - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/April%20Fool's%202013/Introducing%20Google%20Nose/bg.jpg" | |
| 35 | + "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/Demo%20Slam/Google%20Demo%20Slam_%2020ft%20Search/card.jpg" | |
| 81 | 36 | ) |
| 82 | 37 | |
| 83 | 38 | val list = title.indices.map { | ... | ... |
| 1 | 1 | <resources> |
| 2 | 2 | <string name="app_name">bigScreem</string> |
| 3 | - <string name="browse_title">华贸大屏展示</string> | |
| 3 | + <string name="browse_title">固亚德大屏展示</string> | |
| 4 | 4 | <string name="related_movies">Related Videos</string> |
| 5 | 5 | <string name="grid_view">返回</string> |
| 6 | 6 | <string name="error_fragment">错误</string> | ... | ... |