allow toggling the Add Person UI at the thread activity
This commit is contained in:
parent
900982999f
commit
ec5c49ce1e
3 changed files with 16 additions and 12 deletions
|
|
@ -7,10 +7,10 @@
|
|||
</item>
|
||||
|
||||
<item
|
||||
android:bottom="@dimen/medium_margin"
|
||||
android:bottom="@dimen/small_margin"
|
||||
android:drawable="@drawable/ic_person_vector"
|
||||
android:left="@dimen/medium_margin"
|
||||
android:right="@dimen/medium_margin"
|
||||
android:top="@dimen/medium_margin" />
|
||||
android:left="@dimen/small_margin"
|
||||
android:right="@dimen/small_margin"
|
||||
android:top="@dimen/small_margin" />
|
||||
|
||||
</layer-list>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue