Add Home theme and code refactor
This commit is contained in:
parent
1e85e7e943
commit
f32ef48e51
12 changed files with 302 additions and 68 deletions
8
app/src/main/res/drawable/side_gradient.xml
Normal file
8
app/src/main/res/drawable/side_gradient.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:angle="135"
|
||||
android:endColor="#00000000"
|
||||
android:startColor="#11000000"
|
||||
android:type="linear" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue