440
                            android:src="@drawable/icon_no_bi"
441
                            android:paddingTop="5dp"/>
408
                    </RelativeLayout>
442 409
443
                        <TextView
410
411
                    <RelativeLayout
412
                        android:id="@+id/rl_chongdianbi"
413
                        android:layout_width="0dp"
414
                        android:layout_weight="1"
415
                        android:layout_height="match_parent"
416
                        android:gravity="center"
417
                       >
418
419
                        <RelativeLayout
444 420
                            android:layout_width="wrap_content"
445 421
                            android:layout_height="wrap_content"
446
                            android:layout_marginTop="20px"
447
                            android:text="充电币(个)"
448
                            android:textSize="13sp"
449
                            android:layout_below="@+id/tv_chongdianbi"
450
                            android:layout_centerHorizontal="true"
451
                            android:textColor="@color/ui_65"/>
452
                    </RelativeLayout>
422
                            android:orientation="vertical"
423
                            android:gravity="center">
424
425
                            <TextView
426
                                android:id="@+id/tv_chongdianbi"
427
                                android:layout_width="wrap_content"
428
                                android:layout_height="wrap_content"
429
                                android:text="--"
430
                                android:layout_centerHorizontal="true"
431
                                android:textColor="@color/ui_62"
432
                                android:textSize="18sp"/>
433
434
                            <ImageView
435
                                android:id="@+id/iv_chongdianbi"
436
                                android:layout_width="wrap_content"
437
                                android:layout_height="wrap_content"
438
                                android:layout_centerHorizontal="true"
439
                                android:layout_alignParentTop="true"
440
                                android:src="@drawable/icon_no_bi"
441
                                android:paddingTop="5dp"/>
442
443
                            <TextView
444
                                android:layout_width="wrap_content"
445
                                android:layout_height="wrap_content"
446
                                android:layout_marginTop="20px"
447
                                android:text="充电币(个)"
448
                                android:textSize="13sp"
449
                                android:layout_below="@+id/tv_chongdianbi"
450
                                android:layout_centerHorizontal="true"
451
                                android:textColor="@color/ui_65"/>
452
                        </RelativeLayout>
453 453
454
                </RelativeLayout>
454
                    </RelativeLayout>
455 455
456 456
457
                </LinearLayout>
457 458
            </LinearLayout>
458 459
459
            <View
460
            <ImageView
461
                android:layout_marginEnd="12sp"
462
                android:layout_marginStart="12sp"
463
                android:layout_marginBottom="12dp"
464
                android:layout_marginTop="12dp"
465
                android:id="@+id/car_friends_group"
466
                android:background="@drawable/car_friends_group"
460 467
                android:layout_width="match_parent"
461
                android:layout_height="0.5dp"
462
                android:background="@color/ui_line"/>
468
                android:layout_height="wrap_content" />
463 469
464 470
465 471
            <LinearLayout
472
                android:layout_marginBottom="20dp"
473
                android:layout_marginEnd="12dp"
474
                android:layout_marginStart="12dp"
466 475
                android:layout_width="match_parent"
467 476
                android:layout_height="wrap_content"
468
                android:background="@color/activity_bgcolor"
477
                android:background="@drawable/bg_white_radius10"
469 478
                android:orientation="vertical"
470
                android:layout_marginTop="10dp"
471 479
                android:layout_below="@+id/ll_userAccount">
472 480
473 481
                <LinearLayout
474 482
                    android:layout_width="match_parent"
475 483
                    android:layout_height="wrap_content"
476
                    android:background="@color/white"
477 484
                    android:orientation="vertical">
478 485
479
                    <View
480
                        android:layout_width="match_parent"
481
                        android:layout_height="0.5dp"
482
                        android:background="@color/ui_line" />
483 486
                    <RelativeLayout
484 487
                        android:id="@+id/rl_car_owner_certificate"
485 488
                        android:layout_width="fill_parent"
486 489
                        android:layout_height="44dp"
487
                        android:background="@drawable/item_selector">
490
                       >
488 491
489 492
                        <TextView
490 493
                            android:layout_width="wrap_content"
@ -507,9 +510,8 @@
507 510
                            android:layout_height="match_parent"
508 511
                            android:layout_toLeftOf="@+id/iv_certificate_cursor"
509 512
                            android:text="认证车主获取充电优惠"
510
                            android:textSize="14sp"
513
                            android:textSize="12sp"
511 514
                            android:gravity="center_vertical"
512
                            android:layout_marginRight="12dp"
513 515
                            android:textColor="@color/lvse"/>
514 516
                        <TextView
515 517
                            android:id="@+id/iv_certificate_cursor"
@ -526,17 +528,12 @@
526 528
                            android:textColor="@color/ui_68"
