動態建立ImageView檢視
RelativeLayout r = new RelativeLayout(this);
ImageView mImageView = new ImageView(this);
mImageView.setImageResource(R.drawable.xxx);
RelativeLayout.LayoutParams params = new RelativeLayout.LayoutParams(15, 15);
params.addRule(RelativeLayout.ALIGN_PARENT_TOP);
params.addRule(RelativeLayout.ALIGN_PARENT_RIGHT);
mImageView.setLayoutParams(params);
r.add(mImageView);
在這段程式碼中藥注意addRule方法的使用。
相關文章
- 動態建立檢視指令碼指令碼
- ImageView 動態設定大小View
- Oracle檢視:常用動態效能檢視Oracle
- 動態效能檢視
- android動態新增ImageView注意AndroidView
- android imageview 縮放檢視圖片AndroidView
- ASM動態效能檢視ASM
- Android 幀動畫打造動態ImageViewAndroid動畫View
- oracle常用的動態檢視Oracle
- (轉)Oracle 動態效能檢視Oracle
- V$PGASTAT動態效能檢視AST
- 動態效能檢視基礎
- 8.1關於動態效能檢視
- 轉:系統動態檢視速查
- Oracle的v$動態檢視 收藏Oracle
- 動態返回結果的檢視
- MySQL 建立檢視MySql
- db2常用動態效能檢視DB2
- RMAN相關的動態效能檢視
- 檢視引數是否可以動態修改
- MySQL資料庫檢視:檢視定義、建立檢視、修改檢視MySql資料庫
- oracle 建立物化檢視Oracle
- Oracle 物化檢視建立Oracle
- Data Guard相關的動態效能檢視
- 10g 動態效能檢視[final]
- 關於SGA的常用動態效能檢視
- mysql 建立索引的方法--建立檢視MySql索引
- linux動態檢視某組程式狀態的辦法Linux
- 如何檢視oracle引數是靜態或者是動態Oracle
- Depends.exe檢視dll動態鏈檔案
- 資料字典和動態效能檢視基礎
- RMAN備份相關的動態效能檢視
- 如何檢視哪些SQL使用了動態取樣?SQL
- SGA相關的幾個動態效能檢視
- 動態檢視V$SESSION_LONGOPS學習SessionGo
- 動態新增子檢視 UIView 的正確方法UIView
- 自定義提醒檢視Alert-動態繪製
- oracle最重要的9個動態效能檢視Oracle