Commit d88cbc65f003751b4612fc6f28675c2cecbb71cd

Authored by 简柏林
1 parent 07692de1

尚端

@@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
15 15
16 <application 16 <application
17 android:allowBackup="true" 17 android:allowBackup="true"
18 - android:icon="@mipmap/ic_launcher" 18 + android:icon="@mipmap/icon"
19 android:label="@string/app_name" 19 android:label="@string/app_name"
20 android:supportsRtl="true" 20 android:supportsRtl="true"
21 android:theme="@style/Theme.BigScreem"> 21 android:theme="@style/Theme.BigScreem">
1 package com.apaas.bigscreem 1 package com.apaas.bigscreem
2 2
  3 +import android.R.string
3 import android.os.Build 4 import android.os.Build
4 import android.os.Bundle 5 import android.os.Bundle
5 import android.os.Handler 6 import android.os.Handler
@@ -228,6 +228,6 @@ class MainFragment : BrowseSupportFragment() { @@ -228,6 +228,6 @@ class MainFragment : BrowseSupportFragment() {
228 private val GRID_ITEM_WIDTH = 200 228 private val GRID_ITEM_WIDTH = 200
229 private val GRID_ITEM_HEIGHT = 200 229 private val GRID_ITEM_HEIGHT = 200
230 private val NUM_ROWS = 1 230 private val NUM_ROWS = 1
231 - private val NUM_COLS = 2 231 + private val NUM_COLS = 1
232 } 232 }
233 } 233 }
@@ -2,7 +2,7 @@ package com.apaas.bigscreem @@ -2,7 +2,7 @@ package com.apaas.bigscreem
2 2
3 object MovieList { 3 object MovieList {
4 val MOVIE_CATEGORY = arrayOf( 4 val MOVIE_CATEGORY = arrayOf(
5 - "固亚德" 5 + "安徽华辰制药"
6 ) 6 )
7 7
8 val list: List<Movie> by lazy { 8 val list: List<Movie> by lazy {
@@ -12,26 +12,21 @@ object MovieList { @@ -12,26 +12,21 @@ object MovieList {
12 12
13 private fun setupMovies(): List<Movie> { 13 private fun setupMovies(): List<Movie> {
14 val title = arrayOf( 14 val title = arrayOf(
15 - "企业宣传看板",  
16 - "数字⻋间监控看板" 15 + "设备大屏"
17 ) 16 )
18 17
19 val description = "" 18 val description = ""
20 val studio = arrayOf( 19 val studio = arrayOf(
21 - "企业宣传看板",  
22 - "数字⻋间监控看板" 20 + "设备大屏"
23 ) 21 )
24 22
25 val webUrl = arrayOf( 23 val webUrl = arrayOf(
26 - "https://mi.qgutech.com/sc/lx-gyd-qyxc.html",  
27 - "https://mi.qgutech.com/sc/lx-gyd-szcj.html" 24 + "https://public.qixiaocloud.com/webroot/decision/view/duchamp?viewlet=huainanhuachen%252F%25E6%25B6%2588%25E6%25AF%2592%25E5%2589%2582%25E8%25BD%25A6%25E9%2597%25B4%25E7%25AE%25A1%25E7%2590%2586%25E9%25A9%25BE%25E9%25A9%25B6%25E8%2588%25B1.fvs&ref_t=design&ref_c=ae6d387f-6bcc-4d77-87d3-8625e7e48f67&page_number=1",
28 ) 25 )
29 val bgImageUrl = arrayOf( 26 val bgImageUrl = arrayOf(
30 - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/Zeitgeist/Zeitgeist%202010_%20Year%20in%20Review/bg.jpg",  
31 "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/Demo%20Slam/Google%20Demo%20Slam_%2020ft%20Search/bg.jpg" 27 "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/Demo%20Slam/Google%20Demo%20Slam_%2020ft%20Search/bg.jpg"
32 ) 28 )
33 val cardImageUrl = arrayOf( 29 val cardImageUrl = arrayOf(
34 - "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/Zeitgeist/Zeitgeist%202010_%20Year%20in%20Review/card.jpg",  
35 "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/Demo%20Slam/Google%20Demo%20Slam_%2020ft%20Search/card.jpg" 30 "https://commondatastorage.googleapis.com/android-tv/Sample%20videos/Demo%20Slam/Google%20Demo%20Slam_%2020ft%20Search/card.jpg"
36 ) 31 )
37 32
1 <resources> 1 <resources>
2 - <string name="app_name">bigScreem</string>  
3 - <string name="browse_title">固亚德大屏展示</string> 2 + <string name="app_name">安徽华辰制药</string>
  3 + <string name="browse_title">安徽华辰制药大屏展示</string>
4 <string name="related_movies">Related Videos</string> 4 <string name="related_movies">Related Videos</string>
5 <string name="grid_view">返回</string> 5 <string name="grid_view">返回</string>
6 <string name="error_fragment">错误</string> 6 <string name="error_fragment">错误</string>