كل ما اريده هو وضع webview بكامل الشاشه واسفله button
عندما اقوم بعملها يقوم الزر بالاختفاء نهائياً،، ما العمل ارجوكم؟
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<WebView
android:layout_width="match_parent"
android:layout_height="500dp" />
<Button
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Button" />
</LinearLayout>
التعليقات