Skip to content

Commit dc1ff83

Browse files
committed
fix: 제보하기 텍스트 디자인 수정
1 parent dc95f59 commit dc1ff83

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

app/src/main/res/layout/item_restaurant.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
android:layout_width="wrap_content"
4242
android:layout_height="40dp"
4343
android:layout_gravity="center"
44-
android:text="내가 먼저 메뉴 제보하기"
45-
android:textSize="14dp"
44+
android:text="@string/restaurant_info_menu_report_button"
45+
android:textSize="@dimen/menu_report_button_text_size"
4646
android:textColor="@color/white"
4747
android:fontFamily="@font/pretendard_semibold"
4848
android:background="@drawable/color_button_background"
@@ -61,9 +61,9 @@
6161
<TextView
6262
android:layout_width="wrap_content"
6363
android:layout_height="wrap_content"
64-
android:text="메뉴는 매일 11시에 업데이트됩니다."
64+
android:text="@string/restaurant_info_menu_report_description"
6565
android:layout_gravity="center"
66-
android:textSize="10dp"
66+
android:textSize="@dimen/menu_report_description_text_size"
6767
android:textColor="@color/black"
6868
android:fontFamily="@font/pretendard_regular"
6969
android:layout_marginBottom="6dp"

app/src/main/res/values-hdpi/dimens.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
<dimen name="menu_provider_text_size">10dp</dimen>
4545
<dimen name="menu_title_text_size">16dp</dimen>
4646
<dimen name="menu_content_text_size">14dp</dimen>
47+
<dimen name="menu_report_button_text_size">14dp</dimen>
48+
<dimen name="menu_report_description_text_size">12dp</dimen>
4749

4850
<!--위치 권한 동의 다이얼로그 관련-->
4951
<dimen name="location_permission_description_text_size">14dp</dimen>

app/src/main/res/values/dimens.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
<dimen name="menu_provider_text_size">10dp</dimen>
4545
<dimen name="menu_title_text_size">16dp</dimen>
4646
<dimen name="menu_content_text_size">14dp</dimen>
47+
<dimen name="menu_report_button_text_size">14dp</dimen>
48+
<dimen name="menu_report_description_text_size">12dp</dimen>
4749

4850
<!--위치 권한 동의 다이얼로그 관련-->
4951
<dimen name="location_permission_description_text_size">12dp</dimen>

app/src/main/res/values/strings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<string name="restaurant_info_phone_number">전화번호</string>
1010
<string name="restaurant_info_location_description">위치</string>
1111

12+
<string name="restaurant_info_menu_report_button">내가 먼저 메뉴 제보하기</string>
13+
<string name="restaurant_info_menu_report_description">메뉴는 매일 11시에 업데이트됩니다.</string>
14+
1215
<string name="location_permission_dialog_description">편리한 뷔페 검색을 위해 위치 서비스 사용에 동의 하시겠습니까?</string>
1316
<string name="location_permission_denied_toast">위치 권한을 허용해주세요</string>
1417
<string name="location_permission_denied_forever_toast">[설정 > 애플리케이션 > 메뉴머냐]에서 위치 권한을 허용해주세요</string>

0 commit comments

Comments
 (0)