|
|
@@ -63,7 +63,8 @@
|
|
|
android:id="@+id/btn_confirm"
|
|
|
style="@style/PopWinButtonStyle"
|
|
|
android:layout_width="@dimen/width_64"
|
|
|
- android:text="@string/confirm" />
|
|
|
+ android:text="@string/confirm"
|
|
|
+ android:visibility="gone" />
|
|
|
</TableRow>
|
|
|
<!--新储位-->
|
|
|
<TableRow style="@style/PopUpperLayoutStyle">
|
|
|
@@ -73,17 +74,19 @@
|
|
|
style="@style/PopWinEditTextStyle"
|
|
|
android:hint="@string/hint_newwhcode_whtransfer"
|
|
|
android:imeOptions="actionNone" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/btn_transfer"
|
|
|
- style="@style/PopWinButtonStyle"
|
|
|
- android:layout_width="@dimen/width_64"
|
|
|
- android:text="@string/btn_transform" />
|
|
|
</TableRow>
|
|
|
</TableLayout>
|
|
|
</ScrollView>
|
|
|
<!--3:List-->
|
|
|
<ListView
|
|
|
android:id="@+id/lv_data"
|
|
|
- style="@style/CardWhiteSytle_fillheight" />
|
|
|
+ style="@style/CardWhiteSytle_fillheight"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="1" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/btn_transfer"
|
|
|
+ style="@style/ButtonStyle"
|
|
|
+ android:layout_margin="12dp"
|
|
|
+ android:text="@string/btn_transform" />
|
|
|
</LinearLayout>
|