|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| 3 | + xmlns:tools="http://schemas.android.com/tools" |
3 | 4 | android:layout_width="match_parent"
|
4 | 5 | android:layout_height="match_parent">
|
5 | 6 |
|
|
14 | 15 | android:layout_width="wrap_content"
|
15 | 16 | android:layout_height="wrap_content"
|
16 | 17 | android:layout_alignParentTop="true"
|
17 |
| - android:layout_centerHorizontal="true" |
18 | 18 | android:layout_marginTop="10dp"
|
19 | 19 | android:background="@android:color/white"
|
20 | 20 | android:padding="5dp">
|
|
23 | 23 | android:layout_width="wrap_content"
|
24 | 24 | android:layout_height="wrap_content"
|
25 | 25 | android:paddingEnd="3dp"
|
26 |
| - android:paddingRight="3dp" |
27 |
| - android:text="@string/get_scroll_position" /> |
| 26 | + android:text="@string/get_scroll_position" |
| 27 | + tools:ignore="RtlSymmetry" /> |
28 | 28 |
|
29 | 29 | <TextView
|
30 | 30 | android:id="@+id/scroll_position"
|
31 | 31 | android:layout_width="wrap_content"
|
32 |
| - android:layout_height="wrap_content" /> |
| 32 | + android:layout_height="wrap_content" |
| 33 | + tools:text="scroll_position" /> |
33 | 34 |
|
34 | 35 | </LinearLayout>
|
35 | 36 |
|
36 | 37 | <LinearLayout
|
| 38 | + android:id="@+id/second_text_line" |
37 | 39 | android:layout_width="wrap_content"
|
38 | 40 | android:layout_height="wrap_content"
|
39 | 41 | android:layout_below="@id/top_text_line"
|
40 |
| - android:layout_centerHorizontal="true" |
41 | 42 | android:background="@android:color/white"
|
42 | 43 | android:padding="5dp">
|
43 | 44 |
|
44 | 45 | <TextView
|
45 | 46 | android:layout_width="wrap_content"
|
46 | 47 | android:layout_height="wrap_content"
|
47 |
| - android:paddingRight="3dp" |
48 |
| - android:text="@string/get_zoomed_rect" /> |
| 48 | + android:paddingEnd="3dp" |
| 49 | + android:text="@string/get_zoomed_rect" |
| 50 | + tools:ignore="RtlSymmetry" /> |
49 | 51 |
|
50 | 52 | <TextView
|
51 | 53 | android:id="@+id/zoomed_rect"
|
|
54 | 56 |
|
55 | 57 | </LinearLayout>
|
56 | 58 |
|
| 59 | + <TextView |
| 60 | + android:id="@+id/touchCoordinates" |
| 61 | + android:layout_width="wrap_content" |
| 62 | + android:layout_height="wrap_content" |
| 63 | + android:layout_below="@id/second_text_line" |
| 64 | + android:background="@android:color/white" |
| 65 | + android:padding="5dp" /> |
| 66 | + |
57 | 67 | <TextView
|
58 | 68 | android:id="@+id/current_zoom"
|
59 | 69 | android:layout_width="wrap_content"
|
|
0 commit comments