fixing a quick filter related ui glitch
This commit is contained in:
parent
eed9de086c
commit
22a6c9b9ba
|
@ -70,7 +70,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:92fd18b221'
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:2327fff588'
|
||||
implementation 'androidx.multidex:multidex:2.0.1'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
android:layout_height="@dimen/quick_filter_height"
|
||||
android:minWidth="@dimen/quick_filter_min_width">
|
||||
|
||||
<Button
|
||||
<com.simplemobiletools.commons.views.MyButton
|
||||
android:id="@+id/quick_filter_event_type"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/quick_filter_height"
|
||||
|
|
Loading…
Reference in New Issue