Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
530
Issue boards
Milestones
Wiki
Code
Merge requests
15
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
537776d7
Commit
537776d7
authored
7 years ago
by
Geoffrey Métais
Browse files
Options
Downloads
Patches
Plain Diff
Fix subs picker DPAD navigation
(cherry picked from commit
2809d417
)
parent
b1150a68
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vlc-android/res/layout/file_picker_activity.xml
+3
-1
3 additions, 1 deletion
vlc-android/res/layout/file_picker_activity.xml
vlc-android/src/org/videolan/vlc/gui/browser/FileBrowserFragment.java
+1
-0
1 addition, 0 deletions
...src/org/videolan/vlc/gui/browser/FileBrowserFragment.java
with
4 additions
and
1 deletion
vlc-android/res/layout/file_picker_activity.xml
+
3
−
1
View file @
537776d7
...
...
@@ -14,7 +14,9 @@
android:onClick=
"onHomeClick"
tools:targetApi=
"11"
android:src=
"@drawable/ic_browser_home_normal"
android:scaleType=
"fitCenter"
/>
android:scaleType=
"fitCenter"
android:focusable=
"true"
android:clickable=
"true"
/>
<FrameLayout
android:id=
"@+id/fragment_placeholder"
android:layout_width=
"match_parent"
...
...
This diff is collapsed.
Click to expand it.
vlc-android/src/org/videolan/vlc/gui/browser/FileBrowserFragment.java
+
1
−
0
View file @
537776d7
...
...
@@ -87,6 +87,7 @@ public class FileBrowserFragment extends BaseBrowserFragment {
@Override
protected
void
browseRoot
()
{
mMrl
=
null
;
mRoot
=
true
;
final
FragmentActivity
activity
=
getActivity
();
if
(
activity
==
null
)
return
;
activity
.
setTitle
(
R
.
string
.
directories
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment