8676a792c8da21b93b00ccf0a1e2a81af753cR36">36
        <!--<RadioButton-->
37
            <!--android:id="@+id/publish_radio_btn"-->
38
            <!--android:layout_width="wrap_content"-->
39
            <!--android:layout_height="wrap_content"-->
40
            <!--android:layout_alignTop="@+id/rule_publish"-->
41
            <!--android:layout_alignParentBottom="true"-->
42
            <!--android:layout_toLeftOf="@+id/rule_publish"-->
43
            <!--android:button="@null"-->
44
            <!--android:checked="true"-->
45
            <!--android:drawableLeft="@drawable/radio_selected"-->
46
            <!--android:padding="5dp"-->
47
            <!--android:text="" />-->
24 48

25 49
        <ImageView
26 50
            android:id="@+id/share_publish_close"
@ -28,81 +52,89 @@
28 52
            android:layout_height="28dp"
29 53
            android:layout_above="@+id/rule_publish"
30 54
            android:layout_centerHorizontal="true"
31
            android:background="@drawable/app_publish_item_cancel"/>
55
            android:layout_margin="10dp"
56
            android:background="@drawable/app_publish_item_cancel" />
32 57

33 58
        <LinearLayout
34 59
            android:id="@+id/publish_picture"
35 60
            android:layout_width="50dp"
36 61
            android:layout_height="wrap_content"
37
            android:minHeight="60dp"
38
            android:layout_marginBottom="40dp"
62
            android:layout_above="@+id/share_publish_close"
39 63
            android:layout_centerHorizontal="true"
40 64
            android:layout_marginTop="40dp"
41
            android:layout_above="@+id/share_publish_close"
65
            android:layout_marginBottom="40dp"
42 66
            android:gravity="center"
67
            android:minHeight="60dp"
43 68
            android:orientation="vertical">
69

44 70
            <ImageView
45 71
                android:layout_width="50dp"
46 72
                android:layout_height="50dp"
47
                android:background="@drawable/app_publish_item_pic"/>
73
                android:background="@drawable/app_publish_item_pic" />
74

48 75
            <TextView
49 76
                android:layout_width="wrap_content"
50 77
                android:layout_height="wrap_content"
51 78
                android:layout_marginTop="10dp"
52 79
                android:text="图文"
53
                android:textSize="15sp"
54
                android:textColor="@color/color_222222" />
80
                android:textColor="@color/color_222222"
81
                android:textSize="15sp" />
55 82
        </LinearLayout>
56 83

57 84
        <LinearLayout
58 85
            android:id="@+id/publish_video"
59 86
            android:layout_width="50dp"
60 87
            android:layout_height="wrap_content"
61
            android:minHeight="60dp"
62
            android:layout_toLeftOf="@+id/publish_picture"
88
            android:layout_above="@+id/share_publish_close"
89
            android:layout_marginTop="40dp"
63 90
            android:layout_marginRight="30dp"
64 91
            android:layout_marginBottom="40dp"
65
            android:layout_marginTop="40dp"
66
            android:layout_above="@+id/share_publish_close"
92
            android:layout_toLeftOf="@+id/publish_picture"
67 93
            android:gravity="center"
94
            android:minHeight="60dp"
68 95
            android:orientation="vertical">
96

69 97
            <ImageView
70 98
                android:layout_width="50dp"
71 99
                android:layout_height="50dp"
72
                android:background="@drawable/app_publish_item_video"/>
100
                android:background="@drawable/app_publish_item_video" />
101

73 102
            <TextView
74 103
                android:layout_width="wrap_content"
75 104
                android:layout_height="wrap_content"
76 105
                android:layout_marginTop="10dp"
77 106
                android:text="视频"
78
                android:textSize="15sp"
79
                android:textColor="@color/color_222222" />
107
                android:textColor="@color/color_222222"
108
                android:textSize="15sp" />
80 109
        </LinearLayout>
81 110

