Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
Skidn disease App
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Skin disease
Skidn disease App
Commits
2dc624ca
Commit
2dc624ca
authored
Sep 21, 2021
by
Kavindu Randika
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
final version of issue 001-init-app-architecture
parent
71c77d70
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
51 additions
and
21 deletions
+51
-21
.idea/misc.xml
.idea/misc.xml
+1
-0
app/src/main/res/drawable/tab_color.xml
app/src/main/res/drawable/tab_color.xml
+5
-0
app/src/main/res/layout/activity_main.xml
app/src/main/res/layout/activity_main.xml
+5
-3
app/src/main/res/layout/fragment_camera.xml
app/src/main/res/layout/fragment_camera.xml
+8
-3
app/src/main/res/layout/fragment_chat.xml
app/src/main/res/layout/fragment_chat.xml
+8
-3
app/src/main/res/layout/fragment_medc.xml
app/src/main/res/layout/fragment_medc.xml
+8
-3
app/src/main/res/layout/fragment_search.xml
app/src/main/res/layout/fragment_search.xml
+8
-3
app/src/main/res/menu/menu.xml
app/src/main/res/menu/menu.xml
+3
-3
app/src/main/res/values/colors.xml
app/src/main/res/values/colors.xml
+5
-3
No files found.
.idea/misc.xml
View file @
2dc624ca
...
...
@@ -3,6 +3,7 @@
<component
name=
"DesignSurface"
>
<option
name=
"filePathToZoomLevelMap"
>
<map>
<entry
key=
"..\:/Users/wishwa/StudioProjects/Skidndiseaseapp/app/src/main/res/drawable/tab_color.xml"
value=
"0.1125"
/>
<entry
key=
"..\:/Users/wishwa/StudioProjects/Skidndiseaseapp/app/src/main/res/layout/activity_main.xml"
value=
"0.19270833333333334"
/>
<entry
key=
"..\:/Users/wishwa/StudioProjects/Skidndiseaseapp/app/src/main/res/layout/fragment_camera.xml"
value=
"0.1"
/>
<entry
key=
"..\:/Users/wishwa/StudioProjects/Skidndiseaseapp/app/src/main/res/layout/fragment_chat.xml"
value=
"0.12771739130434784"
/>
...
...
app/src/main/res/drawable/tab_color.xml
0 → 100644
View file @
2dc624ca
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:color=
"@android:color/black"
android:state_checked=
"true"
/>
<item
android:color=
"@color/navBarColorSelected"
/>
</selector>
\ No newline at end of file
app/src/main/res/layout/activity_main.xml
View file @
2dc624ca
...
...
@@ -8,16 +8,18 @@
tools:context=
".MainActivity"
>
<FrameLayout
android:id=
"@+id/container"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:id=
"@+id/container"
/>
android:layout_height=
"match_parent"
/>
<com.google.android.material.bottomnavigation.BottomNavigationView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:id=
"@+id/bottomNav"
android:layout_alignParentBottom=
"true"
app:itemIconTint=
"@drawable/tab_color"
app:itemTextColor=
"@drawable/tab_color"
android:layout_alignParentRight=
"true"
android:background=
"
?android:attr/windowBackground
"
android:background=
"
@color/navBarColor
"
app:menu=
"@menu/menu"
/>
</RelativeLayout>
\ No newline at end of file
app/src/main/res/layout/fragment_camera.xml
View file @
2dc624ca
...
...
@@ -8,8 +8,13 @@
<!-- TODO: Update blank fragment layout -->
<TextView
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:text=
"@string/hello_blank_fragment"
/>
android:textSize=
"30dp"
android:textColor=
"@color/white"
android:layout_width=
"wrap_content"
android:layout_centerInParent=
"true"
android:textAlignment=
"center"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:text=
"Open Camera"
/>
</FrameLayout>
\ No newline at end of file
app/src/main/res/layout/fragment_chat.xml
View file @
2dc624ca
...
...
@@ -8,8 +8,13 @@
<!-- TODO: Update blank fragment layout -->
<TextView
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:text=
"@string/hello_blank_fragment"
/>
android:textSize=
"30dp"
android:textColor=
"@color/white"
android:layout_width=
"wrap_content"
android:layout_centerInParent=
"true"
android:textAlignment=
"center"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:text=
"Chat Now"
/>
</FrameLayout>
\ No newline at end of file
app/src/main/res/layout/fragment_medc.xml
View file @
2dc624ca
...
...
@@ -8,8 +8,13 @@
<!-- TODO: Update blank fragment layout -->
<TextView
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:text=
"@string/hello_blank_fragment"
/>
android:textSize=
"30dp"
android:textColor=
"@color/white"
android:layout_width=
"wrap_content"
android:layout_centerInParent=
"true"
android:textAlignment=
"center"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:text=
"Channel Now"
/>
</FrameLayout>
\ No newline at end of file
app/src/main/res/layout/fragment_search.xml
View file @
2dc624ca
...
...
@@ -8,8 +8,13 @@
<!-- TODO: Update blank fragment layout -->
<TextView
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:text=
"@string/hello_blank_fragment"
/>
android:textSize=
"30dp"
android:textColor=
"@color/white"
android:layout_width=
"wrap_content"
android:layout_centerInParent=
"true"
android:textAlignment=
"center"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:text=
"Search Now"
/>
</FrameLayout>
\ No newline at end of file
app/src/main/res/menu/menu.xml
View file @
2dc624ca
...
...
@@ -2,7 +2,7 @@
<menu
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:id=
"@+id/camera"
android:title=
"
Home
"
android:title=
"
Camera
"
android:icon=
"@drawable/camera_icon"
/>
<item
android:id=
"@+id/search"
...
...
@@ -10,10 +10,10 @@
android:icon=
"@drawable/ic_search"
/>
<item
android:id=
"@+id/chat"
android:title=
"
Location
"
android:title=
"
Chat
"
android:icon=
"@drawable/chat_icon"
/>
<item
android:id=
"@+id/medec"
android:title=
"
Location
"
android:title=
"
Channel
"
android:icon=
"@drawable/ic_medic"
/>
</menu>
\ No newline at end of file
app/src/main/res/values/colors.xml
View file @
2dc624ca
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color
name=
"purple_200"
>
#F
FBB86FC
</color>
<color
name=
"purple_500"
>
#F
F6200EE
</color>
<color
name=
"purple_700"
>
#F
F3700B3
</color>
<color
name=
"purple_200"
>
#F
9CC9F
</color>
<color
name=
"purple_500"
>
#F
9CC9F
</color>
<color
name=
"purple_700"
>
#F
9CC9F
</color>
<color
name=
"teal_200"
>
#FF03DAC5
</color>
<color
name=
"teal_700"
>
#FF018786
</color>
<color
name=
"black"
>
#FF000000
</color>
<color
name=
"white"
>
#FFFFFFFF
</color>
<color
name=
"navBarColor"
>
#F9CC9F
</color>
<color
name=
"navBarColorSelected"
>
#EB8560
</color>
</resources>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment