feat(splash): 스플래시 페이지 수정
This commit is contained in:
@@ -30,7 +30,8 @@ class SplashActivity : BaseActivity<ActivitySplashBinding>(ActivitySplashBinding
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
super.onCreate(savedInstanceState)
|
||||
|
||||
setLayoutParams(binding.llText, start = 0, end = 0, top = 615, bottom = 0)
|
||||
setLayoutParams(binding.tvText1, start = 0, end = 0, top = 580, bottom = 0)
|
||||
setLayoutParams(binding.tvText2, start = 0, end = 0, top = 0, bottom = 100)
|
||||
|
||||
setupRemoteConfig()
|
||||
fetchAndroidLatestVersion()
|
||||
|
||||
Reference in New Issue
Block a user