448
                    android:id="@+id/textView22"
403 449
                    android:layout_width="wrap_content"
404 450
                    android:layout_height="wrap_content"
405
                    android:text="数量"
406
                    android:textColor="@color/ui_65"
407
                    android:textSize="15sp"
408
                    android:id="@+id/textView22"
409 451
                    android:layout_alignTop="@+id/imageView3"
452
                    android:layout_toEndOf="@+id/textView21"
410 453
                    android:layout_toRightOf="@+id/textView21"
411
                    android:layout_toEndOf="@+id/textView21" />
454
                    android:text="数量"
455
                    android:textColor="@color/ui_65"
456
                    android:textSize="15sp" />
457
412 458
                <ImageView
459
                    android:id="@+id/imageView3"
413 460
                    android:layout_width="wrap_content"
414 461
                    android:layout_height="wrap_content"
415
                    android:src="@drawable/icon_kuai1105"
462
                    android:layout_alignTop="@+id/imageView2"
416 463
                    android:layout_gravity="center"
417
                    android:id="@+id/imageView3"
418 464
                    android:layout_marginRight="20px"
419
                    android:layout_alignTop="@+id/imageView2"
465
                    android:layout_toStartOf="@+id/et_fastNum"
420 466
                    android:layout_toLeftOf="@+id/et_fastNum"
421
                    android:layout_toStartOf="@+id/et_fastNum" />
467
                    android:src="@drawable/icon_kuai1105" />
422 468
423 469
                <EditText
424 470
                    android:id="@+id/et_fastNum"
425 471
                    android:layout_width="wrap_content"
426 472
                    android:layout_height="match_parent"
473
                    android:layout_alignParentTop="true"
474
                    android:layout_marginRight="44px"
475
                    android:layout_toStartOf="@+id/imageView2"
476
                    android:layout_toLeftOf="@+id/imageView2"
427 477
                    android:layout_weight="1"
428
                    android:inputType="number"
429 478
                    android:background="@color/white"
430 479
                    android:editable="true"
431 480
                    android:gravity="center"
432 481
                    android:hint="桩数"
482
                    android:inputType="number"
433 483
                    android:text=""
434 484
                    android:textColor="@color/ui_62"
435 485
                    android:textColorHint="@color/ui_68"
436
                    android:textSize="15sp"
437
                    android:layout_marginRight="44px"
438
                    android:layout_alignParentTop="true"
439
                    android:layout_toLeftOf="@+id/imageView2"
440
                    android:layout_toStartOf="@+id/imageView2" />
486
                    android:textSize="15sp" />
441 487
442 488
                <ImageView
489
                    android:id="@+id/imageView2"
443 490
                    android:layout_width="wrap_content"
444 491
                    android:layout_height="wrap_content"
445
                    android:src="@drawable/icon_man1105"
446
                    android:layout_gravity="center"
447 492
                    android:layout_centerVertical="true"
493
                    android:layout_gravity="center"
448 494
                    android:layout_marginRight="20px"
449 495
                    android:layout_toLeftOf="@+id/et_slowNum"
450
                    android:id="@+id/imageView2" />
496
                    android:src="@drawable/icon_man1105" />
451 497
452 498
                <EditText
453 499
                    android:id="@+id/et_slowNum"
454 500
                    android:layout_width="wrap_content"
455 501
                    android:layout_height="match_parent"
502
                    android:layout_alignParentTop="true"
503
                    android:layout_alignParentEnd="true"
504
                    android:layout_alignParentRight="true"
505
                    android:layout_marginRight="44px"
456 506
                    android:layout_weight="1"
457
                    android:inputType="number"
458 507
                    android:background="@color/white"
459 508
                    android:editable="true"
460 509
                    android:gravity="center"
461 510
                    android:hint="桩数"
511
                    android:inputType="number"
462 512
                    android:text=""
463 513
                    android:textColor="@color/ui_62"
464 514
                    android:textColorHint="@color/ui_68"
465
                    android:textSize="15sp"
466
                    android:layout_alignParentTop="true"
