Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-smf-mobile
Commits
fc90c94d
Commit
fc90c94d
authored
3 years ago
by
Shoaib
Browse files
Options
Download
Patches
Plain Diff
Initilized the repo.
parents
master
add-assessor-location
deps-update
two-lead-assessor
No related merge requests found
Changes
90
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+46
-0
.gitignore
.metadata
+10
-0
.metadata
README.md
+24
-0
README.md
analysis_options.yaml
+29
-0
analysis_options.yaml
android/.gitignore
+13
-0
android/.gitignore
android/app/build.gradle
+68
-0
android/app/build.gradle
android/app/src/debug/AndroidManifest.xml
+7
-0
android/app/src/debug/AndroidManifest.xml
android/app/src/main/AndroidManifest.xml
+34
-0
android/app/src/main/AndroidManifest.xml
android/app/src/main/kotlin/com/example/smf_mobile/MainActivity.kt
+6
-0
...pp/src/main/kotlin/com/example/smf_mobile/MainActivity.kt
android/app/src/main/res/drawable-v21/launch_background.xml
+12
-0
android/app/src/main/res/drawable-v21/launch_background.xml
android/app/src/main/res/drawable/launch_background.xml
+12
-0
android/app/src/main/res/drawable/launch_background.xml
android/app/src/main/res/mipmap-hdpi/ic_launcher.png
+0
-0
android/app/src/main/res/mipmap-hdpi/ic_launcher.png
android/app/src/main/res/mipmap-mdpi/ic_launcher.png
+0
-0
android/app/src/main/res/mipmap-mdpi/ic_launcher.png
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
+0
-0
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
+0
-0
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
+0
-0
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
android/app/src/main/res/values-night/styles.xml
+18
-0
android/app/src/main/res/values-night/styles.xml
android/app/src/main/res/values/styles.xml
+18
-0
android/app/src/main/res/values/styles.xml
android/app/src/profile/AndroidManifest.xml
+7
-0
android/app/src/profile/AndroidManifest.xml
android/build.gradle
+31
-0
android/build.gradle
with
335 additions
and
0 deletions
+335
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets