|
48 | 48 | - If you don't want to show description, just leave this empty -->
|
49 | 49 | <string name="home_description">
|
50 | 50 | <![CDATA[
|
51 |
| - <b>You</b> <i>can</i> use <u>Formatted</u> Text Here. |
| 51 | + <b>You</b> <i>can</i> use <u>formatted text</u> here. |
52 | 52 | <br>
|
53 | 53 | <br>
|
54 |
| - <a href="LinkUrl">Even Links.</u> |
| 54 | + <a href="https://example.com">Even Links.</u> |
55 | 55 | ]]>
|
56 | 56 | </string>
|
57 | 57 |
|
|
72 | 72 | <string name="google_play_dev">https://play.google.com/store/apps/dev?id=your_developer_id</string>
|
73 | 73 |
|
74 | 74 | <!-- Set it to `true` if you want flat outlined card -->
|
75 |
| - <bool name="use_flat_card">false</bool> |
| 75 | + <bool name="use_flat_card">true</bool> |
76 | 76 |
|
77 | 77 | <!-- CONFIG: NAVIGATION VIEW HEADER -->
|
78 | 78 |
|
|
157 | 157 | <!-- Email that will be used to send icon request and report bugs -->
|
158 | 158 | <string name="dev_email">yourmail@example.com</string>
|
159 | 159 |
|
160 |
| - <!-- Icon Request Email Subject. Leave Empty to Use Deafult Subject. --> |
| 160 | + <!-- Icon Request Email Subject. Leave Empty to Use Default Subject. --> |
161 | 161 | <string name="request_email_subject"></string>
|
162 | 162 | <string name="premium_request_email_subject"></string>
|
163 | 163 |
|
|
209 | 209 | *
|
210 | 210 | * If you want to use solid color, you can put hex color code here
|
211 | 211 | * ex: <string name="navigation_view_header">#000000</string> -->
|
212 |
| - <string name="about_image">https://drive.google.com/uc?id=0B0f4ypHfNKm5VHVjbXZNSS1TUUU</string> |
| 212 | + <string name="about_image">https://source.unsplash.com/_8WAobqAJog/1400x0</string> |
213 | 213 |
|
214 | 214 | <!-- About profile image
|
215 | 215 | * If you want to use image from url, just put the url here
|
216 | 216 | * If you want to use image stored in project (drawable folder)
|
217 | 217 | * just put image name here without the extension (ex: about_profile_image.png -> about_profile_image) -->
|
218 |
| - <string name="about_profile_image">https://avatars2.githubusercontent.com/u/44255990?s=460</string> |
| 218 | + <string name="about_profile_image">profile_picture</string> |
219 | 219 |
|
220 | 220 | <!-- About title above description -->
|
221 |
| - <string name="about_title">CandyBar \nMaterial Dashboard</string> |
| 221 | + <string name="about_title">Your name</string> |
222 | 222 |
|
223 | 223 | <!-- About description below title -->
|
224 | 224 | <string name="about_desc">
|
225 | 225 | <![CDATA[
|
226 |
| - CandyBar is an <b>Android Icon Pack Dashboard</b>. It has <i>Many Features</i>. Again in <u>Development</u>. Get it <a href="https://github.com/zixpo/candybar">Here</a>. |
| 226 | + Say something about yourself. <b>You</b> <i>can</i> also use <u>formatted text</u> here. |
| 227 | + And some <a href="https://example.com">links</a> |
227 | 228 | ]]>
|
228 | 229 | </string>
|
229 | 230 |
|
|
0 commit comments