forked from KimYoungBean/stepCounter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a5a54a7
commit 5013800
Showing
19 changed files
with
479 additions
and
41 deletions.
There are no files selected for viewing
344 changes: 311 additions & 33 deletions
344
app/src/main/java/com/example/kimyoungbin/stepcounter/MainActivity.java
Large diffs are not rendered by default.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
app/src/main/java/com/example/kimyoungbin/stepcounter/ViewEx.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package com.example.kimyoungbin.stepcounter; | ||
|
||
/** | ||
* Created by kimyoungbin on 2018. 1. 14.. | ||
*/ | ||
|
||
class ViewEx { | ||
public ViewEx(MainActivity mainActivity) { | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added
BIN
+339 Bytes
...ble/ic_navigation_black_24dp/android/drawable-hdpi/ic_navigation_black_24dp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+249 Bytes
...ble/ic_navigation_black_24dp/android/drawable-mdpi/ic_navigation_black_24dp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+432 Bytes
...le/ic_navigation_black_24dp/android/drawable-xhdpi/ic_navigation_black_24dp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+608 Bytes
...e/ic_navigation_black_24dp/android/drawable-xxhdpi/ic_navigation_black_24dp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+803 Bytes
.../ic_navigation_black_24dp/android/drawable-xxxhdpi/ic_navigation_black_24dp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions
23
app/src/main/res/drawble/ic_navigation_black_24dp/ios/ic_navigation.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"images": [ | ||
{ | ||
"filename": "ic_navigation.png", | ||
"idiom": "universal", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"filename": "ic_navigation_2x.png", | ||
"idiom": "universal", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"filename": "ic_navigation_3x.png", | ||
"idiom": "universal", | ||
"scale": "3x" | ||
} | ||
], | ||
"info": { | ||
"author": "xcode", | ||
"version": 1 | ||
} | ||
} |
Binary file added
BIN
+249 Bytes
...s/drawble/ic_navigation_black_24dp/ios/ic_navigation.imageset/ic_navigation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+432 Bytes
...rawble/ic_navigation_black_24dp/ios/ic_navigation.imageset/ic_navigation_2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+608 Bytes
...rawble/ic_navigation_black_24dp/ios/ic_navigation.imageset/ic_navigation_3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+249 Bytes
...c/main/res/drawble/ic_navigation_black_24dp/web/ic_navigation_black_24dp_1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+432 Bytes
...c/main/res/drawble/ic_navigation_black_24dp/web/ic_navigation_black_24dp_2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Wed Nov 29 19:31:03 KST 2017 | ||
#Sat Jan 06 22:36:32 KST 2018 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip |