Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2-capstone-design2
/
2015104165
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김태희
2020-12-13 17:26:26 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
346ca0a27da3c31fa8cbdbad9034a684a915d298
346ca0a2
1 parent
c73c57e2
add 주간보고서 1211
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
0 deletions
Prj/App/app/src/main/java/com/example/smokeregulation/RegulationActivity.java
Prj/App/app/src/main/res/drawable/ic_home_black_24dp.xml
Prj/App/app/src/main/res/layout/activity_regulation.xml
Prj/App/app/src/main/res/values/arrays.xml
Prj/App/app/src/main/java/com/example/smokeregulation/RegulationActivity.java
0 → 100644
View file @
346ca0a
package
com
.
example
.
smokeregulation
;
public
class
RegulationActivity
{
}
Prj/App/app/src/main/res/drawable/ic_home_black_24dp.xml
0 → 100644
View file @
346ca0a
<vector
android:height=
"24dp"
android:tint=
"#FFFFFF"
android:viewportHeight=
"24.0"
android:viewportWidth=
"24.0"
android:width=
"24dp"
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M10,20v-6h4v6h5v-8h3L12,3 2,12h3v8z"
/>
</vector>
Prj/App/app/src/main/res/layout/activity_regulation.xml
0 → 100644
View file @
346ca0a
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:orientation=
"vertical"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
</LinearLayout>
\ No newline at end of file
Prj/App/app/src/main/res/values/arrays.xml
0 → 100644
View file @
346ca0a
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>
\ No newline at end of file
Please
register
or
login
to post a comment