rizmaulana / kotlin-mvvm-covid19

This repository contains simple COVID19 data monitoring with android stack MVVM, Live Data, Koin, RxJava, RxBinding, Offline first with simple caching, etc
Apache License 2.0
435 stars 111 forks source link

fix: EditText from expanding while searching #23

Closed UmarAuna closed 4 years ago

UmarAuna commented 4 years ago

Before Screenshot_20200316-122838

After Screenshot_20200316-123050

used android:inputType="text" to stop EditText from expanding

fajarnuha commented 4 years ago

please try to commit only necessary changes to the PR

you basically need to leave only the inputType changes

fajarnuha commented 4 years ago

LGTM i guess