Page 645 - 3-3
P. 645
</com.ssomai.android.scalablelayout.ScalableLayout>
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:sl="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_margin="0dp"
android:padding="10dp">
<com.ssomai.android.scalablelayout.ScalableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
sl:scale_base_height="100"
sl:scale_base_width="1080" >
<TextView
android:id="@+id/num"
android:text="16"
android:layout_width="0dp"
android:gravity="center"
android:layout_height="wrap_content"
android:layout_weight="1"
android:padding="2dp"
sl:scale_height="140"
sl:scale_left="0"
sl:scale_textsize="31"
sl:scale_top="10"
sl:scale_width="140"
/>
<TextView
android:id="@+id/name"
android:layout_width="0dp"
android:text=" 조민성"
android:gravity="center"
android:layout_height="wrap_content"
android:layout_weight="4"
android:layout_margin="2dp"
android:padding="2dp"
- 645 -