Android界面布局
2010-07-22 01:14:00 来源:WEB开发网271. android:textSize="13sp"
272. android:text="我要买: ">
273. < /TextView>
274.
275. < EditText
276. android:id="@+id/buy_number"
277. android:layout_width="30px" android:layout_height="30px"
278. android:textSize="9sp"
279. android:text="1">
280. < /EditText>
281.
282. < TextView
283. android:layout_width="wrap_content" android:layout_height="wrap_content"
284. android:textSize="13sp"
285. android:text="件">
286. < /TextView>
287.
288. < /LinearLayout>
289.
290. < Button
291. android:id="@+id/button_addshoppingcart"
292. android:layout_width="80px" android:layout_height="20px"
293. android:layout_x="130px" android:layout_y="112px"
294. android:background="@drawable/button_addshoppingcart">
295. < /Button>
296.
297. < /AbsoluteLayout>
298.
299. < /LinearLayout>
300.
301. < /LinearLayout>
302.
303.
304.
305.
306. < LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
307. android:id="@+id/layout3"
308. android:layout_width="fill_parent" android:layout_height="fill_parent"
309. android:orientation="horizontal">
310.
311. < TextView
312. android:layout_width="30px" android:layout_height="fill_parent">
313. < /TextView>
314.
315. < LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
316. android:layout_width="fill_parent" android:layout_height="fill_parent"
更多精彩
赞助商链接