467
                    android:layout_alignParentRight="true"
468
                    android:layout_marginRight="44px"
469
                    android:layout_alignParentEnd="true" />
515
                    android:textSize="15sp" />
470 516
471 517
            </com.zhy.autolayout.AutoRelativeLayout>
472 518
@ -488,18 +534,18 @@
488 534
            <com.zhy.autolayout.AutoLinearLayout
489 535
                android:layout_width="match_parent"
490 536
                android:layout_height="139px"
491
                android:gravity="center"
492
                android:background="@color/bg_row">
537
                android:background="@color/bg_row"
538
                android:gravity="center">
493 539
494 540
                <TextView
495 541
                    android:layout_width="wrap_content"
496 542
                    android:layout_height="wrap_content"
497
                    android:text="*"
498
                    android:textSize="15sp"
543
                    android:layout_centerInParent="true"
499 544
                    android:layout_marginLeft="44px"
500 545
                    android:layout_marginRight="8px"
501
                    android:layout_centerInParent="true"
502
                    android:textColor="@color/xinghao"/>
546
                    android:text="*"
547
                    android:textColor="@color/xinghao"
548
                    android:textSize="15sp" />
503 549
504 550
                <TextView
505 551
                    android:layout_width="wrap_content"
@ -514,21 +560,21 @@
514 560
                    android:layout_width="0dp"
515 561
                    android:layout_height="match_parent"
516 562
                    android:layout_marginLeft="20px"
517
                    android:layout_weight="5"
518 563
                    android:layout_marginRight="44px"
564
                    android:layout_weight="5"
519 565
                    android:background="@color/white"
520 566
                    android:editable="true"
521 567
                    android:gravity="center|right"
522
                    android:inputType="text"
523 568
                    android:hint="如:0.87元/度"
569
                    android:inputType="text"
524 570
                    android:text=""
525 571
                    android:textColor="@color/ui_62"
526 572
                    android:textColorHint="@color/ui_68"
527 573
                    android:textSize="15sp" />
528 574
529 575
530
531 576
            </com.zhy.autolayout.AutoLinearLayout>
577
532 578
            <View
533 579
                android:layout_width="match_parent"
534 580
                android:layout_height="0.5dp"
@ -543,46 +589,46 @@
543 589
                android:visibility="visible">
544 590
545 591
                <TextView
592
                    android:id="@+id/textView23"
546 593
                    android:layout_width="wrap_content"
547 594
                    android:layout_height="wrap_content"
548
                    android:text="*"
549
                    android:textSize="15sp"
595
                    android:layout_alignParentStart="true"
596
                    android:layout_alignParentLeft="true"
597
                    android:layout_centerInParent="true"
550 598
                    android:layout_marginLeft="44px"
551 599
                    android:layout_marginRight="8px"
600
                    android:text="*"
552 601
                    android:textColor="@color/xinghao"
553
                    android:id="@+id/textView23"
554
                    android:layout_centerInParent="true"
555
                    android:layout_alignParentLeft="true"
556
                    android:layout_alignParentStart="true" />
602
                    android:textSize="15sp" />
557 603
558 604
                <TextView
559 605
                    android:layout_width="wrap_content"
560 606
                    android:layout_height="wrap_content"
561
                    android:text="服务费"
562
                    android:textColor="@color/ui_65"
563
                    android:textSize="15sp"
564 607
                    android:layout_alignTop="@+id/textView23"
608
                    android:layout_toEndOf="@+id/textView23"
565 609
                    android:layout_toRightOf="@+id/textView23"
566
                    android:layout_toEndOf="@+id/textView23" />
610
                    android:text="服务费"
611
                    android:textColor="@color/ui_65"
612
                    android:textSize="15sp" />
567 613
568 614
                <EditText
569 615
                    android:id="@+id/et_serviceCost"
570 616
                    style="?android:attr/textViewStyle"
571
                    android:background="@null"
572 617
                    android:layout_width="wrap_content"
573 618
                    android:layout_height="match_parent"
