Skip to content

Commit 0890172

Browse files
committed
Small layout changes
1 parent 71b96da commit 0890172

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

app/src/main/res/layout/main_fragment.xml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@
9696
android:layout_width="match_parent"
9797
android:layout_height="wrap_content"
9898
android:layout_gravity="center_vertical"
99-
android:orientation="horizontal">
99+
android:orientation="horizontal"
100+
android:paddingTop="10dp"
101+
android:paddingBottom="5dp">
100102

101103
<TextView
102104
android:layout_width="wrap_content"
@@ -132,15 +134,9 @@
132134
android:layout_width="match_parent"
133135
android:layout_height="wrap_content"
134136
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">
144140

145141
<TextView
146142
android:layout_width="wrap_content"
@@ -177,7 +173,9 @@
177173
android:layout_width="match_parent"
178174
android:layout_height="wrap_content"
179175
android:layout_gravity="center_vertical"
180-
android:orientation="horizontal">
176+
android:orientation="horizontal"
177+
android:paddingTop="5dp"
178+
android:paddingBottom="10dp">
181179

182180
<TextView
183181
android:layout_width="wrap_content"

0 commit comments

Comments
 (0)