Saat kita menciptakan atau mendesain Aplikasi Android yang kita buat di file layout xml, dan juga menambahkan sebuah widget seperti button. terdapat 2 jenis tag fill_parent dan wrap_content dan 2 atribut yaitu
- android:layout_width
- android:layout_height
Klik Kanan folder Layout di app> res>Layout
|
Buat file Layout |
|
Buat nama layout |
Atribut tersebut mengambil nilai fill_parent dan wrap_content dan akan menampilkan tampilan yang diminta. Dan juga memakai Tampilan jenis Linear Layout pada Layout.xml
1. Saat Tampil Menggunakan Atribut
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > <Button android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Okedroid.com" android:textSize="30dp" /> </LinearLayout>
Maka akan tampil menyerupai Gambar berikut: |
Linear Layout |
2. Saat Tampil Menggunakan Atribut - android:layout_width="fill_parent"
- android:layout_height="wrap_content"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > <Button android:id="@+id/button1" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="Okedroid.com" android:textSize="30dp" /> </LinearLayout>
Maka akan tampil menyerupai Gambar berikut: |
Linear Layout |
3. Saat Tampil Menggunakan Atribut - android:layout_width="wrap_content"
- android:layout_height="fill_parent"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > <Button android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="fill_parent" android:text="Pavan" android:textSize="30dp" /> </LinearLayout>
|
Linear Layout |
4. Saat Tampil Menggunakan Atribut - android:layout_width="fill_content"
- android:layout_height="fill_parent"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > <Button android:id="@+id/button1" android:layout_width="fill_parent" android:layout_height="fill_parent" android:text="Okedroid.com" android:textSize="30dp" /> </LinearLayout>
|
Linear Layout |
Sumber https://www.okedroid.com/
0 Response to "Belajar Cara Menciptakan Fill_Parent Dan Wrap_Content Di Layout Xml"
Post a Comment
Blog ini merupakan Blog Dofollow, karena beberapa alasan tertentu, sobat bisa mencari backlink di blog ini dengan syarat :
1. Tidak mengandung SARA
2. Komentar SPAM dan JUNK akan dihapus
3. Tidak diperbolehkan menyertakan link aktif
4. Berkomentar dengan format (Name/URL)
NB: Jika ingin menuliskan kode pada komentar harap gunakan Tool untuk mengkonversi kode tersebut agar kode bisa muncul dan jelas atau gunakan tool dibawah "Konversi Kode di Sini!".
Klik subscribe by email agar Anda segera tahu balasan komentar Anda