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
355c4582
Commit
355c4582
authored
Apr 01, 2015
by
Geoffrey Métais
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore Action bar size to fix alignment
parent
bbb06359
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
vlc-android/res/layout/toolbar.xml
vlc-android/res/layout/toolbar.xml
+1
-1
vlc-android/res/values/styles.xml
vlc-android/res/values/styles.xml
+0
-1
No files found.
vlc-android/res/layout/toolbar.xml
View file @
355c4582
...
...
@@ -4,7 +4,7 @@
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:id=
"@+id/main_toolbar"
android:layout_width=
"match_parent"
android:layout_height=
"
@dimen
/actionBarSize"
android:layout_height=
"
?attr
/actionBarSize"
app:navigationContentDescription=
"@string/abc_action_bar_up_description"
app:theme=
"@style/Toolbar.VLC"
app:popupTheme=
"?attr/toolbar_popup_style"
...
...
vlc-android/res/values/styles.xml
View file @
355c4582
...
...
@@ -172,7 +172,6 @@
<style
name=
"ActionBar"
parent=
"Widget.AppCompat.Light.ActionBar"
>
<item
name=
"titleTextStyle"
>
@style/ActionBar.Text
</item>
<item
name=
"android:height"
>
@dimen/actionBarSize
</item>
</style>
<style
name=
"ActionBar.Text"
parent=
"TextAppearance.AppCompat.Widget.ActionBar.Title"
>
...
...
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