Skip to content

Commit 80b9d27

Browse files
committed
Add separator between the 2 explorers in landscape mode.
1 parent 2bf44d4 commit 80b9d27

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/src/main/res/layout-land/activity_main.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@
6363
class="com.paulds.simpleftp.presentation.fragments.ExplorerFragment"
6464
tools:layout="@layout/fragment_explorer" />
6565

66+
<View
67+
android:layout_width="1dp"
68+
android:layout_height="match_parent"
69+
android:background="@android:color/darker_gray"/>
70+
6671
<fragment
6772
android:id="@+id/secondExplorer"
6873
android:layout_width="match_parent"

0 commit comments

Comments
 (0)