improve the way selected contacts are shown, properly create new lines
This commit is contained in:
parent
d15005bfd7
commit
741e619822
3 changed files with 68 additions and 17 deletions
|
|
@ -1,5 +0,0 @@
|
|||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<size
|
||||
android:width="@dimen/medium_margin"
|
||||
android:height="0dp" />
|
||||
</shape>
|
||||
|
|
@ -9,16 +9,23 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="@dimen/activity_margin"
|
||||
android:divider="@drawable/empty_divider"
|
||||
android:orientation="horizontal"
|
||||
android:showDividers="middle"
|
||||
android:orientation="vertical"
|
||||
android:visibility="gone" />
|
||||
|
||||
<View
|
||||
android:id="@+id/message_divider_one"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1px"
|
||||
android:layout_below="@+id/selected_contacts"
|
||||
android:background="@color/divider_grey"
|
||||
android:importantForAccessibility="no"
|
||||
android:visibility="gone" />
|
||||
|
||||
<com.simplemobiletools.commons.views.MyAutoCompleteTextView
|
||||
android:id="@+id/new_message_to"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/normal_icon_size"
|
||||
android:layout_below="@+id/selected_contacts"
|
||||
android:layout_below="@+id/message_divider_one"
|
||||
android:layout_marginStart="@dimen/activity_margin"
|
||||
android:layout_marginEnd="@dimen/activity_margin"
|
||||
android:background="@android:color/transparent"
|
||||
|
|
@ -29,7 +36,7 @@
|
|||
android:textSize="@dimen/big_text_size" />
|
||||
|
||||
<View
|
||||
android:id="@+id/message_divider"
|
||||
android:id="@+id/message_divider_two"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1px"
|
||||
android:layout_below="@+id/new_message_to"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue