101
        android:textColor="@color/hintColor"
102
        android:textSize="14sp"
103
        android:gravity="center"
104
        android:visibility="gone"
105
        android:layout_marginLeft="5dp"
106
        android:id="@+id/item_collect_descriptionTR"
107
        android:layout_alignTop="@+id/textView16"
108
        android:layout_toRightOf="@+id/textView16"
109
        android:layout_toEndOf="@+id/textView16" />
110

111
</RelativeLayout>
5
    android:layout_height="wrap_content"
6
    android:background="@color/bg_row"
7
    android:orientation="vertical">
8

9
    <LinearLayout
10
        android:id="@+id/item"
11
        android:layout_width="match_parent"
12
        android:layout_height="wrap_content">
13

14
        <ImageView
15
            android:layout_width="45dp"
16
            android:layout_height="45dp"
17
            android:layout_marginLeft="8dp"
18
            android:layout_marginTop="16dp"
19
            android:layout_marginBottom="16dp"
20
            android:src="@drawable/icon_listzhan76" />
21

22
        <LinearLayout
23
            android:layout_width="match_parent"
24
            android:layout_height="match_parent"
25
            android:layout_marginRight="15dp"
26
            android:orientation="vertical">
27

28
            <TextView
29
                android:id="@+id/name"
30
                android:layout_width="match_parent"
31
                android:layout_height="wrap_content"
32
                android:layout_marginLeft="10dp"
33
                android:layout_marginTop="18dp"
34
                android:maxLines="1"
35
                tools:text="名称"
36
                android:textColor="@color/ui_65"
37
                android:textSize="15sp" />
38

39
            <TextView
40
                android:id="@+id/address"
41
                android:layout_width="wrap_content"
42
                android:layout_height="wrap_content"
43
                android:layout_marginLeft="10dp"
44
                android:layout_marginTop="5dp"
45
                android:ellipsize="end"
46
                android:maxEms="35"
47
                android:singleLine="true"
48
                tools:text="地址"
49
                android:textAppearance="?android:attr/textAppearanceMedium"
50
                android:textColor="@color/hintColor"
51
                android:textSize="13sp" />
52
        </LinearLayout>
53
    </LinearLayout>
54

55
    <View
56
        android:layout_width="match_parent"
57
        android:layout_height="1dp"
58
        android:background="@color/lineColor" />
59
</LinearLayout>

cdzApp - Gogs: Go Git Service

充电桩app代码

huyuguo b7fb0e7bb1 logo更新 6 years ago
XRefreshView 598eb725e7 引用第三方gradle 升级 7 years ago
app b7fb0e7bb1 logo更新 6 years ago
autolayout e23aa7e9d5 文字修改 7 years ago
gradle 3f53132d2f 支付宝sdk更新 6 years ago
keystore 06bd894653 init 7 years ago
library 598eb725e7 引用第三方gradle 升级 7 years ago
videolibrary e23aa7e9d5 文字修改 7 years ago
zxing 3f53132d2f 支付宝sdk更新 6 years ago
.gitignore 769b760623 信息流列表开发 7 years ago
README.md 9f927f0d57 列表开发 6 years ago
build.gradle 3f53132d2f 支付宝sdk更新 6 years ago
gradlew 3473529e39 fix video play exception 7 years ago
gradlew.bat e1cf244fe0 remove Useless dependence 7 years ago
icon_sgreen.png e1cf244fe0 remove Useless dependence 7 years ago
settings.gradle 92572f0d54 数据埋点完成 6 years ago

README.md

地图首页

MainMapActivity.java
activity_main_map.xml

智能推荐(地图首页右下角)

RecommendZhanActivity.java
activity_recommend_zhan.xml
item_recommend_zhan.xml

筛选(地图首页)

NewScreenActivity.java
activity_new_screen.xml

列表(地图首页右上角,旧功能由推荐替换)

ZhanListActivity.java
activity_zhan_list.xml

推荐

RecommendChargingStationActivity.java
activity_recommend_charging_station.xml
recommend_charging_station_item.xml

站点详情

NewZhanDetailsActivity.class
activity_new_zhan_details.xml
DetailsFragment.java
fragmen_details_new.xml