1
我將AdMob添加到我的應用程序中。顯然,我需要在以下佈局片段添加到我的佈局中的每一個:如何將靜態AdMob代碼轉換爲動態代碼
<LinearLayout
android:id="@+id/linearLayout"
android:orientation="vertical"
android:layout_below="@+id/button2"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
不過,我寧願動態添加的,而不是複製粘貼到每個佈局上面的代碼片段。
我有被翻譯下面的代碼片斷什麼麻煩:
android:layout_below="@+id/button2"
成Java代碼。