Üye
Xml ile basit browser tasarım(Bu sadece xml kodlarıdır çalışması için javada gereklidir)
Kodlar:
Resim:
Ben kodları androidden AİDE programı ile kodladım ve dediğim gibi bu sadece xml tasarımıdır browser yapmak için javada gereklidir siz geliştirirsiniz iyi günler
Pardon formu yanlış yere açmışım yeni üyeyimde
Kodlar:
Kod:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:id="@+id/iki"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:id="@+id/URL"
android:layout_width="50dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:paddingLeft="13dp"
android:textColor="#000"
android:text="URL"/>
<EditText
android:id="@+id/URL"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:ems="10"
android:hint="WEB ADRESİNİ GİRİN"
android:translationX="2dp">
</EditText>
<ImageButton
android:layout_width="wrap_content"
style="?android:attr/buttonBarButtonStyle"
android:layout_height="wrap_content"
android:id="@+id/Git"
android:src="@drawable/ic_search_web"
android:translationX="-60dp"/>
</LinearLayout>
<WebView
android:id="@+id/V"
android:layout_width="fill_parent"
android:layout_height="850dp"
android:layout_below="@id/iki"/>
</RelativeLayout>
Bağlantıları görmek için lütfen
Giriş Yap
Ben kodları androidden AİDE programı ile kodladım ve dediğim gibi bu sadece xml tasarımıdır browser yapmak için javada gereklidir siz geliştirirsiniz iyi günler
Post automatically merged:
Pardon formu yanlış yere açmışım yeni üyeyimde
Moderatörün son düzenlenenleri: