show some suggestions at top of the contact picker screen

This commit is contained in:
tibbi 2020-04-12 10:50:05 +02:00
parent e792ff37ab
commit 5a462775fd
7 changed files with 124 additions and 7 deletions

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<size
android:width="@dimen/activity_margin"
android:height="0dp" />
</shape>