Skip to content

Commit

Permalink
fixed color in cut screen for landscape
Browse files Browse the repository at this point in the history
  • Loading branch information
Hcnc100 committed Jul 27, 2022
1 parent da5aa20 commit 92af654
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ dependencies {
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.0'
implementation 'androidx.activity:activity-compose:1.5.0'
implementation 'com.google.android.gms:play-services-location:20.0.0'
implementation 'androidx.lifecycle:lifecycle-service:2.5.0'

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
Expand Down Expand Up @@ -128,7 +127,7 @@ dependencies {
implementation 'androidx.core:core-splashscreen:1.0.0-rc01'

// * shimmer effect
implementation 'com.valentinilk.shimmer:compose-shimmer:1.0.2'
implementation 'com.valentinilk.shimmer:compose-shimmer:1.0.3'

// * navigation compose
implementation "androidx.navigation:navigation-compose:2.5.0"
Expand All @@ -150,6 +149,7 @@ dependencies {
// * play services
implementation 'com.google.android.gms:play-services-maps:18.1.0'
implementation 'com.google.android.gms:play-services-location:20.0.0'
implementation 'androidx.lifecycle:lifecycle-service:2.5.0'

// * select color picker
implementation "com.github.skydoves:colorpicker-compose:1.0.0"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<style name="Theme.RunningCompose" parent="android:Theme.Material.Light.NoActionBar">
<item name="android:statusBarColor">@color/color_primary_dark</item>
<item name="android:windowBackground">@color/color_primary_dark</item>
</style>

<style name="Theme.AppSplash" parent="Theme.SplashScreen">
Expand Down

0 comments on commit 92af654

Please sign in to comment.