-code">
                android:textSize="12sp" />
561

563 562
            <View
564 563
                android:layout_width="match_parent"
565 564
                android:layout_height="0.5dp"
@ -574,46 +573,46 @@
574 573
                android:background="@color/bg_row">
575 574

576 575
                <TextView
576
                    android:id="@+id/textView23"
577 577
                    android:layout_width="wrap_content"
578 578
                    android:layout_height="wrap_content"
579
                    android:text="*"
580
                    android:textSize="15sp"
579
                    android:layout_alignParentStart="true"
580
                    android:layout_alignParentLeft="true"
581
                    android:layout_centerInParent="true"
581 582
                    android:layout_marginLeft="44px"
582 583
                    android:layout_marginRight="8px"
584
                    android:text="*"
583 585
                    android:textColor="@color/xinghao"
584
                    android:id="@+id/textView23"
585
                    android:layout_centerInParent="true"
586
                    android:layout_alignParentLeft="true"
587
                    android:layout_alignParentStart="true" />
586
                    android:textSize="15sp" />
588 587

589 588
                <TextView
590 589
                    android:layout_width="wrap_content"
591 590
                    android:layout_height="wrap_content"
592
                    android:text="服务费"
593
                    android:textColor="@color/ui_65"
594
                    android:textSize="15sp"
595 591
                    android:layout_alignTop="@+id/textView23"
592
                    android:layout_toEndOf="@+id/textView23"
596 593
                    android:layout_toRightOf="@+id/textView23"
597
                    android:layout_toEndOf="@+id/textView23" />
594
                    android:text="服务费"
595
                    android:textColor="@color/ui_65"
596
                    android:textSize="15sp" />
598 597

599 598
                <EditText
600 599
                    android:id="@+id/et_serviceCost"
601 600
                    style="?android:attr/textViewStyle"
602
                    android:background="@null"
603 601
                    android:layout_width="wrap_content"
604 602
                    android:layout_height="match_parent"
603
                    android:layout_alignParentEnd="true"
604
                    android:layout_alignParentRight="true"
605
                    android:layout_centerVertical="true"
606
                    android:layout_marginRight="44px"
607
                    android:background="@null"
605 608
                    android:contentDescription="@null"
606 609
                    android:gravity="center|right"
610
                    android:hint="如:0.8元/度"
611
                    android:inputType="text"
607 612
                    android:text=""
608 613
                    android:textColor="@color/ui_62"
609 614
                    android:textColorHint="@color/ui_68"
610
                    android:inputType="text"
611
                    android:hint="如:0.8元/度"
612
                    android:textSize="15sp"
613
                    android:layout_alignParentRight="true"
614
                    android:layout_centerVertical="true"
615
                    android:layout_marginRight="44px"
616
                    android:layout_alignParentEnd="true"/>
615
                    android:textSize="15sp" />
617 616
            </com.zhy.autolayout.AutoRelativeLayout>
618 617

619 618
            <View
@ -625,18 +624,67 @@
625 624
            <com.zhy.autolayout.AutoLinearLayout
626 625
                android:layout_width="match_parent"
627 626
                android:layout_height="139px"
628
                android:gravity="center"
629
                android:background="@color/bg_row">
627
                android:background="@color/bg_row"
628
                android:gravity="center">
630 629

631 630
                <TextView
632 631
                    android:layout_width="wrap_content"
633 632
                    android:layout_height="wrap_content"
633
                    android:layout_centerInParent="true"
634
                    android:layout_marginLeft="44px"
635
                    android:layout_marginRight="8px"
634 636
                    android:text="*"
635
                    android:textSize="15sp"
637
                    android:textColor="@color/xinghao"
638
                    android:textSize="15sp" />
639

640
                <TextView
641
                    android:layout_width="wrap_content"
642
                    android:layout_height="wrap_content"
643
                    android:text="收费方式"
644
                    android:textColor="@color/ui_65"
