-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactivity_patholist1.xml
More file actions
49 lines (44 loc) · 1.74 KB
/
activity_patholist1.xml
File metadata and controls
49 lines (44 loc) · 1.74 KB
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=".Patholist1">
<TextView
android:id="@+id/textView"
android:layout_width="177dp"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginTop="28dp"
android:text="Choose Pathology :"
android:textAppearance="@style/TextAppearance.AppCompat.Display1"
android:textColorLink="@color/colorAccent" />
<Button
android:id="@+id/A1"
android:layout_width="132dp"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginTop="153dp"
android:text="Dr Seth's Pathology Lab" />
<Button
android:id="@+id/B1"
android:layout_width="132dp"
android:layout_height="72dp"
android:layout_below="@+id/A1"
android:layout_alignStart="@+id/C1"
android:layout_alignParentBottom="true"
android:layout_marginTop="34dp"
android:layout_marginBottom="179dp"
android:text="North Delhi Pathology Clinic" />
<Button
android:id="@+id/C1"
android:layout_width="129dp"
android:layout_height="65dp"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:layout_marginBottom="76dp"
android:text="JDAR Pathology Lab" />
</RelativeLayout>