activity_work_order.xml
1.04 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
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<RelativeLayout
android:id="@+id/work_order_title"
style="@style/title">
<TextView
style="@style/text_title"
android:text="@string/tv_work_order"
/>
<ImageView
android:id="@+id/work_order_back"
style="@style/title_image_back"
android:layout_width="32dp"
android:layout_height="32dp"
/>
</RelativeLayout>
<RelativeLayout
android:layout_width="66.7dp"
android:layout_height="match_parent"
android:layout_below="@id/work_order_title">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="94.7dp"
>
</RelativeLayout>
</RelativeLayout>
</RelativeLayout>