|
29 | 29 | android:layout_marginTop="4dp" |
30 | 30 | android:layout_marginRight="4dp"/> |
31 | 31 |
|
| 32 | + <Spinner |
| 33 | + android:id="@+id/spinner_variable_instance" |
| 34 | + style="@style/FormSpinner" |
| 35 | + android:layout_width="match_parent" |
| 36 | + android:layout_height="wrap_content" |
| 37 | + android:layout_marginLeft="4dp" |
| 38 | + android:layout_marginTop="4dp" |
| 39 | + android:layout_marginRight="4dp"/> |
| 40 | + |
32 | 41 | <ListView |
33 | 42 | android:id="@+id/list_view_axis" |
34 | 43 | android:layout_width="match_parent" |
35 | 44 | android:layout_height="120dp" |
36 | 45 | android:layout_marginTop="4dp" |
37 | | - android:layout_marginBottom="4dp" |
| 46 | + android:layout_marginBottom="8dp" |
38 | 47 | android:divider="@null" |
39 | 48 | android:dividerHeight="0dp"/> |
40 | 49 |
|
41 | | - <com.mta.tehreer.widget.TLabel |
42 | | - android:id="@+id/label_preview" |
| 50 | + <FrameLayout |
43 | 51 | android:layout_width="match_parent" |
44 | | - android:layout_height="match_parent" |
45 | | - android:paddingLeft="8dp" |
46 | | - android:paddingRight="8dp" |
47 | | - app:gravity="start" |
48 | | - app:text="ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789" |
49 | | - app:textColor="@android:color/black" |
50 | | - app:textSize="48sp"/> |
| 52 | + android:layout_height="match_parent"> |
| 53 | + |
| 54 | + <ScrollView |
| 55 | + android:layout_width="match_parent" |
| 56 | + android:layout_height="wrap_content" |
| 57 | + android:layout_gravity="center"> |
| 58 | + |
| 59 | + <com.mta.tehreer.widget.TLabel |
| 60 | + android:id="@+id/label_preview" |
| 61 | + android:layout_width="match_parent" |
| 62 | + android:layout_height="wrap_content" |
| 63 | + android:padding="8dp" |
| 64 | + app:gravity="start" |
| 65 | + app:text="ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789" |
| 66 | + app:textColor="@android:color/black" |
| 67 | + app:textSize="56sp"/> |
| 68 | + </ScrollView> |
| 69 | + </FrameLayout> |
51 | 70 | </LinearLayout> |
0 commit comments