619
                    android:layout_alignParentEnd="true"
620
                    android:layout_alignParentRight="true"
621
                    android:layout_centerVertical="true"
622
                    android:layout_marginRight="44px"
623
                    android:background="@null"
574 624
                    android:contentDescription="@null"
575 625
                    android:gravity="center|right"
626
                    android:hint="如:0.8元/度"
627
                    android:inputType="text"
576 628
                    android:text=""
577 629
                    android:textColor="@color/ui_62"
578 630
                    android:textColorHint="@color/ui_68"
579
                    android:inputType="text"
580
                    android:hint="如:0.8元/度"
581
                    android:textSize="15sp"
582
                    android:layout_alignParentRight="true"
583
                    android:layout_centerVertical="true"
584
                    android:layout_marginRight="44px"
585
                    android:layout_alignParentEnd="true"/>
631
                    android:textSize="15sp" />
586 632
            </com.zhy.autolayout.AutoRelativeLayout>
587 633
588 634
            <View
@ -590,23 +636,23 @@
590 636
                android:layout_height="0.5dp"
591 637
                android:layout_marginLeft="44px"
592 638
                android:background="@color/ui_line"
593
                android:visibility="visible"/>
639
                android:visibility="visible" />
594 640
595 641
            <com.zhy.autolayout.AutoLinearLayout
596 642
                android:layout_width="match_parent"
597 643
                android:layout_height="139px"
598
                android:gravity="center"
599
                android:background="@color/bg_row">
644
                android:background="@color/bg_row"
645
                android:gravity="center">
600 646
601 647
                <TextView
602 648
                    android:layout_width="wrap_content"
603 649
                    android:layout_height="wrap_content"
604
                    android:text="*"
605
                    android:textSize="15sp"
650
                    android:layout_centerInParent="true"
606 651
                    android:layout_marginLeft="44px"
607 652
                    android:layout_marginRight="8px"
653
                    android:text="*"
608 654
                    android:textColor="@color/xinghao"
609
                    android:layout_centerInParent="true"/>
655
                    android:textSize="15sp" />
610 656
611 657
                <TextView
612 658
                    android:layout_width="wrap_content"
@ -621,21 +667,21 @@
621 667
                    android:layout_width="0dp"
622 668
                    android:layout_height="match_parent"
623 669
                    android:layout_marginLeft="20px"
624
                    android:layout_weight="5"
625 670
                    android:layout_marginRight="44px"
671
                    android:layout_weight="5"
626 672
                    android:background="@color/white"
627 673
                    android:editable="true"
628 674
                    android:gravity="center|right"
629
                    android:inputType="text"
630 675
                    android:hint="如:5元/时"
676
                    android:inputType="text"
631 677
                    android:text=""
632 678
                    android:textColor="@color/ui_62"
633 679
                    android:textColorHint="@color/ui_68"
634 680
                    android:textSize="15sp" />
635 681
636 682
637
638 683
            </com.zhy.autolayout.AutoLinearLayout>
684
639 685
            <View
640 686
                android:layout_width="match_parent"
641 687
                android:layout_height="0.5dp"
@ -643,8 +689,6 @@
643 689
                android:background="@color/ui_line" />
644 690
645 691
646
647
648 692
            <com.zhy.autolayout.AutoRelativeLayout
649 693
                android:id="@+id/ll_select_cost_type"
650 694
                android:layout_width="match_parent"
@ -652,57 +696,57 @@
652 696
                android:background="@color/bg_row">
653 697
654 698
                <TextView
699
                    android:id="@+id/textView20"
655 700
                    android:layout_width="wrap_content"
656 701
                    android:layout_height="wrap_content"
657
                    android:text="*"
658
                    android:textColor="@color/xinghao"
659
                    android:id="@+id/textView20"
660 702
                    android:layout_alignTop="@+id/textView17"
661
                    android:layout_alignParentLeft="true"
662 703
                    android:layout_alignParentStart="true"
704
                    android:layout_alignParentLeft="true"
663 705
                    android:layout_centerInParent="true"
