Skip to content

Commit

Permalink
Improved brief contact phones background
Browse files Browse the repository at this point in the history
  • Loading branch information
roeiedri committed Mar 10, 2022
1 parent 52c2985 commit 18d64c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion chooloolib/src/main/res/layout/brief_contact.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,12 @@
android:id="@+id/contact_phones_fragment_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/default_spacing_small"
android:background="@drawable/bubble_background"
android:backgroundTint="?colorSurface"
android:layout_marginTop="@dimen/default_spacing"
android:layout_marginEnd="@dimen/default_spacing_small"
android:backgroundTint="?colorSurface"
android:layout_marginBottom="@dimen/default_spacing_small"
android:paddingBottom="@dimen/default_spacing"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit 18d64c9

Please sign in to comment.