82 111
        <LinearLayout
83 112
            android:id="@+id/publish_qa"
84 113
            android:layout_width="50dp"
85 114
            android:layout_height="wrap_content"
86
            android:minHeight="60dp"
87
            android:layout_toRightOf="@+id/publish_picture"
115
            android:layout_above="@+id/share_publish_close"
88 116
            android:layout_marginLeft="30dp"
89
            android:layout_marginBottom="40dp"
90 117
            android:layout_marginTop="40dp"
91
            android:layout_above="@+id/share_publish_close"
118
            android:layout_marginBottom="40dp"
119
            android:layout_toRightOf="@+id/publish_picture"
92 120
            android:gravity="center"
121
            android:minHeight="60dp"
93 122
            android:orientation="vertical">
123

94 124
            <ImageView
95 125
                android:layout_width="50dp"
96 126
                android:layout_height="50dp"
97
                android:background="@drawable/app_publish_item_qa"/>
127
                android:background="@drawable/app_publish_item_qa" />
128

98 129
            <TextView
99 130
                android:layout_width="wrap_content"
100 131
                android:layout_height="wrap_content"
101
                android:text="提问"
102 132
                android:layout_marginTop="10dp"
103
                android:textSize="15sp"
104
                android:textColor="@color/color_222222" />
133
                android:text="提问"
134
                android:textColor="@color/color_222222"
135
                android:textSize="15sp" />
105 136
        </LinearLayout>
137

106 138
    </RelativeLayout>
107 139

108 140
    <RelativeLayout
@ -113,24 +145,21 @@
113 145
            android:id="@+id/share_scan_icon"
114 146
            android:layout_width="160dp"
115 147
            android:layout_height="160dp"
116
            android:layout_marginTop="90dp"
117 148
            android:layout_centerHorizontal="true"
118
            android:background="@drawable/app_publish_items_bg"/>
149
            android:layout_marginTop="90dp"
150
            android:background="@drawable/app_publish_items_bg" />
119 151

120 152
        <TextView
121 153
            android:id="@+id/share_scan_icon_info"
122 154
            android:layout_width="wrap_content"
123 155
            android:layout_height="wrap_content"
124
            android:layout_marginBottom="60dp"
125 156
            android:layout_below="@+id/share_scan_icon"
126
            android:layout_marginTop="21dp"
127 157
            android:layout_centerHorizontal="true"
158
            android:layout_marginTop="21dp"
159
            android:layout_marginBottom="60dp"
128 160
            android:text="分享你的电动车与生活"
129
            android:textSize="15sp"
130
            android:textColor="@color/color_222222"/>
161
            android:textColor="@color/color_222222"
162
            android:textSize="15sp" />
131 163
    </RelativeLayout>
132 164

133

134
    <!--</LinearLayout>-->
135

136 165
</RelativeLayout>

cdzApp - Gogs: Go Git Service

充电桩app代码

huyuguo 12bc29be92 评论功能开发完成 лет назад: 7
XRefreshView f780ba992e remove лет назад: 7
app 12bc29be92 评论功能开发完成 лет назад: 7
autolayout e1cf244fe0 remove Useless dependence лет назад: 7
gradle e1cf244fe0 remove Useless dependence лет назад: 7
keystore 06bd894653 init лет назад: 7
library 7082cc0853 remove лет назад: 7
videolibrary 9c85577f67 发布优化 лет назад: 7
zxing 43208863a3 主题详情页开发完成 лет назад: 7
.gitignore 769b760623 信息流列表开发 лет назад: 7
build.gradle 548ae8a830 话题详情页面开发 лет назад: 7
gradlew 3473529e39 fix video play exception лет назад: 7
gradlew.bat e1cf244fe0 remove Useless dependence лет назад: 7
icon_sgreen.png e1cf244fe0 remove Useless dependence лет назад: 7
settings.gradle a2fcbb9471 视频部分开发 лет назад: 7