Page 137 - MDP2022-2
P. 137
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="visible">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="150dp"
android:background="@drawable/border"
android:gravity="center_vertical"
android:orientation="horizontal">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="@drawable/border"
android:gravity="center"
android:orientation="horizontal">
<ImageView
android:id="@+id/tem"
android:layout_width="wrap_content"
android:layout_height="120dp"
android:layout_marginTop="7dp"
android:layout_weight="1"
app:srcCompat="@drawable/tem" />
<TextView
android:id="@+id/real_temp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight=".5"
android:gravity="center"
android:paddingRight="40dp"
android:text="00"
android:textColor="@color/black"
android:textSize="40sp"
android:textStyle="bold"