Fix up notification items layouts
This commit is contained in:
parent
a52ee71e35
commit
2c8a575a3b
7 changed files with 72 additions and 72 deletions
|
|
@ -4,8 +4,8 @@
|
|||
<shape>
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:startColor="#FF000000"
|
||||
android:endColor="#00000000"
|
||||
android:startColor="#FF1a1c23"
|
||||
android:endColor="#001a1c23"
|
||||
android:type="linear" />
|
||||
</shape>
|
||||
</item>
|
||||
|
|
|
|||
8
app/src/main/res/drawable/account_header_missing.xml
Normal file
8
app/src/main/res/drawable/account_header_missing.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="@color/color_background_dark" />
|
||||
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue