Skip to content

Commit 78b0da3

Browse files
authored
Merge pull request #14507 from woocommerce/issue/woomob-940-disable-the-submit-button-when-required-fields-are-empty-in
Show disabled button state when missing required fields
2 parents 8185139 + 5e58072 commit 78b0da3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/src/main/res/layout/activity_support_request_form.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@
213213
android:layout_marginHorizontal="@dimen/major_100"
214214
android:layout_marginTop="@dimen/minor_100"
215215
android:layout_marginBottom="@dimen/major_200"
216+
android:backgroundTint="@color/color_primary_selector"
216217
android:text="@string/support_request_submit" />
217218

218219
</androidx.appcompat.widget.LinearLayoutCompat>

0 commit comments

Comments
 (0)