Page 67 - 3-2
P. 67
android:layout_height="wrap_content"
android:listSelector="#00D8FF"
/>
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1">
<Space
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_weight="1" />
<Button
android:id="@+id/btn_compare"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_weight="1"
android:text=" 확인"
android:textColor="#FFFFFF"
android:textSize="30dp"
android:background="#FC961E"
android:onClick="onbtn_compareClicked"/>
<Space
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_weight="1" />
</TableRow>
</TableLayout>
</LinearLayout>
******************************MainActivity_set************************
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- 67 -