-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactivity_main3.xml
49 lines (43 loc) · 1.69 KB
/
activity_main3.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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"
tools:context=".Main3Activity">
<ImageView
android:id="@+id/imageView5"
android:layout_width="96dp"
android:layout_height="68dp"
android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
app:srcCompat="@drawable/images" />
<ImageView
android:id="@+id/imageView6"
android:layout_width="183dp"
android:layout_height="68dp"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
app:srcCompat="@drawable/inn" />
<ImageView
android:id="@+id/imageView7"
android:layout_width="71dp"
android:layout_height="68dp"
android:layout_alignParentEnd="true"
android:layout_alignParentTop="true"
app:srcCompat="@drawable/download" />
<View
android:id="@+id/divider"
android:layout_width="match_parent"
android:layout_height="5dp"
android:layout_alignParentStart="true"
android:layout_below="@+id/imageView5"
android:background="?android:attr/listDivider" />
<ImageView
android:id="@+id/imageView9"
android:layout_width="315dp"
android:layout_height="286dp"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginTop="127dp" />
</RelativeLayout>