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