Page 138 - MDP2022-2
P. 138
tools:ignore="MissingConstraints" />
</LinearLayout>
<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/bub"
android:layout_width="wrap_content"
android:layout_height="150dp"
android:layout_weight="1"
app:srcCompat="@drawable/bub" />
<TextView
android:id="@+id/real_moisture"
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"
tools:ignore="MissingConstraints" />
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="150dp"
android:layout_weight="1"
android:background="@drawable/border"
android:gravity="bottom"
android:orientation="horizontal">
<FrameLayout
android:layout_width="match_parent"