2016-11-16 38 views
0

我爲我的信用卡驗證使用https://github.com/dbachelder/CreditCardEntry sdk,但是當我將卡號設置爲CreditCardForm時,它振動並顯示紅色提示文本。任何人都可以幫助刪除這種類型的動畫?如何從信用卡表格中移除動畫?

import com.devmarvel.creditcardentry.library.CreditCardForm; 

CreditCardForm.setCardNumber("************4242",false); 

和我的build.gradle是,

compile 'com.github.dbachelder:CreditCardEntry:1.4.7' 
+1

animate_on_error和default_text_colors sho讓你朝着正確的方向前進。 – PsyGik

+0

謝謝@PsyGik。我從我的build.gradle中刪除了編譯'com.github.dbachelder:CreditCardEntry:1.4.7',並將庫項目添加到模塊依賴項中,然後在我的xml文件中使用animate_on_error。最後它的工作。 –

+0

幹得好。現在發佈答案,以便其他人可以看到你是如何解決它的。 – PsyGik

回答

1

使用應用:用於添加animate_on_error或刪除動畫到CreditCardForm

<com.devmarvel.creditcardentry.library.CreditCardForm 
         android:id="@+id/form_no_zip" 
         android:layout_width="wrap_content" 
         android:layout_height="match_parent" 
         app:card_number_hint="XXXX XXXX XXXX XXXX" 
         app:include_zip="false" 
         app:animate_on_error="false" 
         app:default_text_colors="@color/your_color_here" 
         app:helper_text_color="@color/your_color_here" 
         /> 

,並添加主佈局xmlns:app="http://schemas.android.com/apk/res-auto"