* 3408: First draft of help message on empty home timeline * 3408: Move image spanning to utils; tweak gui a bit (looks like status) * 3408: Use proper R again; appease linter * 3408: Add doc; remove narrow comment * 3408: null is default * 3408: Add German text * 3408: Stack refresh animation on top of help message (reorder)
14 lines
462 B
XML
14 lines
462 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:bottom="1dp"
|
|
android:left="-1dp"
|
|
android:right="-1dp"
|
|
android:top="1dp">
|
|
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="?attr/colorBackgroundAccent"/>
|
|
<stroke android:width="1dp" android:color="?attr/dividerColor"/>
|
|
</shape>
|
|
</item>
|
|
</layer-list>
|