mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-30 19:56:10 +00:00
Chip: padding
This commit is contained in:
parent
6f98900950
commit
6ed2ee73b3
2 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,6 @@ public class EditTextMultiAutoComplete extends AppCompatMultiAutoCompleteTextVie
|
|||
}
|
||||
});
|
||||
} else if (has != 0) {
|
||||
cd.setTextEndPadding(dp3);
|
||||
cd.setCloseIcon(context.getDrawable(icons[has - 1]));
|
||||
cd.setCloseIconVisible(true);
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:ellipsize="middle"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||
app:closeIconStartPadding="3dp"
|
||||
app:closeIconVisible="false"
|
||||
app:textEndPadding="0dp"
|
||||
app:textStartPadding="3dp" />
|
||||
|
|
Loading…
Reference in a new issue