show the selected contacts at the top

This commit is contained in:
tibbi 2020-04-05 22:34:22 +02:00
parent 1b3c6d9dac
commit d15005bfd7
5 changed files with 69 additions and 2 deletions

View 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>

View 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">
<corners android:radius="@dimen/normal_margin" />
<solid android:color="@color/activated_item_foreground" />
</shape>