-1

مساعده في كود اندرويد بسيط جدا جدا

كل ما اريده هو وضع webview بكامل الشاشه واسفله button

عندما اقوم بعملها يقوم الزر بالاختفاء نهائياً،، ما العمل ارجوكم؟


التعليق السابق
<RelativeLayout
xmlns:android="

http://schemas.android.com/... " android:layout_width="match_parent" android:layout_height="match_parent">

<Button
    android:id="@+id/button"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_alignParentBottom="true"
    android:layout_centerHorizontal="true"/>

<WebView
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_above="@id/button"/>

غريب, جرب ان تنسخه هذه المرة

أشكرك جداً اخي الكريم :) +