Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신기성
/
WELLO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Authored by
soonmyeong2
2019-10-27 00:40:01 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2f1142dd7242c124321bdaaee49404b330105c4d
2f1142dd
1 parent
735b781d
add logo in main toolbar
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
vip/app/build.gradle
vip/app/src/main/res/values/styles.xml
vip/app/build.gradle
View file @
2f1142d
...
...
@@ -9,7 +9,7 @@ android {
buildToolsVersion
"29.0.2"
defaultConfig
{
applicationId
"com.example.vip"
minSdkVersion
16
minSdkVersion
23
targetSdkVersion
29
versionCode
1
versionName
"1.0"
...
...
vip/app/src/main/res/values/styles.xml
View file @
2f1142d
...
...
@@ -6,6 +6,8 @@
<item
name=
"colorPrimary"
>
@color/colorPrimary
</item>
<item
name=
"colorPrimaryDark"
>
@color/colorPrimaryDark
</item>
<item
name=
"colorAccent"
>
@color/colorAccent
</item>
<item
name=
"android:statusBarColor"
>
#FFF
</item>
<item
name=
"android:windowLightStatusBar"
>
true
</item>
</style>
<!-- Splash screen -->
...
...
Please
register
or
login
to post a comment