스플래시 이미지 교체

This commit is contained in:
2025-12-09 17:58:58 +09:00
parent 78c9b24bb9
commit 6cb8616c00
4 changed files with 3 additions and 28 deletions

View File

@@ -30,8 +30,7 @@ class SplashActivity : BaseActivity<ActivitySplashBinding>(ActivitySplashBinding
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setLayoutParams(binding.tvText1, start = 0, end = 0, top = 580, bottom = 0)
setLayoutParams(binding.tvText2, start = 0, end = 0, top = 0, bottom = 100)
setLayoutParams(binding.ivText, start = 0, end = 0, top = 0, bottom = 668)
setupRemoteConfig()
fetchAndroidLatestVersion()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

After

Width:  |  Height:  |  Size: 4.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

View File

@@ -15,36 +15,12 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/tv_text_1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/pretendard_bold"
android:text="목소리로 만나는 새로운 세계"
android:textSize="21sp"
app:layout_constraintEnd_toEndOf="parent"
android:textColor="@color/white"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:id="@+id/iv_text_logo"
android:id="@+id/iv_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@null"
android:src="@drawable/splash_text_logo"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/tv_text_1" />
<TextView
android:id="@+id/tv_text_2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/pretendard_bold"
android:text="소다라이브"
android:textColor="@color/white"
android:textSize="21sp"
android:src="@drawable/splash_text"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />