Page 631 - 3-3
P. 631
</com.ssomai.android.scalablelayout.ScalableLayout>
</RelativeLayout>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/classlogin_background">
<com.ssomai.android.scalablelayout.ScalableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
android:splitMotionEvents="false"
app:scale_base_height="190"
app:scale_base_width="110">
<ImageView
android:id="@+id/imageView3_2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:scale_height="20"
app:scale_left="-10"
app:scale_top="25"
app:scale_width="48"
app:srcCompat="@drawable/human" />
<Button
android:id="@+id/login_2"
android:layout_width="136dp"
android:layout_height="wrap_content"
android:layout_below="@+id/login_layout"
android:background="@drawable/button_selector"
android:padding="3dp"
android:text=" 로그인"
android:textColor="#000000"
android:textSize="17sp"
android:textStyle="bold"
app:scale_height="15"
- 631 -