664
                    android:textSize="15sp"
665 706
                    android:layout_marginLeft="44px"
666
                    android:layout_marginRight="8px"/>
707
                    android:layout_marginRight="8px"
708
                    android:text="*"
709
                    android:textColor="@color/xinghao"
710
                    android:textSize="15sp" />
667 711
668 712
                <TextView
713
                    android:id="@+id/textView17"
669 714
                    android:layout_width="wrap_content"
670 715
                    android:layout_height="wrap_content"
671
                    android:text="支付方式"
672
                    android:textColor="@color/ui_65"
673
                    android:textSize="15sp"
674
                    android:id="@+id/textView17"
675 716
                    android:layout_centerVertical="true"
717
                    android:layout_toEndOf="@+id/textView20"
676 718
                    android:layout_toRightOf="@+id/textView20"
677
                    android:layout_toEndOf="@+id/textView20" />
719
                    android:text="支付方式"
720
                    android:textColor="@color/ui_65"
721
                    android:textSize="15sp" />
678 722
679 723
680 724
                <TextView
681 725
                    android:id="@+id/tv_costtype"
682 726
                    android:layout_width="wrap_content"
683 727
                    android:layout_height="match_parent"
728
                    android:layout_centerVertical="true"
729
                    android:layout_marginRight="20px"
730
                    android:layout_toLeftOf="@+id/imageView4"
684 731
                    android:background="@color/white"
685 732
                    android:editable="true"
686
                    android:text=""
687
                    android:hint="请选择支付方式"
688 733
                    android:gravity="center|right"
689
                    android:textColorHint="@color/ui_68"
690
                    android:textColor="@color/ui_62"
691
                    android:layout_marginRight="20px"
734
                    android:hint="请选择支付方式"
692 735
                    android:paddingLeft="300px"
693
                    android:textSize="15sp"
694
                    android:layout_centerVertical="true"
695
                    android:layout_toLeftOf="@+id/imageView4" />
736
                    android:text=""
737
                    android:textColor="@color/ui_62"
738
                    android:textColorHint="@color/ui_68"
739
                    android:textSize="15sp" />
696 740
697 741
                <ImageView
742
                    android:id="@+id/imageView4"
698 743
                    android:layout_width="wrap_content"
699 744
                    android:layout_height="wrap_content"
700
                    android:src="@drawable/icon_select"
701
                    android:id="@+id/imageView4"
702
                    android:layout_marginRight="44px"
703
                    android:layout_centerVertical="true"
745
                    android:layout_alignParentEnd="true"
704 746
                    android:layout_alignParentRight="true"
705
                    android:layout_alignParentEnd="true" />
747
                    android:layout_centerVertical="true"
748
                    android:layout_marginRight="44px"
749
                    android:src="@drawable/icon_select" />
706 750
707 751
708 752
            </com.zhy.autolayout.AutoRelativeLayout>
@ -725,18 +769,18 @@
725 769
            <com.zhy.autolayout.AutoLinearLayout
726 770
                android:layout_width="match_parent"
727 771
                android:layout_height="139px"
728
                android:gravity="center"
729
                android:background="@color/bg_row">
772
                android:background="@color/bg_row"
773
                android:gravity="center">
730 774
731 775
                <TextView
732 776
                    android:layout_width="wrap_content"
733 777
                    android:layout_height="wrap_content"
734
                    android:text="*"
735
                    android:textSize="15sp"
778
                    android:layout_centerInParent="true"
736 779
                    android:layout_marginLeft="44px"
737 780
                    android:layout_marginRight="8px"
738
                    android:layout_centerInParent="true"
739
                    android:textColor="@color/xinghao"/>
781
                    android:text="*"
782
                    android:textColor="@color/xinghao"
783
                    android:textSize="15sp" />
740 784
741 785
                <TextView
742 786
                    android:layout_width="wrap_content"
@ -751,21 +795,21 @@
751 795
                    android:layout_width="0dp"
752 796
                    android:layout_height="match_parent"
753 797
                    android:layout_marginLeft="20px"
