Page 60 - 3-2
P. 60
android:text="Yes"
android:background="#5D5D5D"
android:textColor="#FFFFFF"
android:textSize="30dp"
android:layout_weight="1"
android:onClick="onbtn_btnDeleteClicked" />
<Space
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1.4" />
<!-- Button Create Product -->
<Button android:id="@+id/btnSafe"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="No"
android:background="#5D5D5D"
android:textColor="#FFFFFF"
android:textSize="30dp"
android:layout_weight="1"
android:onClick="onbtn_btnSafeClicked" />
<Space
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1.3" />
</LinearLayout>
</LinearLayout>
******************************main_menu*******************************
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FFFFFF"
android:gravity="center"
android:orientation="vertical"
tools:context="kr.icehs.intec.emart.MainActivity"
android:weightSum="1">
</RelativeLayout>
- 60 -