문자열 리소스 참조로 화면 문구 정리
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:text="목소리로 만나는 새로운 세계"
|
||||
android:text="@string/screen_splash_tagline"
|
||||
android:textColor="#263238"
|
||||
android:textSize="23sp" />
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:text="소다라이브"
|
||||
android:text="@string/screen_splash_brand_name"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="21sp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
|
||||
Reference in New Issue
Block a user