Skip to content

Commit

Permalink
* Random updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Andr3Carvalh0 committed Dec 11, 2018
1 parent 2a89f51 commit f5061fa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
implementation 'androidx.legacy:legacy-preference-v14:1.0.0'
implementation 'androidx.room:room-runtime:2.0.0'
implementation 'com.google.android.material:material:1.0.0'
implementation "android.arch.work:work-runtime:1.0.0-alpha09"
implementation "android.arch.work:work-runtime:1.0.0-alpha10"

// Kotlin
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:0.22.5"
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/java/io/mgba/setup/SetupActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ package io.mgba.setup
import android.app.Activity
import android.content.Context
import android.content.Intent
import android.graphics.Color
import android.os.Bundle
import android.view.View
import android.view.WindowManager
import androidx.appcompat.app.AppCompatDelegate
import androidx.fragment.app.Fragment
Expand Down Expand Up @@ -58,7 +60,7 @@ class SetupActivity : AppIntro2() {
override fun onSlideChanged(oldFragment: Fragment?, newFragment: Fragment?) {
newFragment?.let {
val color = (it as AppIntroFragment).defaultBackgroundColor
colorizeStatusbar(color)
//colorizeStatusbar(color)
isProgressButtonEnabled = color == ResourcesManager.getColor(R.color.gameboy_blue)
}
}
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@
<color name="colorPrimary">@color/white</color>
<color name="colorPrimaryDark">@color/white</color>
<color name="colorAccent">@color/red_accent_color</color>

</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimary</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="android:windowTranslucentStatus">true</item>
</style>

<style name="FilePickerTheme" parent="NNF_BaseTheme">
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.android.tools.build:gradle:3.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down

0 comments on commit f5061fa

Please sign in to comment.