- ไวยากรณ์:
<layout android:defaultHeight="integer" android:defaultWidth="integer" android:gravity=["top" | "end" | ...] android:minHeight="integer" android:minWidth="integer" />
- ที่อยู่ใน:
<activity>
- description:
- มีแอตทริบิวต์ที่ส่งผลต่อลักษณะการทำงานของกิจกรรมในโหมดหลายหน้าต่าง
- ดังนี้
android:defaultHeight
- ความสูงเริ่มต้นของกิจกรรมเมื่อเปิดในโหมดรูปแบบอิสระ
android:defaultWidth
- ความกว้างเริ่มต้นของกิจกรรมเมื่อเปิดในโหมดรูปแบบอิสระ
android:gravity
- ตำแหน่งเริ่มต้นของกิจกรรมเมื่อเปิดในโหมดรูปแบบอิสระ
ดู
Gravity
สำหรับค่าที่เหมาะสม android:minHeight
- ความสูงขั้นต่ำของกิจกรรมทั้งในโหมดแยกหน้าจอและโหมดรูปแบบอิสระ หากผู้ใช้เลื่อนตัวแบ่งเข้ามา โหมดแยกหน้าจอเพื่อทำให้กิจกรรมมีขนาดเล็กกว่าจำนวนขั้นต่ำที่ระบุ ระบบจะครอบตัดกิจกรรมให้อยู่ใน ความสูงตามคำขอของผู้ใช้
android:minWidth
- ความกว้างขั้นต่ำสำหรับกิจกรรมทั้งในโหมดแยกหน้าจอและโหมดรูปแบบอิสระ หากผู้ใช้เลื่อนตัวแบ่งเข้ามา โหมดแยกหน้าจอเพื่อทำให้กิจกรรมมีขนาดเล็กกว่าจำนวนขั้นต่ำที่ระบุ ระบบจะครอบตัดกิจกรรมให้อยู่ใน ตามที่ผู้ใช้ต้องการ
- เปิดตัวใน
- API ระดับ 24
- ดูเพิ่มเติม
<activity>
<เลย์เอาต์>
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-27 UTC
[null,null,["อัปเดตล่าสุด 2025-07-27 UTC"],[],[],null,["# <layout\u003e\n\nsyntax:\n:\n\n ```xml\n \u003clayout android:defaultHeight=\"integer\"\n android:defaultWidth=\"integer\"\n android:gravity=[\"top\" | \"end\" | ...]\n android:minHeight=\"integer\"\n android:minWidth=\"integer\" /\u003e\n ```\n\ncontained in:\n: [\u003cactivity\u003e](/guide/topics/manifest/activity-element)\n\ndescription:\n: Contains attributes that affect how an activity behaves in multi-window mode.\n\nattributes:\n:\n\n `android:defaultHeight`\n : Default height of the activity when launched in free-form mode.\n\n `android:defaultWidth`\n : Default width of the activity when launched in free-form mode.\n\n `android:gravity`\n : Initial placement of the activity when launched in free-form mode.\n See [Gravity](/reference/android/view/Gravity) for suitable values.\n\n `android:minHeight`\n : Minimum height for the activity in both split-screen and free-form modes. If the user moves the divider in\n split-screen mode to make an activity smaller than the specified minimum, the system crops the activity to the\n height the user requests.\n\n `android:minWidth`\n : Minimum width for the activity in both split-screen and free-form modes. If the user moves the divider in\n split-screen mode to make an activity smaller than the specified minimum, the system crops the activity to the\n width the user requests.\n\n introduced in:\n : API Level 24\n\n see also:\n : [\u003cactivity\u003e](/guide/topics/manifest/activity-element)"]]