2017-09-02 56 views
-1

好日子,我使用lamudi-gmbh/android-phone-field進行電話號碼驗證,並且我在黑色背景中獲得微調數據,我想用白色替換它背景normalPicture herecom.lamudi.phonefield.PhoneEditText微調黑色

<com.lamudi.phonefield.PhoneEditText 

     android:id="@+id/home_phone_number" 
     android:layout_width="0dp" 
     android:layout_height="wrap_content" 
     android:textSize="15dp" 
     android:layout_marginLeft="8dp" 
     android:layout_marginRight="8dp" 
     android:layout_marginTop="8dp" 
     app:layout_constraintHorizontal_bias="0.0" 
     app:layout_constraintLeft_toLeftOf="parent" 
     app:layout_constraintRight_toRightOf="parent" 
     app:layout_constraintTop_toBottomOf="@+id/textview_home_number" 
     tools:ignore="MissingConstraints" 
     android:layout_marginStart="8dp" 
     android:layout_marginEnd="8dp" 
     /> 
+0

@VishalThakkar那不是重複的,由於機器人:popupbackground是不是在我的情況下工作,我使用其他lib和那傢伙正在使用其他 –

+0

然後用適當的解釋來改變你的問題。它不是微調那麼你不應該寫在問題 –

+0

@VishalThakkar改變了標題,現在你知道解決方案嗎? –

回答

0

更改佈局:保證金佈局:填充

+0

我是使用約束佈局,所以我將無法刪除它 –