summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authormueller-ma <mueller-ma@users.noreply.github.com>2023-05-07 11:08:27 +0200
committerGitHub <noreply@github.com>2023-05-07 11:08:27 +0200
commitda16f13e8bcaa92333557823eef23f7c15636555 (patch)
tree3ecc1d67510bb518c38e7ea8b842a56cc9966fde /app/src/main/res
parenteaae6585d60be4c2796d650ab2d7ee15a7d88c6a (diff)
downloadAntennaPod-da16f13e8bcaa92333557823eef23f7c15636555.zip
Make single filter button full-width (#6454)
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/filter_dialog_row.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/filter_dialog_row.xml b/app/src/main/res/layout/filter_dialog_row.xml
index a551b5db9..cc397df02 100644
--- a/app/src/main/res/layout/filter_dialog_row.xml
+++ b/app/src/main/res/layout/filter_dialog_row.xml
@@ -2,6 +2,7 @@
<com.google.android.material.button.MaterialButtonToggleGroup
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:id="@+id/buttonGroup"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:weightSum="2"