645
                    android:textSize="15sp" />
646

647

648
                <EditText
649
                    android:id="@+id/et_charge_cost_way"
650
                    android:layout_width="0dp"
651
                    android:layout_height="match_parent"
652
                    android:layout_marginLeft="20px"
653
                    android:layout_marginRight="44px"
654
                    android:layout_weight="5"
655
                    android:background="@color/white"
656
                    android:gravity="center|right"
657
                    android:hint="特来电APP"
658
                    android:inputType="text"
659
                    android:text=""
660
                    android:textColor="@color/ui_62"
661
                    android:textColorHint="@color/ui_68"
662
                    android:textSize="15sp" />
663

664

665
            </com.zhy.autolayout.AutoLinearLayout>
666

667
            <View
668
                android:layout_width="match_parent"
669
                android:layout_height="0.5dp"
670
                android:layout_marginLeft="44px"
671
                android:background="@color/ui_line" />
672

673
            <com.zhy.autolayout.AutoLinearLayout
674
                android:layout_width="match_parent"
675
                android:layout_height="139px"
676
                android:background="@color/bg_row"
677
                android:gravity="center">
678

679
                <TextView
680
                    android:layout_width="wrap_content"
681
                    android:layout_height="wrap_content"
682
                    android:layout_centerInParent="true"
636 683
                    android:layout_marginLeft="44px"
637 684
                    android:layout_marginRight="8px"
685
                    android:text="*"
638 686
                    android:textColor="@color/xinghao"
639
                    android:layout_centerInParent="true"/>
687
                    android:textSize="15sp" />
640 688

641 689
                <TextView
642 690
                    android:layout_width="wrap_content"
@ -651,21 +699,20 @@
651 699
                    android:layout_width="0dp"
652 700
                    android:layout_height="match_parent"
653 701
                    android:layout_marginLeft="20px"
654
                    android:layout_weight="5"
655 702
                    android:layout_marginRight="44px"
703
                    android:layout_weight="5"
656 704
                    android:background="@color/white"
657
                    android:editable="true"
658 705
                    android:gravity="center|right"
659
                    android:inputType="text"
660 706
                    android:hint="如:5元/时"
707
                    android:inputType="text"
661 708
                    android:text=""
662 709
                    android:textColor="@color/ui_62"
663 710
                    android:textColorHint="@color/ui_68"
664 711
                    android:textSize="15sp" />
665 712

666 713

667

668 714
            </com.zhy.autolayout.AutoLinearLayout>
715

669 716
            <View
670 717
                android:layout_width="match_parent"
671 718
                android:layout_height="0.5dp"
@ -673,8 +720,6 @@
673 720
                android:background="@color/ui_line" />
674 721

675 722

676

677

678 723
            <com.zhy.autolayout.AutoRelativeLayout
679 724
                android:id="@+id/ll_select_cost_type"
680 725
                android:layout_width="match_parent"
@ -682,61 +727,110 @@
682 727
                android:background="@color/bg_row">
683 728

684 729
                <TextView
730
                    android:id="@+id/textView20"
685 731
                    android:layout_width="wrap_content"
686 732
                    android:layout_height="wrap_content"
687
                    android:text="*"
688
                    android:textColor="@color/xinghao"
689
                    android:id="@+id/textView20"
690 733
                    android:layout_alignTop="@+id/textView17"
691
                    android:layout_alignParentLeft="true"
692 734
                    android:layout_alignParentStart="true"
735
                    android:layout_alignParentLeft="true"
693 736
                    android:layout_centerInParent="true"
694
                    android:textSize="15sp"
695 737
                    android:layout_marginLeft="44px"
696
                    android:layout_marginRight="8px"/>
738
                    android:layout_marginRight="8px"
739
                    android:text="*"
740
                    android:textColor="@color/xinghao"
741
                    android:textSize="15sp" />
697 742

698 743
                <TextView
744
                    android:id="@+id/textView17"
