android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:adjustViewBounds="false"
android:cropToPadding="false"
android:scaleType="centerCrop"
android:src="@drawable/boxes_background" />
<TextView
android:id="@+id/txtView1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginHorizontal="200dp"
android:layout_marginVertical="60dp"
android:background="@android:color/white"
android:elevation="40dp"
android:gravity="top|center"
android:text="10"
android:textSize="100sp"
android:textStyle="bold" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentStart="true"
android:layout_marginBottom="80dp"
android:layout_marginStart="149dp"
android:text="+1" />
</RelativeLayout>
Обсуждают сегодня