File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed
PowerFileExplorer/src/main Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 33<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
44 package =" net.gnu.explorer"
55 android : versionCode =" 64"
6- android : versionName =" 1.0.14 "
6+ android : versionName =" 1.0.15 "
77>
88
99 <!-- Min/target SDK versions (<uses-sdk>) managed by build.gradle
Original file line number Diff line number Diff line change 6363 android:layout_width=" match_parent"
6464 android:layout_height=" wrap_content"
6565 android:layout_alignParentBottom=" true"
66- android:orientation=" horizontal" >
66+ android:orientation=" horizontal"
67+ android:layout_margin=" 0dp" >
6768
6869 <ImageButton
6970 android:id=" @+id/cancelDir"
7374 android:onClick=" cancel"
7475 android:text=" Cancel"
7576 android:src=" @drawable/delete"
76- android:textSize=" 14sp" />
77+ android:textSize=" 14sp"
78+ android:layout_margin=" 0dp" />
7779
7880 <ImageButton
7981 android:id=" @+id/okDir"
8385 android:onClick=" ok"
8486 android:text=" OK"
8587 android:src=" @drawable/install"
86- android:textSize=" 14sp" />
88+ android:textSize=" 14sp"
89+ android:layout_margin=" 0dp" />
8790 </LinearLayout >
8891
8992 </RelativeLayout >
Original file line number Diff line number Diff line change 6464 android:layout_width=" match_parent"
6565 android:layout_height=" wrap_content"
6666 android:layout_alignParentBottom=" true"
67- android:orientation=" horizontal" >
67+ android:orientation=" horizontal"
68+ android:layout_margin=" 0dp" >
6869
6970 <ImageButton
7071 android:id=" @+id/cancelDir"
7475 android:onClick=" cancel"
7576 android:text=" Cancel"
7677 android:src=" @drawable/delete"
77- android:textSize=" 14sp" />
78+ android:textSize=" 14sp"
79+ android:layout_margin=" 0dp" />
7880
7981 <ImageButton
8082 android:id=" @+id/okDir"
8486 android:onClick=" ok"
8587 android:text=" OK"
8688 android:src=" @drawable/install"
87- android:textSize=" 14sp" />
89+ android:textSize=" 14sp"
90+ android:layout_margin=" 0dp" />
8891 </LinearLayout >
8992
9093 </RelativeLayout >
You can’t perform that action at this time.
0 commit comments