-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactivity_scrollscreen.xml
33 lines (28 loc) · 1.18 KB
/
activity_scrollscreen.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:id="@+id/imageView"
android:layout_width="423dp"
android:layout_height="900dp"
tools:ignore="MissingConstraints"
app:srcCompat="@drawable/bottomcornersround"
android:background= "@color/white"
tools:layout_editor_absoluteX="0dp"
tools:layout_editor_absoluteY="-9dp" />
<TextView
android:id="@+id/textView12"
android:layout_width="629dp"
android:layout_height="860dp"
tools:ignore="MissingConstraints"
android:background="@mipmap/scroll"
android:fontFamily="sans-serif-medium"
android:gravity="center"
android:textColor="@color/black"
android:textSize="25dp"
tools:layout_editor_absoluteX="-95dp"
tools:layout_editor_absoluteY="-8dp" />
</androidx.constraintlayout.widget.ConstraintLayout>