reduce dependence on deprecated theming library

This commit is contained in:
dkanada 2021-05-12 01:06:51 +09:00
commit ec2162b4b7
23 changed files with 80 additions and 83 deletions

View file

@ -1,9 +0,0 @@
<?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/twenty_percent_black_overlay"
android:startColor="#00000000" />
</shape>