안드로이드

 

 

 

 

 

 

 

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent" android:layout_height="match_parent">


    <Button
        android:text="1"
        android:layout_width="100dp"
        android:layout_height="100dp"
        android:id="@+id/button"
        android:background="@color/colorAccent" />

    <Button
        android:text="2"
        android:layout_width="100dp"
        android:layout_height="100dp"
        android:id="@+id/button2"
        android:background="@color/colorPrimaryDark"
        android:layout_margin="20dp"
        />


    <Button
        android:text="3"
        android:layout_width="100dp"
        android:layout_height="100dp"
        android:id="@+id/button3"
        android:background="@color/colorPrimary"
        android:layout_margin="50dp"
        />



</FrameLayout>

 

 

<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="#500000ff">

    <TableRow>
		<TextView android:text="아빠" android:padding="20px"/>     
		<TextView android:text="엄마" android:padding="20px" android:background="#5000ff00"/>     
		<TextView android:text="누나" android:padding="20px"/>    
		<TextView android:text="동생" android:padding="20px" android:background="#5000ff00"/>         
    </TableRow>
    <TableRow>
		<TextView android:text="70" android:padding="20px"/>     
		<TextView android:text="65" android:padding="20px" android:background="#5000ff00"/>     
		<TextView android:text="40" android:padding="20px"/>    
		<TextView android:text="35" android:padding="20px" android:background="#5000ff00"/>         
    </TableRow>

</TableLayout>

 

 

 

 

 

 

about author

PHRASE

Level 60  머나먼나라

여우 가죽으로 만든 털옷이 떨어졌다고 해서 개가죽으로 대신 메울 수는 없는 것이다. 군자가 지금은 쇠약해졌다고 해서 소인으로 대신할 수는 없다. -사기

댓글 ( 4)

댓글 남기기

작성