Update: Increased Distance between screen bottom and credits

Update: DSL kinda build.gradle
This commit is contained in:
LooKeR
2021-10-13 10:01:38 +05:30
parent 859fb3f025
commit 3477685368
2 changed files with 21 additions and 21 deletions

View File

@ -143,7 +143,7 @@ class SettingsFragment : ScreenFragment() {
text.textSize = 16F
subText.textSize = 14F
resources.sizeScaled(16).let { text.setPadding(it, it, 5, 5) }
resources.sizeScaled(16).let { subText.setPadding(it, 5, 5, 5) }
resources.sizeScaled(16).let { subText.setPadding(it, 5, 5, 25) }
addView(
text,
LinearLayout.LayoutParams.MATCH_PARENT,