android.nonFinalResIds=true
This commit is contained in:
parent
73c913cdfa
commit
954b942c83
|
@ -33,4 +33,4 @@ android.nonTransitiveRClass=true
|
|||
# https://youtrack.jetbrains.com/issue/KT-58027
|
||||
kapt.use.jvm.ir=false
|
||||
android.defaults.buildfeatures.buildconfig=true
|
||||
android.nonFinalResIds=false
|
||||
android.nonFinalResIds=true
|
||||
|
|
|
@ -42,7 +42,7 @@ import kotlin.math.sqrt
|
|||
|
||||
private const val SPACING_ACTIONS = 3f
|
||||
private const val ICON_SIZE_FRACTION = 0.4f // Percentage of button diameter
|
||||
private const val BUTTON_COLOR = R.color.gray_850
|
||||
private val BUTTON_COLOR = R.color.gray_850
|
||||
private const val LARGE_SCREEN_WIDTH_DP = 210
|
||||
|
||||
interface TileSource {
|
||||
|
|
Loading…
Reference in a new issue