File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
SmartFileBrowser/src/main/res/layout Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments