Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
5a2f6f64
Commit
5a2f6f64
authored
Apr 01, 2015
by
Geoffrey Métais
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore correct actionbar size
parent
355c4582
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vlc-android/res/layout/main.xml
vlc-android/res/layout/main.xml
+1
-1
vlc-android/res/layout/sidebar.xml
vlc-android/res/layout/sidebar.xml
+1
-1
No files found.
vlc-android/res/layout/main.xml
View file @
5a2f6f64
...
...
@@ -30,7 +30,7 @@
<View
android:layout_width=
"fill_parent"
android:layout_height=
"
@dimen
/actionBarSize"
android:layout_height=
"
?attr
/actionBarSize"
android:background=
"?attr/background_actionbar"
/>
<FrameLayout
...
...
vlc-android/res/layout/sidebar.xml
View file @
5a2f6f64
...
...
@@ -10,7 +10,7 @@
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:focusable=
"true"
android:paddingTop=
"
@dimen
/actionBarSize"
android:paddingTop=
"
?attr
/actionBarSize"
android:layout_above=
"@+id/sidebar_separator_settings"
android:nextFocusForward=
"@id/sidelist"
android:nextFocusUp=
"@id/sidelist"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment