Skip to content

Commit 67fcd92

Browse files
committed
background buttons
1 parent 89f7647 commit 67fcd92

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

PowerFileExplorer/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

PowerFileExplorer/src/main/res/layout-land/activity_folder_chooser.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
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"
@@ -73,7 +74,8 @@
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"
@@ -83,7 +85,8 @@
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>

PowerFileExplorer/src/main/res/layout-port/activity_folder_chooser.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
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"
@@ -74,7 +75,8 @@
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"
@@ -84,7 +86,8 @@
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>

0 commit comments

Comments
 (0)