527 529
                            android:textSize="14sp" />
528 530
                    </RelativeLayout>
529
                    <View
530
                        android:layout_width="match_parent"
531
                        android:layout_height="0.5dp"
532
                        android:layout_marginLeft="16dp"
533
                        android:background="@color/ui_line" />
534 531
535 532
                    <RelativeLayout
536 533
                        android:id="@+id/rl_publish_price"
537 534
                        android:layout_width="fill_parent"
538 535
                        android:layout_height="44dp"
539
                        android:background="@drawable/item_selector">
536
                       >
540 537
541 538
                        <TextView
542 539
                            android:layout_width="wrap_content"
@ -558,9 +555,8 @@
558 555
                            android:layout_height="match_parent"
559 556
                            android:layout_toLeftOf="@+id/iv_price_cursor"
560 557
                            android:text="发表成交价获取充电优惠"
561
                            android:textSize="14sp"
558
                            android:textSize="12sp"
562 559
                            android:gravity="center_vertical"
563
                            android:layout_marginRight="12dp"
564 560
                            android:textColor="@color/lvse"/>
565 561
566 562
                        <TextView
@ -578,17 +574,12 @@
578 574
                            android:textColor="@color/ui_68"
579 575
                            android:textSize="14sp" />
580 576
                    </RelativeLayout>
581
                    <View
582
                        android:layout_width="match_parent"
583
                        android:layout_height="0.5dp"
584
                        android:layout_marginLeft="16dp"
585
                        android:background="@color/ui_line" />
586 577
587 578
                    <RelativeLayout
588 579
                        android:id="@+id/rl_chongzhi"
589 580
                        android:layout_width="fill_parent"
590 581
                        android:layout_height="44dp"
591
                        android:background="@drawable/item_selector">
582
                       >
592 583
593 584
                        <TextView
594 585
                            android:layout_width="wrap_content"
@ -620,17 +611,12 @@
620 611
                            android:textSize="14sp" />
621 612
                    </RelativeLayout>
622 613
623
                    <View
624
                        android:layout_width="match_parent"
625
                        android:layout_height="0.5dp"
626
                        android:layout_marginLeft="16dp"
627
                        android:background="@color/ui_line" />
628 614
629 615
                    <RelativeLayout
630 616
                        android:id="@+id/rl_shareNo"
631 617
                        android:layout_width="fill_parent"
632 618
                        android:layout_height="44dp"
633
                        android:background="@drawable/item_selector">
619
                       >
634 620
635 621
                        <TextView
636 622
                            android:id="@+id/tv_share_no"
@ -665,7 +651,7 @@
665 651
                            android:layout_height="match_parent"
666 652
                            android:layout_toLeftOf="@+id/iv_more"
667 653
                            android:text="送充电豪礼"
668
                            android:textSize="14sp"
654
                            android:textSize="12sp"
669 655
                            android:gravity="center_vertical"
670 656
                            android:layout_marginRight="12dp"
671 657
                            android:textColor="@color/lvse"/>
@ -681,17 +667,12 @@
681 667
                            android:src="@drawable/icon_more2_0" />
682 668
                    </RelativeLayout>
683 669
684
                    <View
685
                        android:layout_width="match_parent"
686
                        android:layout_height="0.5dp"
687
                        android:layout_marginLeft="15dp"
688
                        android:background="@color/ui_line" />
689 670
690 671
                    <RelativeLayout
691 672
                        android:id="@+id/rl_myaq"
692 673
                        android:layout_width="fill_parent"
693 674
                        android:layout_height="44dp"
694
                        android:background="@drawable/item_selector">
675
                        >
695 676
696 677
                        <TextView
697 678
                            android:layout_width="wrap_content"
@ -730,17 +711,12 @@
730 711
                            android:src="@drawable/icon_more2_0" />
731 712
                    </RelativeLayout>
732 713
733
                    <View
734
                        android:layout_width="match_parent"
735
                        android:layout_height="0.5dp"
736
                        android:layout_marginLeft="15dp"
737
                        android:background="@color/ui_line" />
738 714
739 715
                    <RelativeLayout
740 716
                        android:id="@+id/rl_sirenzhuang"
741 717
                        android:layout_width="fill_parent"
742 718
                        android:layout_height="44dp"
743
                        android:background="@drawable/item_selector">
719
                        >
744 720
745 721
                        <TextView
746 722
                            android:layout_width="wrap_content"
@ -765,18 +741,12 @@
765 741
                            android:id="@+id/imageView17" />
766 742
                    </RelativeLayout>
767 743
768
                    <View
769
                        android:layout_width="match_parent"
770
                        android:layout_height="0.5dp"
771
                        android:layout_marginLeft="15dp"
772
                        android:visibility="visible"
773
                        android:background="@color/ui_line" />