754
                    android:layout_weight="5"
755 798
                    android:layout_marginRight="44px"
799
                    android:layout_weight="5"
756 800
                    android:background="@color/white"
757 801
                    android:editable="true"
758 802
                    android:gravity="center|right"
759
                    android:inputType="text"
760 803
                    android:hint="请输入手机号码"
804
                    android:inputType="text"
761 805
                    android:text=""
762 806
                    android:textColor="@color/ui_62"
763 807
                    android:textColorHint="@color/ui_68"
764 808
                    android:textSize="15sp" />
765 809
766 810
767
768 811
            </com.zhy.autolayout.AutoLinearLayout>
812
769 813
            <View
770 814
                android:layout_width="match_parent"
771 815
                android:layout_height="0.5dp"
@ -779,39 +823,39 @@
779 823
                android:background="@color/white">
780 824
781 825
                <TextView
826
                    android:id="@+id/textView24"
782 827
                    android:layout_width="wrap_content"
783 828
                    android:layout_height="wrap_content"
784
                    android:text="*"
785
                    android:textSize="15sp"
829
                    android:layout_alignParentStart="true"
830
                    android:layout_alignParentLeft="true"
831
                    android:layout_centerInParent="true"
786 832
                    android:layout_marginLeft="44px"
787 833
                    android:layout_marginRight="8px"
834
                    android:text="*"
788 835
                    android:textColor="@color/xinghao"
789
                    android:id="@+id/textView24"
790
                    android:layout_centerInParent="true"
791
                    android:layout_alignParentLeft="true"
792
                    android:layout_alignParentStart="true" />
836
                    android:textSize="15sp" />
793 837
794 838
                <TextView
839
                    android:id="@+id/textView13"
795 840
                    android:layout_width="wrap_content"
796 841
                    android:layout_height="wrap_content"
797
                    android:text="停车场地"
798
                    android:textColor="@color/ui_65"
799
                    android:textSize="15sp"
800
                    android:id="@+id/textView13"
801 842
                    android:layout_alignTop="@+id/textView24"
843
                    android:layout_toEndOf="@+id/textView24"
802 844
                    android:layout_toRightOf="@+id/textView24"
803
                    android:layout_toEndOf="@+id/textView24" />
845
                    android:text="停车场地"
846
                    android:textColor="@color/ui_65"
847
                    android:textSize="15sp" />
804 848
805 849
                <RadioGroup
806 850
                    android:id="@+id/rg_park"
807 851
                    android:layout_width="wrap_content"
808 852
                    android:layout_height="wrap_content"
809
                    android:orientation="horizontal"
810
                    android:layout_marginRight="44px"
811
                    android:layout_centerVertical="true"
812
                    android:layout_alignParentRight="true"
813 853
                    android:layout_alignParentEnd="true"
814
                    android:layout_marginEnd="44px">
854
                    android:layout_alignParentRight="true"
855
                    android:layout_centerVertical="true"
856
                    android:layout_marginEnd="44px"
857
                    android:layout_marginRight="44px"
858
                    android:orientation="horizontal">
815 859
816 860
                    <RadioButton
817 861
                        android:id="@+id/rb_shang"
@ -819,8 +863,7 @@
819 863
                        android:layout_height="wrap_content"
820 864
                        android:layout_marginLeft="44px"
821 865
                        android:background="@drawable/icon_shangselected1105"
822
                        android:button="@null"
823
                        />
866
                        android:button="@null" />
824 867
825 868
                    <RadioButton
826 869
                        android:id="@+id/rb_xia"
@ -828,8 +871,7 @@
828 871
                        android:layout_height="wrap_content"
829 872
                        android:layout_marginLeft="44px"
830 873
                        android:background="@drawable/icon_xianormal1105"
831
                        android:button="@null"
832
                        />
874
                        android:button="@null" />
833 875
                </RadioGroup>
834 876
835 877
            </com.zhy.autolayout.AutoRelativeLayout>
@ -838,7 +880,7 @@
838 880
                android:layout_width="fill_parent"