699 745
                    android:layout_width="wrap_content"
700 746
                    android:layout_height="wrap_content"
701
                    android:text="运营商"
702
                    android:textColor="@color/ui_65"
703
                    android:textSize="15sp"
704
                    android:id="@+id/textView17"
705 747
                    android:layout_centerVertical="true"
748
                    android:layout_toEndOf="@+id/textView20"
706 749
                    android:layout_toRightOf="@+id/textView20"
707
                    android:layout_toEndOf="@+id/textView20" />
750
                    android:text="运营商"
751
                    android:textColor="@color/ui_65"
752
                    android:textSize="15sp" />
708 753

709 754

710 755
                <TextView
711 756
                    android:id="@+id/tv_costtype"
712 757
                    android:layout_width="wrap_content"
713 758
                    android:layout_height="match_parent"
759
                    android:layout_centerVertical="true"
760
                    android:layout_marginRight="20px"
761
                    android:layout_toLeftOf="@+id/imageView4"
714 762
                    android:background="@color/white"
715
                    android:editable="true"
716
                    android:text=""
717
                    android:hint="请选择运营商"
718 763
                    android:gravity="center|right"
719
                    android:textColorHint="@color/ui_68"
720
                    android:textColor="@color/ui_62"
721
                    android:layout_marginRight="20px"
764
                    android:hint="请选择运营商"
722 765
                    android:paddingLeft="300px"
723
                    android:textSize="15sp"
724
                    android:layout_centerVertical="true"
725
                    android:layout_toLeftOf="@+id/imageView4" />
766
                    android:text=""
767
                    android:textColor="@color/ui_62"
768
                    android:textColorHint="@color/ui_68"
769
                    android:textSize="15sp" />
726 770

727 771
                <ImageView
772
                    android:id="@+id/imageView4"
728 773
                    android:layout_width="wrap_content"
729 774
                    android:layout_height="wrap_content"
730
                    android:src="@drawable/icon_select"
731
                    android:id="@+id/imageView4"
732
                    android:layout_marginRight="44px"
733
                    android:layout_centerVertical="true"
775
                    android:layout_alignParentEnd="true"
734 776
                    android:layout_alignParentRight="true"
735
                    android:layout_alignParentEnd="true" />
777
                    android:layout_centerVertical="true"
778
                    android:layout_marginRight="44px"
779
                    android:src="@drawable/icon_select" />
736 780

737 781

738 782
            </com.zhy.autolayout.AutoRelativeLayout>
739 783

784
            <!-- 运营商电话 -->
785
            <View
786
                android:layout_width="match_parent"
787
                android:layout_height="0.5dp"
788
                android:layout_marginLeft="44px"
789
                android:background="@color/ui_line" />
790

791
            <com.zhy.autolayout.AutoLinearLayout
792
                android:layout_width="match_parent"
793
                android:layout_height="139px"
794
                android:background="@color/bg_row"
795
                android:gravity="center">
796

797
                <TextView
798
                    android:layout_width="wrap_content"
799
                    android:layout_height="wrap_content"
800
                    android:layout_centerInParent="true"
801
                    android:layout_marginLeft="44px"
802
                    android:layout_marginRight="8px"
803
                    android:text="*"
804
                    android:textColor="@color/xinghao"
805
                    android:textSize="15sp" />
806

807
                <TextView
808
                    android:layout_width="wrap_content"
809
                    android:layout_height="wrap_content"
810
                    android:text="运营商电话"
811
                    android:textColor="@color/ui_65"
812
                    android:textSize="15sp" />
813

814

815
                <EditText
816
                    android:id="@+id/et_telephone"
817
                    android:layout_width="0dp"
818
                    android:layout_height="match_parent"
819
                    android:layout_marginLeft="20px"
820
                    android:layout_marginRight="44px"
821
                    android:layout_weight="5"
822
                    android:background="@color/white"
823
                    android:gravity="center|right"
824
                    android:hint="请输入电话号码"