774 744
775 745
                    <RelativeLayout
776 746
                        android:id="@+id/rl_message"
777 747
                        android:layout_width="fill_parent"
778 748
                        android:layout_height="44dp"
779
                        android:background="@drawable/item_selector">
749
                       >
780 750
781 751
                        <TextView
782 752
                            android:id="@+id/iv_message"
@ -828,17 +798,12 @@
828 798
                            android:src="@drawable/icon_more2_0" />
829 799
                    </RelativeLayout>
830 800
831
                    <View
832
                        android:layout_width="match_parent"
833
                        android:layout_height="0.5dp"
834
                        android:layout_marginLeft="15dp"
835
                        android:background="@color/ui_line" />
836 801
837 802
                    <RelativeLayout
838 803
                        android:id="@+id/rl_collection"
839 804
                        android:layout_width="fill_parent"
840 805
                        android:layout_height="44dp"
841
                        android:background="@drawable/item_selector">
806
                     >
842 807
843 808
                        <TextView
844 809
                            android:layout_width="wrap_content"
@ -861,12 +826,6 @@
861 826
                            android:paddingRight="15dp"
862 827
                            android:src="@drawable/icon_more2_0" />
863 828
                    </RelativeLayout>
864
                    <View
865
                        android:layout_width="match_parent"
866
                        android:layout_height="0.5dp"
867
                        android:visibility="visible"
868
                        android:layout_marginLeft="15dp"
869
                        android:background="@color/ui_line" />
870 829
871 830
872 831
@ -874,7 +833,7 @@
874 833
                        android:id="@+id/rl_offline_upload"
875 834
                        android:layout_width="fill_parent"
876 835
                        android:layout_height="44dp"
877
                        android:background="@drawable/item_selector">
836
                       >
878 837
879 838
                        <TextView
880 839
                            android:layout_width="wrap_content"
@ -898,23 +857,7 @@
898 857
                            android:src="@drawable/icon_more2_0" />
899 858
                    </RelativeLayout>
900 859
901
                    <View
902
                        android:layout_width="match_parent"
903
                        android:layout_height="0.5dp"
904
                        android:background="@color/ui_line" />
905 860
906
                    <View
907
                        android:layout_width="match_parent"
908
                        android:layout_height="10dp"
909
                        android:background="@color/activity_bgcolor"/>
910
                    <ImageView android:id="@+id/car_friends_group"
911
                        android:src="@drawable/car_friends_group"
912
                        android:layout_width="match_parent"
913
                        android:layout_height="wrap_content" />
914
                    <View
915
                        android:layout_width="match_parent"
916
                        android:layout_height="10dp"
917
                        android:background="@color/activity_bgcolor"/>
918 861
919 862
920 863

+ 2 - 1
app/src/main/res/values/color.xml

@ -191,7 +191,7 @@
191 191
    <color name="color_0e0e0e">#0E0E0E</color>
192 192
    <color name="color_c4c7d2">#C4C7D2</color>
193 193
    <color name="color_ffe32727">#ffe32727</color>
194

194
    <color name="color_f6f6f6">#F6F6F6</color>
195 195
    <color name="sv_black">#FF000000</color>
196 196
    <color name="sv_white">#FFFFFF</color>
197 197

@ -210,4 +210,5 @@
210 210

211 211

212 212

213

213 214
</resources>

cdzApp - Gogs: Go Git Service

充电桩app代码

.gitignore 1.3KB

    # Created by .ignore support plugin (hsz.mobi) ### Android template # Built application files *.apk *.ap_ # Files for the ART/Dalvik VM *.dex # Java class files *.class # Generated files bin/ gen/ out/ bugly # Gradle files .gradle/ build/ # Local configuration file (sdk path, etc) local.properties # Proguard folder generated by Eclipse proguard/ # Log Files *.log # Android Studio Navigation editor temp files .navigation/ # Android Studio captures folder captures/ # IntelliJ *.iml .idea/workspace.xml .idea/tasks.xml .idea/gradle.xml .idea/assetWizardSettings.xml .idea/dictionaries .idea/libraries .idea/caches .DS_Store # Keystore files # Uncomment the following line if you do not want to check your keystore files in. #*.jks # External native build folder generated in Android Studio 2.2 and later .externalNativeBuild # Google Services (e.g. APIs or Firebase) google-services.json # Freeline freeline.py freeline/ freeline_project_description.json # fastlane fastlane/report.xml fastlane/Preview.html fastlane/screenshots fastlane/test_output fastlane/readme.md ### Example user template template ### Example user template .idea/codeStyles/ .idea/inspectionProfiles/ .idea/misc.xml .idea/modules.xml .idea/runConfigurations.xml .idea/vcs.xml .idea/encodings.xml *.hprof