我如何为CardInputWidget条纹添加邮政编码/邮政编码,我可以通过CardMultilineWidget实现,但是现在我需要在一行中输入我的卡号,MM / YY和CVV,我还需要一个输入位置邮政编码。
<com.stripe.android.view.CardInputWidget
android:id="@+id/card_input_widget"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
在类中设置cardInputWidget.postalCodeEnabled = false以隐藏邮政编码