콘텐츠 메인 탭

- 하단에 회사정보 추가
This commit is contained in:
klaus 2024-05-24 23:38:16 +09:00
parent eb7f83433c
commit 7b3fa0b224
2 changed files with 19 additions and 4 deletions

View File

@ -264,10 +264,10 @@
android:layout_marginTop="16.7dp"
android:fontFamily="@font/gmarket_sans_medium"
android:text="
- 회사명 : 주식회사 소다라이브\n
- 대표자 : 이재형\n
- 주소 : 경기도 성남시 분당구 황새울로335번길 10, 5층 563A호 (서현동, 멜로즈 프라자)\n
- 사업자등록번호 : 870-81-03220\n
- 회사명 : 주식회사 소다라이브\n\n
- 대표자 : 이재형\n\n
- 주소 : 경기도 성남시 분당구 황새울로335번길 10, 5층 563A호 (서현동, 멜로즈 프라자)\n\n
- 사업자등록번호 : 870-81-03220\n\n
- 고객센터 : 02.2055.1477"
android:textColor="@color/color_777777"
android:textSize="11sp" />

View File

@ -321,6 +321,21 @@
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_gravity="center" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="16.7dp"
android:fontFamily="@font/gmarket_sans_medium"
android:text="
- 회사명 : 주식회사 소다라이브\n\n
- 대표자 : 이재형\n\n
- 주소 : 경기도 성남시 분당구 황새울로335번길 10, 5층 563A호 (서현동, 멜로즈 프라자)\n\n
- 사업자등록번호 : 870-81-03220\n\n
- 고객센터 : 02.2055.1477"
android:textColor="@color/color_777777"
android:textSize="11sp" />
</LinearLayout>
</androidx.core.widget.NestedScrollView>