Page 637 - 3-3
P. 637
xmlns:tools="http://schemas.android.com/tools"
xmlns:sl="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
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="150"
sl:scale_base_width="1080" >
</com.ssomai.android.scalablelayout.ScalableLayout>
<CalendarView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="5dp"
android:layout_marginTop="50dp"
android:minDate="01/01/2017"
android:maxDate="12/31/2017"
android:id="@+id/cal"
>
</CalendarView>
<com.ssomai.android.scalablelayout.ScalableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
sl:scale_base_height="1450"
sl:scale_base_width="1080" >
<TextView
android:layout_width="match_parent"
android:layout_height="300dp"
android:layout_margin="5dp"
android:padding="5dp"
android:id="@+id/textView_main_result2"
android:visibility="gone"
/>
</com.ssomai.android.scalablelayout.ScalableLayout>
</FrameLayout>
- 637 -