Add dark theme (#133)
This commit is contained in:

committed by
Rafał Borcz

parent
b63e28f9a9
commit
11578aa735
9
app/src/main/res/drawable-night/ic_border.xml
Normal file
9
app/src/main/res/drawable-night/ic_border.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="@android:color/transparent"
|
||||
android:centerX="0.01"
|
||||
android:startColor="#494949" />
|
||||
</shape>
|
Reference in New Issue
Block a user