Page 628 - 3-3
P. 628
Toast.LENGTH_SHORT).show();
// 연결불가 토스트출력
}
}
else {
Toast.makeText(PeriodActivity.this, " 정보를 다 입력해주세요",
Toast.LENGTH_SHORT).show();
// 정보가 비어있을시 정보입력 토스트출력
}
}
});
}
}
4-2 xml
<?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"
tools:context="com.helloworld.smartschool.Office_menu"
android:background="#FFFFFF">
<com.ssomai.android.scalablelayout.ScalableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:scale_base_width="110"
app:scale_base_height="175"
android:splitMotionEvents="false"
android:layout_alignParentTop="true"
android:layout_alignParentStart="true">
<ImageButton
android:id="@+id/btn_IP"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- 628 -