|
18 | 18 | android:layout_width="wrap_content" |
19 | 19 | android:layout_height="16dp" /> |
20 | 20 |
|
21 | | - <Space |
22 | | - android:layout_width="wrap_content" |
23 | | - android:layout_height="16dp" /> |
24 | | - |
25 | | - <Space |
26 | | - android:layout_width="wrap_content" |
27 | | - android:layout_height="16dp" /> |
28 | | - |
29 | | - <Space |
30 | | - android:layout_width="wrap_content" |
31 | | - android:layout_height="16dp" /> |
32 | 21 |
|
33 | 22 | <View |
34 | 23 | android:layout_width="match_parent" |
|
89 | 78 | app:inputType="Integer" |
90 | 79 | app:numberOfBlock="@{numberOfBlock_id, default=4}" |
91 | 80 | app:text="@{id_number}" /> |
| 81 | + <Space |
| 82 | + android:layout_width="wrap_content" |
| 83 | + android:layout_height="16dp" /> |
| 84 | + |
| 85 | + |
| 86 | + <View |
| 87 | + android:layout_width="match_parent" |
| 88 | + android:layout_height="1px" |
| 89 | + android:layout_marginBottom="8dp" |
| 90 | + android:layout_marginTop="16dp" |
| 91 | + android:background="#aaa" /> |
92 | 92 |
|
93 | 93 | <com.infideap.blockedittext.BlockEditText |
94 | 94 | android:id="@+id/blockEditText_unshift_position" |
95 | 95 | android:layout_width="match_parent" |
96 | 96 | android:layout_height="wrap_content" |
97 | | - app:bet_cardIconSize="48dp" |
98 | | - app:bet_cardPrefix="Mastercard|Visa" |
99 | | - app:bet_defaultLength="4" |
100 | | - app:bet_editTextBackground="@drawable/selector_edittext_round_border" |
101 | | - app:bet_hint="Unshift Block" |
102 | | - app:bet_inputType="Integer" |
103 | | - app:bet_numberOfBlock="4" |
104 | | - app:bet_shiftPosition="false" /> |
| 97 | + app:cardIconSize="48dp" |
| 98 | + app:cardPrefix="Mastercard|Visa" |
| 99 | + app:defaultLength="4" |
| 100 | + app:editTextBackground="@drawable/selector_edittext_round_border" |
| 101 | + app:hint="Unshift Block" |
| 102 | + app:inputType="Integer" |
| 103 | + app:numberOfBlock="4" |
| 104 | + app:shiftPosition="false" /> |
105 | 105 | </LinearLayout> |
106 | 106 |
|
107 | 107 |
|
|
0 commit comments