WEB开发网
开发学院手机开发Android 开发 Android界面布局 阅读

Android界面布局

 2010-07-22 01:14:00 来源:WEB开发网   
核心提示:android:layout_height="wrap_content"183. android:orientation="horizontal">184.185. < TextView186. android:layout_width="wrap_cont
android:layout_height="wrap_content"

183. android:orientation="horizontal">

184.

185. < TextView

186. android:layout_width="wrap_content" android:layout_height="wrap_content"

187. android:textSize="10sp"

188. android:text="价格:">

189. < /TextView>

190.

191. < TextView

192. android:id="@+id/product_price_info"

193. android:layout_width="wrap_content" android:layout_height="wrap_content"

194. android:textSize="10sp">

195. < /TextView>

196.

197. < /LinearLayout>

198.

199. < LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

200. android:layout_width="wrap_content" android:layout_height="wrap_content"

201. android:orientation="horizontal">

202.

203. < TextView

204. android:layout_width="wrap_content" android:layout_height="wrap_content"

205. android:textSize="10sp"

206. android:text="类型:">

207. < /TextView>

208.

209. < TextView

210. android:id="@+id/product_type_info"

211. android:layout_width="wrap_content" android:layout_height="wrap_content"

212. android:textSize="10sp">

213. < /TextView>

214.

215. < /LinearLayout>

216.

217. < LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

218. android:layout_width="wrap_content" android:layout_height="wrap_content"

219. android:orientation="horizontal">

220.

221. < TextView

222. android:layout_width="wrap_content" android:layout_height="wrap_content"

223. android:textSize="10sp"

224. android:text="特点:">

上一页  1 2 3 4 5 6 7 8 9 10 11  下一页

Tags:Android 界面 布局

编辑录入:coldstar [复制链接] [打 印]
赞助商链接