839 881
                android:layout_height="0.5dp"
840 882
                android:layout_marginLeft="44px"
841
                android:background="@color/ui_line"/>
883
                android:background="@color/ui_line" />
842 884
843 885
            <com.zhy.autolayout.AutoLinearLayout
844 886
                android:id="@+id/rl_prefect_time"
@ -849,75 +891,75 @@
849 891
                <TextView
850 892
                    android:id="@+id/tv_prefect_time"
851 893
                    android:layout_width="0dp"
852
                    android:layout_weight="1.5"
853 894
                    android:layout_height="wrap_content"
854 895
                    android:layout_alignParentLeft="true"
855 896
                    android:layout_centerVertical="true"
897
                    android:layout_weight="1.5"
856 898
                    android:paddingLeft="44px"
857 899
                    android:text="开放时间"
858 900
                    android:textColor="@color/ui_65"
859
                    android:textSize="15sp"/>
901
                    android:textSize="15sp" />
860 902
861 903
                <TextView
862 904
                    android:id="@+id/tv_prefect_start_time"
863 905
                    android:layout_width="wrap_content"
864 906
                    android:layout_height="match_parent"
907
                    android:layout_centerVertical="true"
908
                    android:layout_toEndOf="@+id/tv_prefect_time"
909
                    android:layout_toRightOf="@+id/tv_prefect_time"
865 910
                    android:gravity="center"
866 911
                    android:hint="00:00"
912
                    android:paddingLeft="44px"
913
                    android:paddingRight="20px"
867 914
                    android:text=""
868 915
                    android:textColor="@color/ui_62"
869 916
                    android:textColorHint="@color/ui_68"
870
                    android:textSize="15sp"
871
                    android:paddingRight="20px"
872
                    android:paddingLeft="44px"
873
                    android:layout_centerVertical="true"
874
                    android:layout_toRightOf="@+id/tv_prefect_time"
875
                    android:layout_toEndOf="@+id/tv_prefect_time"/>
917
                    android:textSize="15sp" />
876 918
877 919
                <ImageView
878 920
                    android:layout_width="wrap_content"
879 921
                    android:layout_height="match_parent"
880 922
                    android:layout_centerVertical="true"
923
                    android:layout_toEndOf="@id/tv_prefect_time"
881 924
                    android:layout_toRightOf="@id/tv_prefect_start_time"
882
                    android:src="@drawable/icon_zhi2_0"
883
                    android:layout_toEndOf="@id/tv_prefect_time"/>
925
                    android:src="@drawable/icon_zhi2_0" />
884 926
885 927
                <TextView
886 928
                    android:id="@+id/tv_ferfect_time"
887 929
                    android:layout_width="wrap_content"
888 930
                    android:layout_height="match_parent"
889
                    android:gravity="center"
931
                    android:layout_alignParentEnd="true"
932
                    android:layout_alignParentRight="true"
933
                    android:layout_centerVertical="true"
890 934
                    android:contentDescription="@null"
935
                    android:gravity="center"
891 936
                    android:hint="24:00"
937
                    android:paddingLeft="20px"
938
                    android:paddingRight="44px"
892 939
                    android:text=""
893 940
                    android:textColor="@color/ui_62"
894 941
                    android:textColorHint="@color/ui_68"
895
                    android:textSize="15sp"
896
                    android:paddingRight="44px"
897
                    android:paddingLeft="20px"
898
                    android:layout_alignParentRight="true"
899
                    android:layout_centerVertical="true"
900 942
901
                    android:layout_alignParentEnd="true"/>
943
                    android:textSize="15sp" />
902 944
            </com.zhy.autolayout.AutoLinearLayout>
903 945
904 946
            <View
905 947
                android:layout_width="fill_parent"
906 948
                android:layout_height="0.5dp"
907 949
                android:layout_marginLeft="44px"
908
                android:background="@color/ui_line"/>
950
                android:background="@color/ui_line" />
909 951
910 952
            <EditText
911 953
                android:id="@+id/et_remarkclaim"
