목차
1. 메인화면
2. 간단하게 다이얼로그 띄우기
3. 화면전환하기
4. 버튼 비율 맞추기(WeghtSum 과 Weght 이용)
5. 소스파일
2. 간단하게 다이얼로그 띄우기
3. 화면전환하기
4. 버튼 비율 맞추기(WeghtSum 과 Weght 이용)
5. 소스파일
본문내용
arLayout>
android:orientation=\"vertical\"
android:layout_width=\"fill_parent\"
android:layout_height=\"0dp\"
android:layout_weight=\"4\"
android:background=\"#00ff00\">
android:layout_width=\"fill_parent\"
android:layout_height=\"fill_parent\"
android:gravity=\"center\"
android:text=\"두번 째 버튼\"
android:textSize=\"30dp\"
android:background=\"#00ff00\"
android:id=\"@+id/BtRank\"/>
android:orientation=\"vertical\"
android:layout_width=\"fill_parent\"
android:layout_height=\"0dp\"
android:layout_weight=\"4\"
android:background=\"#00ffff\">
android:layout_width=\"fill_parent\"
android:layout_height=\"fill_parent\"
android:gravity=\"center\"
android:text=\"세번 째 버튼\"
android:textSize=\"30dp\"
android:background=\"#00ffff\"
android:id=\"@+id/BtHelp\"/>
android:layout_width=\"fill_parent\"
android:layout_height=\"0dp\"
android:layout_weight=\"4\"
android:background=\"#00ff00\">
android:layout_width=\"fill_parent\"
android:layout_height=\"fill_parent\"
android:gravity=\"center\"
android:text=\"두번 째 버튼\"
android:textSize=\"30dp\"
android:background=\"#00ff00\"
android:id=\"@+id/BtRank\"/>
android:layout_width=\"fill_parent\"
android:layout_height=\"0dp\"
android:layout_weight=\"4\"
android:background=\"#00ffff\">
android:layout_width=\"fill_parent\"
android:layout_height=\"fill_parent\"
android:gravity=\"center\"
android:text=\"세번 째 버튼\"
android:textSize=\"30dp\"
android:background=\"#00ffff\"
android:id=\"@+id/BtHelp\"/>
소개글