equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <RelativeLayout |
|
3 xmlns:android="http://schemas.android.com/apk/res/android" |
|
4 android:layout_width="match_parent" |
|
5 android:layout_height="match_parent" |
|
6 android:background="@android:color/transparent" |
|
7 > |
|
8 |
|
9 <!--wave graph--> |
|
10 <hh.michelson.GraphView |
|
11 android:id="@+id/graph" |
|
12 android:layout_width="@dimen/graph_width" |
|
13 android:layout_height="@dimen/graph_heigth" |
|
14 /> |
|
15 |
|
16 <!--wave parameters as rotaded list view--> |
|
17 <hh.michelson.RotatedLv |
|
18 android:id="@+id/params" |
|
19 |
|
20 android:layout_width="@dimen/graph_heigth" |
|
21 android:layout_height="wrap_content" |
|
22 android:layout_alignParentTop="true" |
|
23 android:layout_alignEnd="@id/graph" |
|
24 |
|
25 android:transformPivotX="@dimen/graph_heigth" |
|
26 android:transformPivotY="0px" |
|
27 android:rotation="270" |
|
28 android:divider="@android:color/transparent" |
|
29 android:dividerHeight="0dp" |
|
30 /> |
|
31 |
|
32 </RelativeLayout> |