|
29 | 29 | android:layout_width="fill_parent"
|
30 | 30 | android:layout_height="wrap_content">
|
31 | 31 | <LinearLayout android:orientation="horizontal"
|
32 |
| - android:padding="10.0dip" |
| 32 | + android:padding="10dip" |
33 | 33 | android:layout_width="fill_parent"
|
34 | 34 | android:layout_height="wrap_content">
|
35 |
| - <TextView android:textSize="16.0sp" |
| 35 | + <TextView android:textSize="@dimen/text_size_medium" |
36 | 36 | android:textStyle="bold"
|
37 | 37 | android:layout_gravity="center_vertical"
|
38 |
| - android:paddingStart="20.0dip" |
39 |
| - android:paddingEnd="20.0dip" |
40 | 38 | android:layout_width="wrap_content"
|
41 | 39 | android:layout_height="wrap_content"
|
| 40 | + android:paddingStart="20.0dip" |
| 41 | + android:paddingEnd="20.0dip" |
42 | 42 | android:labelFor="@+id/storeName"
|
43 | 43 | android:text="@string/storeName" />
|
44 |
| - <LinearLayout android:orientation="vertical" |
45 |
| - android:layout_width="fill_parent" |
46 |
| - android:layout_height="wrap_content"> |
47 |
| - <EditText android:id="@+id/storeName" |
48 |
| - android:layout_width="fill_parent" |
49 |
| - android:layout_height="wrap_content" |
50 |
| - android:inputType="text"/> |
51 |
| - </LinearLayout> |
| 44 | + <EditText android:id="@+id/storeNameEdit" |
| 45 | + android:layout_width="fill_parent" |
| 46 | + android:layout_height="wrap_content" |
| 47 | + android:inputType="text" |
| 48 | + android:textSize="@dimen/text_size_medium"/> |
| 49 | + <TextView android:id="@+id/storeNameView" |
| 50 | + android:layout_width="fill_parent" |
| 51 | + android:layout_height="wrap_content" |
| 52 | + android:paddingTop="10dip" |
| 53 | + android:paddingBottom="10dip" |
| 54 | + android:textSize="@dimen/text_size_medium"/> |
52 | 55 | </LinearLayout>
|
53 | 56 | <LinearLayout android:orientation="horizontal"
|
54 |
| - android:padding="10.0dip" |
| 57 | + android:padding="10dip" |
55 | 58 | android:layout_width="fill_parent"
|
56 | 59 | android:layout_height="wrap_content">
|
57 |
| - <TextView android:textSize="16.0sp" |
| 60 | + <TextView android:textSize="@dimen/text_size_medium" |
58 | 61 | android:textStyle="bold"
|
59 | 62 | android:layout_gravity="center_vertical"
|
60 |
| - android:paddingStart="20.0dip" |
61 |
| - android:paddingEnd="20.0dip" |
62 | 63 | android:layout_width="wrap_content"
|
63 | 64 | android:layout_height="wrap_content"
|
| 65 | + android:paddingStart="20.0dip" |
| 66 | + android:paddingEnd="20.0dip" |
64 | 67 | android:labelFor="@+id/note"
|
65 | 68 | android:text="@string/note" />
|
66 |
| - <LinearLayout android:orientation="vertical" |
67 |
| - android:layout_width="fill_parent" |
68 |
| - android:layout_height="wrap_content"> |
69 |
| - <EditText android:id="@+id/note" |
70 |
| - android:layout_width="fill_parent" |
71 |
| - android:layout_height="wrap_content" |
72 |
| - android:inputType="text"/> |
73 |
| - </LinearLayout> |
| 69 | + <EditText android:id="@+id/noteEdit" |
| 70 | + android:layout_width="fill_parent" |
| 71 | + android:layout_height="wrap_content" |
| 72 | + android:inputType="text" |
| 73 | + android:textSize="@dimen/text_size_medium"/> |
| 74 | + <TextView android:id="@+id/noteView" |
| 75 | + android:layout_width="fill_parent" |
| 76 | + android:layout_height="wrap_content" |
| 77 | + android:paddingTop="10dip" |
| 78 | + android:paddingBottom="10dip" |
| 79 | + android:textSize="@dimen/text_size_medium"/> |
74 | 80 | </LinearLayout>
|
75 | 81 | <LinearLayout android:orientation="horizontal"
|
76 |
| - android:padding="10.0dip" |
| 82 | + android:padding="10dip" |
77 | 83 | android:layout_width="fill_parent"
|
78 | 84 | android:layout_height="wrap_content"
|
79 | 85 | android:id="@+id/barcodeIdLayout">
|
80 |
| - <TextView android:textSize="16.0sp" |
| 86 | + <TextView android:textSize="@dimen/text_size_medium" |
81 | 87 | android:textStyle="bold"
|
82 | 88 | android:layout_gravity="center_vertical"
|
83 |
| - android:paddingStart="20.0dip" |
84 |
| - android:paddingEnd="20.0dip" |
85 | 89 | android:layout_width="wrap_content"
|
86 | 90 | android:layout_height="wrap_content"
|
| 91 | + android:paddingStart="20.0dip" |
| 92 | + android:paddingEnd="20.0dip" |
87 | 93 | android:labelFor="@+id/cardId"
|
88 | 94 | android:text="@string/cardId" />
|
89 |
| - <EditText android:id="@+id/cardId" |
| 95 | + <EditText android:id="@+id/cardIdEdit" |
90 | 96 | android:layout_width="fill_parent"
|
91 | 97 | android:layout_height="wrap_content"
|
92 | 98 | android:enabled="false"
|
93 |
| - android:inputType="text"/> |
| 99 | + android:inputType="text" |
| 100 | + android:textSize="@dimen/text_size_medium"/> |
| 101 | + <TextView android:id="@+id/cardIdView" |
| 102 | + android:layout_width="fill_parent" |
| 103 | + android:layout_height="wrap_content" |
| 104 | + android:paddingTop="10dip" |
| 105 | + android:paddingBottom="10dip" |
| 106 | + android:textSize="@dimen/text_size_medium"/> |
94 | 107 | </LinearLayout>
|
95 | 108 | <LinearLayout android:orientation="horizontal"
|
96 |
| - android:padding="10.0dip" |
97 | 109 | android:layout_width="fill_parent"
|
98 | 110 | android:layout_height="wrap_content"
|
99 | 111 | android:id="@+id/barcodeTypeLayout">
|
100 |
| - <TextView android:textSize="16.0sp" |
| 112 | + <TextView android:textSize="@dimen/text_size_medium" |
101 | 113 | android:textStyle="bold"
|
102 | 114 | android:layout_gravity="center_vertical"
|
103 |
| - android:paddingStart="20.0dip" |
104 |
| - android:paddingEnd="20.0dip" |
105 | 115 | android:layout_width="wrap_content"
|
106 | 116 | android:layout_height="wrap_content"
|
107 | 117 | android:labelFor="@+id/barcodeType"
|
|
0 commit comments