Skip to content

Commit

Permalink
Fix padding for contact search
Browse files Browse the repository at this point in the history
Closes #1590
  • Loading branch information
moezbhatti committed Mar 22, 2020
1 parent 5b6b0e2 commit 0f36c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presentation/src/main/res/layout/contacts_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
android:imeOptions="flagNoExtractUi"
android:inputType="textFilter|textNoSuggestions"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:paddingEnd="40dp"
android:privateImeOptions="nm"
android:textColor="?android:attr/textColorPrimary"
android:textColorHint="?android:attr/textColorTertiary"
Expand Down

0 comments on commit 0f36c2c

Please sign in to comment.