File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 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"
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"
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments