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