created basic template app
This commit is contained in:
parent
253cd118d4
commit
f640231b10
56 changed files with 1273 additions and 0 deletions
9
ClimateGoApp/app/src/main/res/drawable/side_nav_bar.xml
Normal file
9
ClimateGoApp/app/src/main/res/drawable/side_nav_bar.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:angle="135"
|
||||
android:centerColor="#009688"
|
||||
android:endColor="#00695C"
|
||||
android:startColor="#4DB6AC"
|
||||
android:type="linear" />
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue