網頁

顯示具有 java 新增文字方塊 標籤的文章。 顯示所有文章
顯示具有 java 新增文字方塊 標籤的文章。 顯示所有文章

2011年11月16日 星期三

【Android教學】簡單在JAVA裡模擬XML新增button和textView



咖啡一直對JAVA一直都霧煞煞,今天要跟大家分享的是在JAVA裡面新增一顆按鈕和文字方塊

範例如下 :
 main.xml 
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/viewObj"
   android:layout_width="wrap_content"
   android:layout_height="wrap_content"
   android:orientation="vertical"
   android:layout_x="1px"
   android:layout_y="1px">    
</LinearLayout>