Skip to content

Commit

Permalink
Fix margins for "No groups in common" & unregistered case.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-signal committed Jun 18, 2020
1 parent ec4eb8e commit a77997a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/src/main/res/layout/recipient_manage_fragment.xml
Expand Up @@ -444,14 +444,16 @@
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="12dp"
android:layout_marginBottom="4dp"
android:layout_marginBottom="12dp"
android:textColor="?title_text_color_secondary"
tools:text="8 groups in common" />

<TextView
android:id="@+id/add_to_a_group"
android:layout_width="match_parent"
android:layout_height="64dp"
android:layout_height="48dp"
android:layout_marginTop="0dp"
android:layout_marginBottom="8dp"
android:background="?selectableItemBackground"
android:drawableStart="?attr/manage_group_add_members_icon"
android:drawablePadding="8dp"
Expand Down

0 comments on commit a77997a

Please sign in to comment.