reduce dependence on deprecated theming library
This commit is contained in:
parent
4f43ed81df
commit
ec2162b4b7
23 changed files with 80 additions and 83 deletions
9
app/src/main/res/drawable/gradient_navigation.xml
Normal file
9
app/src/main/res/drawable/gradient_navigation.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:angle="270"
|
||||
android:centerColor="#11000000"
|
||||
android:endColor="@color/overlay_dark"
|
||||
android:startColor="@color/overlay_light" />
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue