mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-13 02:49:20 +00:00
Update: Increased Distance between screen bottom and credits
Update: DSL kinda build.gradle
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user