show the selected contacts at the top
This commit is contained in:
parent
1b3c6d9dac
commit
d15005bfd7
5 changed files with 69 additions and 2 deletions
5
app/src/main/res/drawable/empty_divider.xml
Normal file
5
app/src/main/res/drawable/empty_divider.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<size
|
||||
android:width="@dimen/medium_margin"
|
||||
android:height="0dp" />
|
||||
</shape>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners android:radius="@dimen/normal_margin" />
|
||||
|
||||
<solid android:color="@color/activated_item_foreground" />
|
||||
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue