| | |
| | | <LinearLayout |
| | | style="@style/newCardLL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content"> |
| | | android:layout_height="wrap_content" |
| | | android:visibility="gone"> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | |
| | | android:layout_weight="2" |
| | | android:background="@drawable/editbg" |
| | | android:inputType="number" |
| | | android:maxLength="11" |
| | | android:lines="1" |
| | | android:maxLength="5" |
| | | android:paddingLeft="10dp" |
| | | android:textSize="@dimen/new_card_size" /> |
| | | |
| | |
| | | android:layout_weight="2" |
| | | android:background="@drawable/editbg" |
| | | android:inputType="number" |
| | | android:lines="1" |
| | | android:maxLength="5" |
| | | android:paddingLeft="10dp" |
| | | android:textSize="@dimen/new_card_size" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | style="@style/newCardLL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:visibility="visible"> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1.5" |
| | | android:text="水单价(元/吨)" |
| | | android:textSize="@dimen/new_card_size" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/admin_waterPrice" |
| | | android:layout_width="0dp" |
| | | android:layout_height="@dimen/edt_height" |
| | | android:layout_weight="2" |
| | | android:background="@drawable/editbg" |
| | | android:inputType="numberDecimal" |
| | | android:lines="1" |
| | | android:paddingLeft="10dp" |
| | | android:textSize="@dimen/new_card_size" /> |
| | | |
| | | |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/chose_address" |
| | | style="@style/newCardLL" |
| | | android:layout_width="match_parent" |