File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 5353 android : layout_width =" match_parent" 
5454 android : layout_height =" wrap_content" 
5555 android : shadowColor =" @color/colorPrimary" 
56-  android : text =" Highlights " 
56+  android : text =" @string/highlights " 
5757 android : textAlignment =" center" 
5858 android : textAllCaps =" true" 
5959 android : textColor =" #ffff" 
60-  android : textSize =" 25dip " 
60+  android : textSize =" 25sp " 
6161 android : textStyle =" bold" 
6262
6363 </LinearLayout >
8181 <TextView 
8282 android : layout_width =" match_parent" 
8383 android : layout_height =" wrap_content" 
84-  android : text =" STUFF TO BE ADDED LATER " 
84+  android : text =" @string/stuff_to_be_added_later " 
8585 android : textAllCaps =" true" 
8686 android : textStyle =" bold" 
8787 android : textSize =" 25dip" 
109109 <TextView 
110110 android : layout_width =" match_parent" 
111111 android : layout_height =" wrap_content" 
112-  android : text =" About Us " 
112+  android : text =" @string/about_us " 
113113 android : textStyle =" bold" 
114114 android : textColor =" #ffff" 
115115 android : textAlignment =" center" 
Original file line number Diff line number Diff line change 2222 android : layout_width =" match_parent" 
2323 android : layout_height =" wrap_content" 
2424 android : textSize =" 22dip" 
25-  android : text =" CLOSE " 
25+  android : text =" @string/close " 
2626 android : id =" @+id/pcbutton" 
2727
2828
Original file line number Diff line number Diff line change 2020 <string  name =" permission_rationale" 
2121 completions."
2222 </string >
23+  <string  name =" highlights" string >
24+  <string  name =" stuff_to_be_added_later" string >
25+  <string  name =" about_us" string >
26+  <string  name =" close" string >
2327</resources >
                         You can’t perform that action at this time. 
           
                  
0 commit comments