Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 6700f57

Browse files
committed
Fixed indentation
1 parent d7bd002 commit 6700f57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="match_parent"
44
android:layout_height="match_parent"
5-
android:layout_marginTop="0dp"
65
android:gravity="center"
7-
android:paddingLeft="@dimen/difficulty_padding"
86
android:paddingRight="@dimen/difficulty_padding"
9-
android:orientation="horizontal">
7+
android:orientation="horizontal"
8+
android:layout_marginTop="0dp"
9+
android:paddingLeft="@dimen/difficulty_padding">
1010

1111
<LinearLayout
1212
android:layout_width="match_parent"

0 commit comments

Comments
 (0)