|
96 | 96 | android:layout_width="match_parent" |
97 | 97 | android:layout_height="wrap_content" |
98 | 98 | android:layout_gravity="center_vertical" |
99 | | - android:orientation="horizontal"> |
| 99 | + android:orientation="horizontal" |
| 100 | + android:paddingTop="10dp" |
| 101 | + android:paddingBottom="5dp"> |
100 | 102 |
|
101 | 103 | <TextView |
102 | 104 | android:layout_width="wrap_content" |
|
132 | 134 | android:layout_width="match_parent" |
133 | 135 | android:layout_height="wrap_content" |
134 | 136 | android:layout_gravity="center_vertical" |
135 | | - android:orientation="horizontal"> |
136 | | - |
137 | | - </LinearLayout> |
138 | | - |
139 | | - <LinearLayout |
140 | | - android:layout_width="match_parent" |
141 | | - android:layout_height="wrap_content" |
142 | | - android:layout_gravity="center_vertical" |
143 | | - android:orientation="horizontal"> |
| 137 | + android:orientation="horizontal" |
| 138 | + android:paddingTop="5dp" |
| 139 | + android:paddingBottom="5dp"> |
144 | 140 |
|
145 | 141 | <TextView |
146 | 142 | android:layout_width="wrap_content" |
|
177 | 173 | android:layout_width="match_parent" |
178 | 174 | android:layout_height="wrap_content" |
179 | 175 | android:layout_gravity="center_vertical" |
180 | | - android:orientation="horizontal"> |
| 176 | + android:orientation="horizontal" |
| 177 | + android:paddingTop="5dp" |
| 178 | + android:paddingBottom="10dp"> |
181 | 179 |
|
182 | 180 | <TextView |
183 | 181 | android:layout_width="wrap_content" |
|
0 commit comments