| 
															
																@@ -381,11 +381,11 @@ fun HomeTV(navHostController: NavHostController) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                     modifier = Modifier 
															 | 
															
															 | 
															
																                     modifier = Modifier 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                         .fillMaxWidth() 
															 | 
															
															 | 
															
																                         .fillMaxWidth() 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                         .fillMaxHeight() 
															 | 
															
															 | 
															
																                         .fillMaxHeight() 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-                        .padding(bottom = 70.dp) 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                        .padding(bottom = 25.dp) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 //                            .offset(y = -(118).dp) 
															 | 
															
															 | 
															
																 //                            .offset(y = -(118).dp) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                         .background(Color.Transparent), 
															 | 
															
															 | 
															
																                         .background(Color.Transparent), 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                     horizontalAlignment = Alignment.CenterHorizontally, 
															 | 
															
															 | 
															
																                     horizontalAlignment = Alignment.CenterHorizontally, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-                    verticalArrangement = Arrangement.Top 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                    verticalArrangement = Arrangement.Center 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                 ) { 
															 | 
															
															 | 
															
																                 ) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                     val serverObj = basePreferenceHelper.getConnectedServer() 
															 | 
															
															 | 
															
																                     val serverObj = basePreferenceHelper.getConnectedServer() 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                     val serverDis = basePreferenceHelper.getIpinfo() 
															 | 
															
															 | 
															
																                     val serverDis = basePreferenceHelper.getIpinfo() 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -398,10 +398,14 @@ fun HomeTV(navHostController: NavHostController) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 //                        color = MaterialTheme.colorScheme.primary, 
															 | 
															
															 | 
															
																 //                        color = MaterialTheme.colorScheme.primary, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                         color = colorResource(id = R.color.dark_blue_gray_text), 
															 | 
															
															 | 
															
																                         color = colorResource(id = R.color.dark_blue_gray_text), 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                         style = MaterialTheme.typography.customTypography.headlineLarge.copy( 
															 | 
															
															 | 
															
																                         style = MaterialTheme.typography.customTypography.headlineLarge.copy( 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-                            fontSize = if (isTablet()) 24.sp else 18.sp 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                            fontSize = 18.sp 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                         ) 
															 | 
															
															 | 
															
																                         ) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                     ) 
															 | 
															
															 | 
															
																                     ) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                     Row( 
															 | 
															
															 | 
															
																                     Row( 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                        verticalAlignment = Alignment.CenterVertically, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                        modifier = Modifier 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                            .background(Color.Transparent) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                            .padding(top = 5.dp) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                     ) { 
															 | 
															
															 | 
															
																                     ) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                         if (isConnect == App.CONNECTED) { 
															 | 
															
															 | 
															
																                         if (isConnect == App.CONNECTED) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                             val image = Utils.getDrawable(context, serverObj?.iso) 
															 | 
															
															 | 
															
																                             val image = Utils.getDrawable(context, serverObj?.iso) 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -411,7 +415,7 @@ fun HomeTV(navHostController: NavHostController) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                     contentDescription = "Country", 
															 | 
															
															 | 
															
																                                     contentDescription = "Country", 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                     modifier = Modifier 
															 | 
															
															 | 
															
																                                     modifier = Modifier 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                         .padding(end = 6.dp) 
															 | 
															
															 | 
															
																                                         .padding(end = 6.dp) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-                                        .size(if (isTablet()) 26.dp else 20.dp) 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                                        .size(15.dp) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                         .clip(CircleShape) 
															 | 
															
															 | 
															
																                                         .clip(CircleShape) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                         .paint( 
															 | 
															
															 | 
															
																                                         .paint( 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                             painter = painterResource(id = image), 
															 | 
															
															 | 
															
																                                             painter = painterResource(id = image), 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -434,7 +438,7 @@ fun HomeTV(navHostController: NavHostController) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                     contentDescription = "Server", 
															 | 
															
															 | 
															
																                                     contentDescription = "Server", 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                     modifier = Modifier 
															 | 
															
															 | 
															
																                                     modifier = Modifier 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                         .padding(end = 6.dp) 
															 | 
															
															 | 
															
																                                         .padding(end = 6.dp) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-                                        .size(if (isTablet()) 26.dp else 20.dp) 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                                        .size(15.dp) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                         .clip(CircleShape) 
															 | 
															
															 | 
															
																                                         .clip(CircleShape) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                         .paint( 
															 | 
															
															 | 
															
																                                         .paint( 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                             painter = painterResource(id = image), 
															 | 
															
															 | 
															
																                                             painter = painterResource(id = image), 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -458,7 +462,7 @@ fun HomeTV(navHostController: NavHostController) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                 //                            color = MaterialTheme.colorScheme.surfaceContainerHigh, 
															 | 
															
															 | 
															
																                 //                            color = MaterialTheme.colorScheme.surfaceContainerHigh, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                 color = colorResource(id = R.color.light_blue_2), 
															 | 
															
															 | 
															
																                                 color = colorResource(id = R.color.light_blue_2), 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                 style = MaterialTheme.typography.customTypography.displaySmall.copy( 
															 | 
															
															 | 
															
																                                 style = MaterialTheme.typography.customTypography.displaySmall.copy( 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-                                    fontSize = if (isTablet()) 24.sp else 18.sp 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                                    fontSize = 18.sp 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                 ) 
															 | 
															
															 | 
															
																                                 ) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                             ) 
															 | 
															
															 | 
															
																                             ) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                         } 
															 | 
															
															 | 
															
																                         } 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -469,7 +473,7 @@ fun HomeTV(navHostController: NavHostController) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                 //                            color = MaterialTheme.colorScheme.surfaceTint, 
															 | 
															
															 | 
															
																                 //                            color = MaterialTheme.colorScheme.surfaceTint, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                 color = colorResource(id = R.color.maroon_text), 
															 | 
															
															 | 
															
																                                 color = colorResource(id = R.color.maroon_text), 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                 style = MaterialTheme.typography.customTypography.displaySmall.copy( 
															 | 
															
															 | 
															
																                                 style = MaterialTheme.typography.customTypography.displaySmall.copy( 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-                                    fontSize = if (isTablet()) 24.sp else 18.sp 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                                    fontSize = 18.sp 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                 ) 
															 | 
															
															 | 
															
																                                 ) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                             ) 
															 | 
															
															 | 
															
																                             ) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                         } 
															 | 
															
															 | 
															
																                         } 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -480,7 +484,7 @@ fun HomeTV(navHostController: NavHostController) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                 //                            color = MaterialTheme.colorScheme.surfaceTint, 
															 | 
															
															 | 
															
																                 //                            color = MaterialTheme.colorScheme.surfaceTint, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                 color = colorResource(id = R.color.maroon_text), 
															 | 
															
															 | 
															
																                                 color = colorResource(id = R.color.maroon_text), 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                 style = MaterialTheme.typography.customTypography.displaySmall.copy( 
															 | 
															
															 | 
															
																                                 style = MaterialTheme.typography.customTypography.displaySmall.copy( 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-                                    fontSize = if (isTablet()) 24.sp else 18.sp 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                                    fontSize = 18.sp 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                 ) 
															 | 
															
															 | 
															
																                                 ) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                             ) 
															 | 
															
															 | 
															
																                             ) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                         } 
															 | 
															
															 | 
															
																                         } 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -494,8 +498,8 @@ fun HomeTV(navHostController: NavHostController) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                         bottom.linkTo(firstComposable.bottom) 
															 | 
															
															 | 
															
																                         bottom.linkTo(firstComposable.bottom) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                         start.linkTo(parent.start) 
															 | 
															
															 | 
															
																                         start.linkTo(parent.start) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                         end.linkTo(parent.end) 
															 | 
															
															 | 
															
																                         end.linkTo(parent.end) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-                        width = Dimension.value(180.dp) 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-                        height = Dimension.value(180.dp) 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                        width = Dimension.value(150.dp) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                        height = Dimension.value(150.dp) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                     } 
															 | 
															
															 | 
															
																                     } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                     .background(Color.Transparent) 
															 | 
															
															 | 
															
																                     .background(Color.Transparent) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																             ) { 
															 | 
															
															 | 
															
																             ) { 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -559,7 +563,7 @@ fun HomeTV(navHostController: NavHostController) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                     }, 
															 | 
															
															 | 
															
																                     }, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                     modifier = Modifier 
															 | 
															
															 | 
															
																                     modifier = Modifier 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                         .padding(bottom = 0.dp) 
															 | 
															
															 | 
															
																                         .padding(bottom = 0.dp) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-                        .size(180.dp) 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                        .size(150.dp) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                         .onKeyEvent { 
															 | 
															
															 | 
															
																                         .onKeyEvent { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                             when (it.key) { 
															 | 
															
															 | 
															
																                             when (it.key) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                                 Key.DirectionDown -> { 
															 | 
															
															 | 
															
																                                 Key.DirectionDown -> { 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -1052,7 +1056,7 @@ fun ColumnScope.AddText( 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         text = text, 
															 | 
															
															 | 
															
																         text = text, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         style = style, 
															 | 
															
															 | 
															
																         style = style, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         color = color, 
															 | 
															
															 | 
															
																         color = color, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-        modifier = Modifier.padding(bottom = if (isTablet()) 15.dp else 0.dp) 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+        modifier = Modifier.padding(top = 5.dp) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     ) 
															 | 
															
															 | 
															
																     ) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 } 
															 | 
															
															 | 
															
																 } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																  
															 | 
															
															 | 
															
																  
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -1087,10 +1091,10 @@ fun RowScope.AddText( 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     Text( 
															 | 
															
															 | 
															
																     Text( 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         text = text, 
															 | 
															
															 | 
															
																         text = text, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         style = MaterialTheme.typography.labelMedium.copy( 
															 | 
															
															 | 
															
																         style = MaterialTheme.typography.labelMedium.copy( 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-            fontSize = if (isTablet()) 22.sp else 16.sp 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+            fontSize = 18.sp 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         ), 
															 | 
															
															 | 
															
																         ), 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         color = color, 
															 | 
															
															 | 
															
																         color = color, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-        modifier = Modifier.padding(bottom = if (isTablet()) 15.dp else 0.dp) 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+        modifier = Modifier.padding(top = 0.dp) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     ) 
															 | 
															
															 | 
															
																     ) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 } 
															 | 
															
															 | 
															
																 } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 @Composable 
															 | 
															
															 | 
															
																 @Composable 
															 |