3408 home help message (#3415)
* 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)
This commit is contained in:
parent
9484a8b2b9
commit
182df2bfae
9 changed files with 200 additions and 93 deletions
14
app/src/main/res/drawable/help_message_background.xml
Normal file
14
app/src/main/res/drawable/help_message_background.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue