안드로이드

 

 

 

 

 

 

 

 

<?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">


    <TextView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:id="@+id/textView"
        android:background="@android:color/holo_blue_dark"
        android:layout_below="@+id/button1"
        android:layout_above="@+id/button2"
        />

    <Button
        android:text="Button"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:id="@+id/button1"
        android:layout_alignParentTop="true"
        />

    <Button
        android:text="Button"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:id="@+id/button2"
        android:layout_alignParentBottom="true"
        />

</RelativeLayout>

 

 

 

 

 

 

android

 

about author

PHRASE

Level 60  머나먼나라

It is an ill wind that blows nobody any good. (갑의 손실은 을의 이익.)

댓글 ( 4)

댓글 남기기

작성