pop_outboundlist_quantity.xml 676 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:background="@color/white"
  6. android:gravity="center"
  7. android:orientation="vertical">
  8. <Button
  9. android:id="@+id/bt_add"
  10. android:layout_width="match_parent"
  11. android:layout_height="wrap_content"
  12. android:layout_marginLeft="10dp"
  13. android:layout_marginRight="10dp"
  14. android:background="@color/transparent"
  15. android:text="拨出单过账"
  16. android:textSize="@dimen/app_text_size_body_2" />
  17. </LinearLayout>