We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cbdeca + 7071b5e commit d2ebda7Copy full SHA for d2ebda7
app/src/main/res/layout/dialog_select_groups.xml
@@ -100,17 +100,17 @@
100
app:layout_constraintEnd_toEndOf="parent"
101
android:orientation="horizontal">
102
<Button
103
- android:id="@+id/btnSave"
+ android:id="@+id/btnClear"
104
android:layout_width="wrap_content"
105
android:layout_height="wrap_content"
106
- android:text="@string/save"
+ android:text="@string/clear"
107
style="@style/Widget.Material3.Button.TextButton" />
108
109
110
- android:id="@+id/btnClear"
+ android:id="@+id/btnSave"
111
112
113
- android:text="@string/clear"
+ android:text="@string/save"
114
115
</LinearLayout>
116
0 commit comments