We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf44d4 commit 80b9d27Copy full SHA for 80b9d27
1 file changed
app/src/main/res/layout-land/activity_main.xml
@@ -63,6 +63,11 @@
63
class="com.paulds.simpleftp.presentation.fragments.ExplorerFragment"
64
tools:layout="@layout/fragment_explorer" />
65
66
+ <View
67
+ android:layout_width="1dp"
68
+ android:layout_height="match_parent"
69
+ android:background="@android:color/darker_gray"/>
70
+
71
<fragment
72
android:id="@+id/secondExplorer"
73
android:layout_width="match_parent"
0 commit comments