825
                    android:inputType="text"
826
                    android:text=""
827
                    android:textColor="@color/ui_62"
828
                    android:textColorHint="@color/ui_68"
829
                    android:textSize="15sp" />
830

831

832
            </com.zhy.autolayout.AutoLinearLayout>
833

740 834
            <View
741 835
                android:layout_width="match_parent"
742 836
                android:layout_height="0.5dp"
@ -759,39 +853,39 @@
759 853
                android:background="@color/white">
760 854

761 855
                <TextView
856
                    android:id="@+id/textView24"
762 857
                    android:layout_width="wrap_content"
763 858
                    android:layout_height="wrap_content"
764
                    android:text="*"
765
                    android:textSize="15sp"
859
                    android:layout_alignParentStart="true"
860
                    android:layout_alignParentLeft="true"
861
                    android:layout_centerInParent="true"
766 862
                    android:layout_marginLeft="44px"
767 863
                    android:layout_marginRight="8px"
864
                    android:text="*"
768 865
                    android:textColor="@color/xinghao"
769
                    android:id="@+id/textView24"
770
                    android:layout_centerInParent="true"
771
                    android:layout_alignParentLeft="true"
772
                    android:layout_alignParentStart="true" />
866
                    android:textSize="15sp" />
773 867

774 868
                <TextView
869
                    android:id="@+id/textView13"
775 870
                    android:layout_width="wrap_content"
776 871
                    android:layout_height="wrap_content"
777
                    android:text="停车场地"
778
                    android:textColor="@color/ui_65"
779
                    android:textSize="15sp"
780
                    android:id="@+id/textView13"
781 872
                    android:layout_alignTop="@+id/textView24"
873
                    android:layout_toEndOf="@+id/textView24"
782 874
                    android:layout_toRightOf="@+id/textView24"
783
                    android:layout_toEndOf="@+id/textView24" />
875
                    android:text="停车场地"
876
                    android:textColor="@color/ui_65"
877
                    android:textSize="15sp" />
784 878

785 879
                <RadioGroup
786 880
                    android:id="@+id/rg_park"
787 881
                    android:layout_width="wrap_content"
788 882
                    android:layout_height="wrap_content"
789
                    android:orientation="horizontal"
790
                    android:layout_marginRight="44px"
791
                    android:layout_centerVertical="true"
792
                    android:layout_alignParentRight="true"
793 883
                    android:layout_alignParentEnd="true"
794
                    android:layout_marginEnd="44px">
884
                    android:layout_alignParentRight="true"
885
                    android:layout_centerVertical="true"
886
                    android:layout_marginEnd="44px"
887
                    android:layout_marginRight="44px"
888
                    android:orientation="horizontal">
795 889

796 890
                    <RadioButton
797 891
                        android:id="@+id/rb_shang"
@ -799,8 +893,7 @@
799 893
                        android:layout_height="wrap_content"
800 894
                        android:layout_marginLeft="44px"
801 895
                        android:background="@drawable/icon_shangselected1105"
802
                        android:button="@null"
803
                        />
896
                        android:button="@null" />
804 897

805 898
                    <RadioButton
806 899
                        android:id="@+id/rb_xia"
@ -808,8 +901,7 @@
808 901
                        android:layout_height="wrap_content"
809 902
                        android:layout_marginLeft="44px"
810 903
                        android:background="@drawable/icon_xianormal1105"
811
                        android:button="@null"
812
                        />
904
                        android:button="@null" />
813 905
                </RadioGroup>
814 906

815 907
            </com.zhy.autolayout.AutoRelativeLayout>
@ -818,7 +910,7 @@
818 910
                android:layout_width="fill_parent"
819 911
                android:layout_height="0.5dp"
820 912
                android:layout_marginLeft="44px"
821
                android:background="@color/ui_line"/>
913
                android:background="@color/ui_line" />
822 914

823 915
            <com.zhy.autolayout.AutoLinearLayout
