Skip to content

Commit 1a25bd6

Browse files
committed
horizon archive type list
1 parent 1d828c3 commit 1a25bd6

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
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.11"
6+
android:versionName="1.0.12"
77
>
88

99
<!-- Min/target SDK versions (<uses-sdk>) managed by build.gradle

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,12 @@
204204
android:layout_gravity="center_vertical"
205205
android:gravity="center_vertical"
206206
android:textSize="14sp" />
207-
<!--<HorizontalScrollView
207+
<HorizontalScrollView
208208
android:id="@+id/toolbar"
209209
android:layout_width="wrap_content"
210210
android:layout_height="wrap_content"
211211
android:layout_gravity="top"
212-
android:scrollbars="none">-->
212+
android:scrollbars="none">
213213
<RadioGroup
214214
android:id="@+id/type"
215215
android:layout_width="wrap_content"
@@ -266,7 +266,7 @@
266266
android:textAppearance="?android:attr/textAppearanceLarge"/>
267267

268268
</RadioGroup>
269-
<!--</HorizontalScrollView>-->
269+
</HorizontalScrollView>
270270
</LinearLayout>
271271

272272
<LinearLayout

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,12 @@
203203
android:layout_gravity="center_vertical"
204204
android:gravity="center_vertical"
205205
android:textSize="14sp" />
206-
<!--<HorizontalScrollView
206+
<HorizontalScrollView
207207
android:id="@+id/toolbar"
208208
android:layout_width="wrap_content"
209209
android:layout_height="wrap_content"
210210
android:layout_gravity="top"
211-
android:scrollbars="none">-->
211+
android:scrollbars="none">
212212
<RadioGroup
213213
android:id="@+id/type"
214214
android:layout_width="wrap_content"
@@ -265,7 +265,7 @@
265265
android:textAppearance="?android:attr/textAppearanceLarge"/>
266266

267267
</RadioGroup>
268-
<!--</HorizontalScrollView>-->
268+
</HorizontalScrollView>
269269
</LinearLayout>
270270

271271
<LinearLayout

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ An extreme powerful file explorer, two custom panels, built-in images/document p
55

66
[<img alt="Get it on Github" height="40" width="100" src="https://github.githubassets.com/images/modules/logos_page/GitHub-Logo.png">](https://github.com/PowerExplorer/PowerFileExplorer/releases/download/V1.0.10/PowerFileExplorer.apk.zip)
77

8-
Github: https://github.com/PowerExplorer/PowerFileExplorer/
8+
https://github.com/PowerExplorer/PowerFileExplorer/releases/download/V1.0.12/PowerFileExplorer.apk.zip
99

1010

1111
# Prepare for build
@@ -29,9 +29,6 @@ Overview
2929
- All features freely available without any ads
3030
- lots more...
3131

32-
Warning
33-
---
34-
Basic r/w operations might not work on external memory on Kitkat devices. Don't use cut/paste from or to external SD Card. You might lose your files.
3532

3633
Top Features
3734
============
@@ -80,7 +77,7 @@ Other Features
8077
![13](https://github.com/PowerExplorer/PowerFileExplorer/releases/download/V1.0.9/Screenshot_20190618-172237.png?raw=true)
8178

8279

83-
###License:
80+
# License:
8481
---
8582
This file is part of Power File Manager.
8683
Power File Manager is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)