Skip to content

Commit 9513ed5

Browse files
committed
completed
1 parent 9ff87a5 commit 9513ed5

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

SmartFileBrowser/src/main/res/layout/activity_file_browser_main.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
xmlns:tools="http://schemas.android.com/tools"
55
android:layout_width="match_parent"
66
android:layout_height="match_parent"
7+
android:layoutDirection="ltr"
78
android:id="@+id/fileBrowser_activity_main_windowRoot"
89
tools:context=".acitivties.FileBrowserMainActivity">
910

SmartFileBrowser/src/main/res/layout/fragment_file_browser.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
xmlns:app="http://schemas.android.com/apk/res-auto"
44
xmlns:tools="http://schemas.android.com/tools"
55
android:layout_width="match_parent"
6+
android:layoutDirection="ltr"
67
android:layout_height="match_parent">
78

89
<androidx.recyclerview.widget.RecyclerView

SmartFileBrowser/src/main/res/layout/fragment_gallery_layout.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="match_parent"
4-
android:layout_height="match_parent">
4+
android:layout_height="match_parent"
5+
android:layoutDirection="ltr"
6+
7+
>
58
<androidx.recyclerview.widget.RecyclerView
69
android:id="@+id/sfb_fragment_gallery_recyclerView"
710
android:layout_width="match_parent"

0 commit comments

Comments
 (0)