android.nonFinalResIds=true
This commit is contained in:
parent
73c913cdfa
commit
954b942c83
2 changed files with 2 additions and 2 deletions
|
@ -33,4 +33,4 @@ android.nonTransitiveRClass=true
|
||||||
# https://youtrack.jetbrains.com/issue/KT-58027
|
# https://youtrack.jetbrains.com/issue/KT-58027
|
||||||
kapt.use.jvm.ir=false
|
kapt.use.jvm.ir=false
|
||||||
android.defaults.buildfeatures.buildconfig=true
|
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 SPACING_ACTIONS = 3f
|
||||||
private const val ICON_SIZE_FRACTION = 0.4f // Percentage of button diameter
|
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
|
private const val LARGE_SCREEN_WIDTH_DP = 210
|
||||||
|
|
||||||
interface TileSource {
|
interface TileSource {
|
||||||
|
|
Loading…
Reference in a new issue