fixing a quick filter related ui glitch

This commit is contained in:
tibbi 2022-07-26 23:08:51 +02:00
parent eed9de086c
commit 22a6c9b9ba
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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"