Skip to content

Commit 3eefbb7

Browse files
committed
Minor fixes
1 parent ef86f77 commit 3eefbb7

File tree

7 files changed

+10
-11
lines changed

7 files changed

+10
-11
lines changed
171 KB
Binary file not shown.
181 KB
Binary file not shown.
177 KB
Binary file not shown.
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<!-- Navigation Bar
1717
* Must be solid color, no alpha -->
18-
<color name="navigationBar">#33000000</color>
18+
<color name="navigationBar">#1A73E9</color>
1919
<color name="navigationBarDark">@color/darkColorPrimary</color>
2020

2121
<!-- Splash Screen -->

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
- If you don't want to show description, just leave this empty -->
4949
<string name="home_description">
5050
<![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.
5252
<br>
5353
<br>
54-
<a href="LinkUrl">Even Links.</u>
54+
<a href="https://example.com">Even Links.</u>
5555
]]>
5656
</string>
5757

@@ -72,7 +72,7 @@
7272
<string name="google_play_dev">https://play.google.com/store/apps/dev?id=your_developer_id</string>
7373

7474
<!-- 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>
7676

7777
<!-- CONFIG: NAVIGATION VIEW HEADER -->
7878

@@ -157,7 +157,7 @@
157157
<!-- Email that will be used to send icon request and report bugs -->
158158
<string name="dev_email">yourmail@example.com</string>
159159

160-
<!-- Icon Request Email Subject. Leave Empty to Use Deafult Subject. -->
160+
<!-- Icon Request Email Subject. Leave Empty to Use Default Subject. -->
161161
<string name="request_email_subject"></string>
162162
<string name="premium_request_email_subject"></string>
163163

@@ -209,21 +209,22 @@
209209
*
210210
* If you want to use solid color, you can put hex color code here
211211
* 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>
213213

214214
<!-- About profile image
215215
* If you want to use image from url, just put the url here
216216
* If you want to use image stored in project (drawable folder)
217217
* 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>
219219

220220
<!-- About title above description -->
221-
<string name="about_title">CandyBar \nMaterial Dashboard</string>
221+
<string name="about_title">Your name</string>
222222

223223
<!-- About description below title -->
224224
<string name="about_desc">
225225
<![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>
227228
]]>
228229
</string>
229230

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2-
31
buildscript {
42
repositories {
53
jcenter()

0 commit comments

Comments
 (0)