如何为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"/>
答案 0 :(得分:1)
在类中设置cardInputWidget.postalCodeEnabled = false以隐藏邮政编码