use an AutocompleteTextView at the ThreadActivity
This commit is contained in:
parent
97299a0900
commit
900982999f
3 changed files with 119 additions and 4 deletions
16
app/src/main/res/drawable/contact_circular_background.xml
Normal file
16
app/src/main/res/drawable/contact_circular_background.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@+id/attendee_circular_background">
|
||||
<shape android:shape="oval">
|
||||
<solid android:color="@color/color_primary" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:bottom="@dimen/medium_margin"
|
||||
android:drawable="@drawable/ic_person_vector"
|
||||
android:left="@dimen/medium_margin"
|
||||
android:right="@dimen/medium_margin"
|
||||
android:top="@dimen/medium_margin" />
|
||||
|
||||
</layer-list>
|
||||
Loading…
Add table
Add a link
Reference in a new issue