Технологии

Помогити - вопрос №1782093

К чиму оно относица ?
<?xml version=«1.0» encoding=«utf-8»?><RelativeLayout android:orientation=«vertical» android:layout_width=«fill_parent» android:layout_height=«fill_parent»xmlns:android=«schemas.android.com/apk/res/android»xmlns:ads=«schemas.android.com/apk/lib/com.google.ads»><RelativeLayout android:orientation=«vertical» android:id="@id/home_layout" android:layout_width=«fill_parent» android:layout_height=«wrap_content»><WebView android:id="@id/webview" android:layout_width=«fill_parent» android:layout_height=«fill_parent» android:layout_alignParentLeft=«true» android:layout_alignParentTop=«true» /><ProgressBar android:id="@id/progressBar1" android:layout_width=«fill_parent» android:layout_height=«wrap_content» android:max=«100» android:progress=«0» android:layout_alignParentLeft=«true» android:layout_alignParentTop=«true» style="@style/ProgressBar" /></RelativeLayout><LinearLayout android:gravity=«bottom» android:id="@id/ad_layout" android:layout_width=«fill_parent» android:layout_height=«wrap_content» android:layout_alignBottom="@id/home_layout" android:layout_alignParentBottom=«true»><com.google.ads.AdView android:id="@id/adView" android:layout_width=«fill_parent» android:layout_height=«wrap_content» android:layout_weight=«1.0» ads:adSize=«BANNER» ads:adUnitId="@string/admob_publisher_id" ads:loadAdOnCreate=«true» /></LinearLayout></RelativeLayout>

январь 1, 2016 г.

  • Всего ответов: 2

  • К коду приложения Android :D

     

    январь 3, 2016 г.
  • Евгений D. - аватарка

    Евгений D.

    64-й в

    Если не ошибаюсь, то это код баннера, встроенного в android.

    февраль 24, 2016 г.

Похожие вопросы

cfqn

апрель 1, 2012 г.

Технологии