找回密碼
 立即註冊
查看: 2339|回復: 0

XML : RelativeLayout

[複製鏈接]

938

主題

506

回帖

3萬

積分

管理員

網頁設計師

積分
31872

最佳新人活躍會員熱心會員推廣達人宣傳達人灌水之王突出貢獻優秀版主榮譽管理論壇元老

發表於 2016-7-20 10:56:34 | 顯示全部樓層 |閱讀模式
  1. <RelativeLayout
  2.   xmlns:android="http://schemas.android.com/apk/res/android"
  3.   android:layout_width="match_parent"
  4.   android:layout_height="match_parent">

  5.   <TextView
  6.     android:layout_width="wrap_content"
  7.     android:layout_height="wrap_content"
  8.     android:layout_alignParentRight="true"
  9.     android:layout_alignParentTop="true"
  10.     android:textAppearance="?android:textAppearanceLarge"
  11.     android:text="Happy" />

  12.   <TextView
  13.     android:layout_width="wrap_content"
  14.     android:layout_height="wrap_content"
  15.     android:layout_alignParentBottom="true"
  16.     android:layout_alignParentLeft="true"
  17.     android:textAppearance="?android:textAppearanceLarge"
  18.     android:text="Birthday" />

  19.   <TextView
  20.     android:layout_width="wrap_content"
  21.     android:layout_height="wrap_content"
  22.     android:textAppearance="?android:textAppearanceLarge"
  23.     android:text="To You" />

  24. </RelativeLayout>
複製代碼


[發帖際遇]: redd 發帖時在路邊撿到 5 金錢,偷偷放進了口袋. 幸運榜 / 衰神榜
您需要登錄後才可以回帖 登錄 | 立即註冊

本版積分規則

Archiver|手機版|小黑屋|DD論壇 維護: Redd Design

GMT+8, 2024-10-23 09:27 , Processed in 0.034598 second(s), 30 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回復 返回頂部 返回列表