824 916
                android:id="@+id/rl_prefect_time"
@ -829,75 +921,75 @@
829 921
                <TextView
830 922
                    android:id="@+id/tv_prefect_time"
831 923
                    android:layout_width="0dp"
832
                    android:layout_weight="1.5"
833 924
                    android:layout_height="wrap_content"
834 925
                    android:layout_alignParentLeft="true"
835 926
                    android:layout_centerVertical="true"
927
                    android:layout_weight="1.5"
836 928
                    android:paddingLeft="44px"
837 929
                    android:text="开放时间"
838 930
                    android:textColor="@color/ui_65"
839
                    android:textSize="15sp"/>
931
                    android:textSize="15sp" />
840 932

841 933
                <TextView
842 934
                    android:id="@+id/tv_prefect_start_time"
843 935
                    android:layout_width="wrap_content"
844 936
                    android:layout_height="match_parent"
937
                    android:layout_centerVertical="true"
938
                    android:layout_toEndOf="@+id/tv_prefect_time"
939
                    android:layout_toRightOf="@+id/tv_prefect_time"
845 940
                    android:gravity="center"
846 941
                    android:hint="00:00"
942
                    android:paddingLeft="44px"
943
                    android:paddingRight="20px"
847 944
                    android:text=""
848 945
                    android:textColor="@color/ui_62"
849 946
                    android:textColorHint="@color/ui_68"
850
                    android:textSize="15sp"
851
                    android:paddingRight="20px"
852
                    android:paddingLeft="44px"
853
                    android:layout_centerVertical="true"
854
                    android:layout_toRightOf="@+id/tv_prefect_time"
855
                    android:layout_toEndOf="@+id/tv_prefect_time"/>
947
                    android:textSize="15sp" />
856 948

857 949
                <ImageView
858 950
                    android:layout_width="wrap_content"
859 951
                    android:layout_height="match_parent"
860 952
                    android:layout_centerVertical="true"
953
                    android:layout_toEndOf="@id/tv_prefect_time"
861 954
                    android:layout_toRightOf="@id/tv_prefect_start_time"
862
                    android:src="@drawable/icon_zhi2_0"
863
                    android:layout_toEndOf="@id/tv_prefect_time"/>
955
                    android:src="@drawable/icon_zhi2_0" />
864 956

865 957
                <TextView
866 958
                    android:id="@+id/tv_ferfect_time"
867 959
                    android:layout_width="wrap_content"
868 960
                    android:layout_height="match_parent"
869
                    android:gravity="center"
961
                    android:layout_alignParentEnd="true"
962
                    android:layout_alignParentRight="true"
963
                    android:layout_centerVertical="true"
870 964
                    android:contentDescription="@null"
965
                    android:gravity="center"
871 966
                    android:hint="24:00"
967
                    android:paddingLeft="20px"
968
                    android:paddingRight="44px"
872 969
                    android:text=""
873 970
                    android:textColor="@color/ui_62"
874 971
                    android:textColorHint="@color/ui_68"
875
                    android:textSize="15sp"
876
                    android:paddingRight="44px"
877
                    android:paddingLeft="20px"
878
                    android:layout_alignParentRight="true"
879
                    android:layout_centerVertical="true"
880 972

881
                    android:layout_alignParentEnd="true"/>
973
                    android:textSize="15sp" />
882 974
            </com.zhy.autolayout.AutoLinearLayout>
883 975

884 976
            <View
885 977
                android:layout_width="fill_parent"
886 978
                android:layout_height="0.5dp"
887 979
                android:layout_marginLeft="44px"
888
                android:background="@color/ui_line"/>
980
                android:background="@color/ui_line" />
889 981

890 982
            <EditText
891 983
                android:id="@+id/et_remarkclaim"
892 984
                android:layout_width="match_parent"
893 985
                android:layout_height="wrap_content"
894
                android:hint="备注说明"
986
                android:background="@color/white"
