File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
app/src/main/java/com/codandotv/streamplayerapp
core-shared-ui/src/main/res/values-night Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,3 @@ class MainActivity : ComponentActivity() {
1414 }
1515 }
1616}
17- // @OptIn(ExperimentalMaterial3Api::class)
18- // @Composable
19- // fun StreamPlayerApp() {
20- // StreamPlayerTheme {
21- // Scaffold { innerPadding ->
22- // Box(Modifier.padding(innerPadding)) {
23- // ListStreamsScreen()
24- // }
25- // }
26- // }
27- // }
Original file line number Diff line number Diff line change 1010 <item name =" colorSecondaryVariant" >@color/teal_200</item >
1111 <item name =" colorOnSecondary" >@color/black</item >
1212 <!-- Status bar color. -->
13- <item name =" android:statusBarColor" >@color/black </item >
13+ <item name =" android:statusBarColor" >?attr/colorPrimaryVariant </item >
1414 <!-- Customize your theme here. -->
1515 </style >
1616</resources >
You can’t perform that action at this time.
0 commit comments