كل ما اريده هو وضع 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"/>
غريب, جرب ان تنسخه هذه المرة
التعليقات