912 954
                android:layout_width="match_parent"
913 955
                android:layout_height="wrap_content"
914
                android:hint="备注说明"
956
                android:background="@color/white"
915 957
                android:gravity="left|top"
958
                android:hint="备注说明"
916 959
                android:paddingLeft="44px"
917
                android:paddingRight="44px"
918 960
                android:paddingTop="48px"
961
                android:paddingRight="44px"
919 962
                android:paddingBottom="50px"
920
                android:background="@color/white"
921 963
                android:textColor="@color/ui_62"
922 964
                android:textColorHint="@color/ui_68"
923 965
                android:textSize="15sp" />
@ -925,68 +967,13 @@
925 967
            <View
926 968
                android:layout_width="fill_parent"
927 969
                android:layout_height="0.5dp"
928
                android:background="@color/ui_line"/>
970
                android:background="@color/ui_line" />
929 971
930 972
            <View
931 973
                android:layout_width="match_parent"
932 974
                android:layout_height="44px"
933 975
                android:background="@color/activity_bgcolor" />
934
935
            <!--<LinearLayout-->
936
            <!--android:id="@+id/ll_cost"-->
937
            <!--android:layout_width="match_parent"-->
938
            <!--android:layout_height="0dp"-->
939
            <!--android:layout_weight="1"-->
940
            <!--android:background="@drawable/click_effect">-->
941
942
            <!--<TextView-->
943
            <!--android:layout_width="wrap_content"-->
944
            <!--android:layout_height="wrap_content"-->
945
            <!--android:layout_marginLeft="10dp"-->
946
            <!--android:text="支付方式"-->
947
            <!--android:textColor="@color/title_row"-->
948
            <!--android:textSize="16sp" />-->
949
950
            <!--<TextView-->
951
            <!--android:id="@+id/tv_costWay"-->
952
            <!--android:layout_width="0dp"-->
953
            <!--android:layout_height="match_parent"-->
954
            <!--android:layout_marginLeft="10dp"-->
955
            <!--android:layout_weight="5"-->
956
            <!--android:gravity="right|center"-->
957
            <!--android:hint="请选择充电桩类型"-->
958
            <!--android:textColor="@color/hintColor"-->
959
            <!--android:textColorHint="@color/hintColor"-->
960
            <!--android:textSize="15sp" />-->
961
962
            <!--<ImageView-->
963
            <!--android:layout_width="0dp"-->
964
            <!--android:layout_height="wrap_content"-->
965
            <!--android:layout_gravity="center"-->
966
            <!--android:layout_weight="0.7"-->
967
            <!--android:padding="8dp"-->
968
            <!--android:src="@drawable/grey_right" />-->
969
            <!--</LinearLayout>-->
970
971
            <!--<View-->
972
            <!--android:layout_width="match_parent"-->
973
            <!--android:layout_height="0.5dp"-->
974
            <!--android:layout_marginLeft="15dp"-->
975
            <!--android:layout_marginRight="15dp"-->
976
            <!--android:background="@color/in_line" />-->
977
978
979
980
981
982
983
984
            <!--<View-->
985
            <!--android:layout_width="match_parent"-->
986
            <!--android:layout_height="0.5dp"-->
987
            <!--android:background="@color/lineColor"/>-->
988 976
        </com.zhy.autolayout.AutoLinearLayout>
989
990 977
    </ScrollView>
991 978
992 979
    <TextView
@ -994,14 +981,11 @@
994 981
        android:layout_width="match_parent"
995 982
        android:layout_height="127px"
996 983
        android:layout_alignParentBottom="true"
997
        android:background="@color/lvse"
998 984
        android:layout_gravity="center"
985
        android:background="@color/lvse"
999 986
        android:gravity="center"
1000 987
        android:text="立即提交"
1001 988
        android:textColor="@color/white"
1002 989
        android:textSize="15sp" />
1003 990
1004
1005
1006
1007 991
</com.zhy.autolayout.AutoRelativeLayout>

Viola Dodson - Gogs: Go Git Service
Viola Dodson violadodson02