895 987
                android:gravity="left|top"
988
                android:hint="备注说明"
896 989
                android:paddingLeft="44px"
897
                android:paddingRight="44px"
898 990
                android:paddingTop="48px"
991
                android:paddingRight="44px"
899 992
                android:paddingBottom="50px"
900
                android:background="@color/white"
901 993
                android:textColor="@color/ui_62"
902 994
                android:textColorHint="@color/ui_68"
903 995
                android:textSize="15sp" />
@ -905,66 +997,12 @@
905 997
            <View
906 998
                android:layout_width="fill_parent"
907 999
                android:layout_height="0.5dp"
908
                android:background="@color/ui_line"/>
1000
                android:background="@color/ui_line" />
909 1001

910 1002
            <View
911 1003
                android:layout_width="match_parent"
912 1004
                android:layout_height="44px"
913 1005
                android:background="@color/activity_bgcolor" />
914

915
            <!--<LinearLayout-->
916
            <!--android:id="@+id/ll_cost"-->
917
            <!--android:layout_width="match_parent"-->
918
            <!--android:layout_height="0dp"-->
919
            <!--android:layout_weight="1"-->
920
            <!--android:background="@drawable/click_effect">-->
921

922
            <!--<TextView-->
923
            <!--android:layout_width="wrap_content"-->
924
            <!--android:layout_height="wrap_content"-->
925
            <!--android:layout_marginLeft="10dp"-->
926
            <!--android:text="支付方式"-->
927
            <!--android:textColor="@color/title_row"-->
928
            <!--android:textSize="16sp" />-->
929

930
            <!--<TextView-->
931
            <!--android:id="@+id/tv_costWay"-->
932
            <!--android:layout_width="0dp"-->
933
            <!--android:layout_height="match_parent"-->
934
            <!--android:layout_marginLeft="10dp"-->
935
            <!--android:layout_weight="5"-->
936
            <!--android:gravity="right|center"-->
937
            <!--android:hint="请选择充电桩类型"-->
938
            <!--android:textColor="@color/hintColor"-->
939
            <!--android:textColorHint="@color/hintColor"-->
940
            <!--android:textSize="15sp" />-->
941

942
            <!--<ImageView-->
943
            <!--android:layout_width="0dp"-->
944
            <!--android:layout_height="wrap_content"-->
945
            <!--android:layout_gravity="center"-->
946
            <!--android:layout_weight="0.7"-->
947
            <!--android:padding="8dp"-->
948
            <!--android:src="@drawable/grey_right" />-->
949
            <!--</LinearLayout>-->
950

951
            <!--<View-->
952
            <!--android:layout_width="match_parent"-->
953
            <!--android:layout_height="0.5dp"-->
954
            <!--android:layout_marginLeft="15dp"-->
955
            <!--android:layout_marginRight="15dp"-->
956
            <!--android:background="@color/in_line" />-->
957

958

959

960

961

962

963

964
            <!--<View-->
965
            <!--android:layout_width="match_parent"-->
966
            <!--android:layout_height="0.5dp"-->
967
            <!--android:background="@color/lineColor"/>-->
968 1006
        </com.zhy.autolayout.AutoLinearLayout>
969 1007

970 1008
    </ScrollView>
@ -974,14 +1012,12 @@
974 1012
        android:layout_width="match_parent"
975 1013
        android:layout_height="127px"
976 1014
        android:layout_alignParentBottom="true"
977
        android:background="@color/lvse"
978 1015
        android:layout_gravity="center"
1016
        android:background="@color/lvse"
979 1017
        android:gravity="center"
980 1018
        android:text="立即提交"
981 1019
        android:textColor="@color/white"
982 1020
        android:textSize="15sp" />
983 1021

984 1022

985

986

987 1023
</com.zhy.autolayout.AutoRelativeLayout>

cdzApp - Gogs: Go Git Service

充电桩app代码

.gitignore 24B

    /build /local.properties