read me and weep

This commit is contained in:
rebelonion 2024-01-17 02:34:37 -06:00
parent b7cc35207c
commit 8142c966c0
4 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ android {
minSdk 23
targetSdk 34
versionCode ((System.currentTimeMillis() / 60000).toInteger())
versionName "2.0.0-beta00-iv2"
versionName "2.0.0-beta00-iv3"
signingConfig signingConfigs.debug
}

View file

@ -88,7 +88,7 @@ class MainActivity : AppCompatActivity() {
val backgroundDrawable = _bottomBar.background as GradientDrawable
val currentColor = backgroundDrawable.color?.defaultColor ?: 0
val semiTransparentColor = (currentColor and 0x00FFFFFF) or 0xE8000000.toInt()
val semiTransparentColor = (currentColor and 0x00FFFFFF) or 0xF9000000.toInt()
backgroundDrawable.setColor(semiTransparentColor)
_bottomBar.background = backgroundDrawable
}

View file

@ -11,5 +11,5 @@
<color name="nav_status">#80000000</color>
<color name="filler">#29FF6B08</color>
<color name="chip">#b3aead</color>
<color name="grey_nav">#E8222222</color>
<color name="grey_nav">#F9222222</color>
</resources>

View file

@ -23,7 +23,7 @@
<color name="darkest_Black">#000000</color>
<color name="yt_red">#CD201F</color>
<color name="chip">#a3a2a2</color>
<color name="grey_nav">#E8EDEDED</color>
<color name="grey_nav">#F9EDEDED</color>
<color name="CustomColor1">#93DB00</color>
<color name="CustomColor2">#68AF86</color>
<color name="CustomColor3">#0096AE</color>