Initial commit
This commit is contained in:
commit
21bfbfb139
520 changed files with 47819 additions and 0 deletions
8
app/src/main/res/drawable/linear_gradient_bg.xml
Normal file
8
app/src/main/res/drawable/linear_gradient_bg.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:type="linear"
|
||||
android:angle="90"
|
||||
android:startColor="@color/bg"
|
||||
android:endColor="@color/nav_bg_inv" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue