feat(home): 사업자 정보 inline 더보기를 추가한다

This commit is contained in:
2026-06-05 14:30:34 +09:00
parent 9c20b86373
commit f07132c48b
4 changed files with 241 additions and 2 deletions

View File

@@ -228,10 +228,12 @@
<TextView
android:id="@+id/tv_home_business_info"
style="@style/Typography.Body2"
style="@style/Typography.Body6"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/home_recommendation_business_info"
android:ellipsize="end"
android:maxLines="3"
android:text="@string/company_info"
android:textColor="@color/gray_500" />
</LinearLayout>
</LinearLayout>