Skip to content

Commit 58feac8

Browse files
committed
[Issue-27] - Code formatting
1 parent e5a7874 commit 58feac8

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

app/src/main/java/com/codandotv/streamplayerapp/MainActivity.kt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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-
//}

core-shared-ui/src/main/res/values-night/themes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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>

0 commit comments

Comments
 (0)