Cleaned up resources and design fixes
This commit is contained in:
parent
13843095a8
commit
a3e9168dd4
65 changed files with 17 additions and 29 deletions
|
|
@ -38,7 +38,7 @@
|
|||
<string name="audio_focus_denied">We were not able to gain audio focus.</string>
|
||||
<string name="title_activity_tag_editor">TagEditorActivity</string>
|
||||
<string name="hello_world">Hello world!</string>
|
||||
<string name="tag_editor">Tag Editor [beta]</string>
|
||||
<string name="tag_editor">Tag Editor</string>
|
||||
<string name="song">Song</string>
|
||||
<string name="album">Album</string>
|
||||
<string name="artist">Artist</string>
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@
|
|||
</style>
|
||||
|
||||
<style name="MusicProgressSlider" parent="MusicProgressSliderParent">
|
||||
<item name="android:progressDrawable">@drawable/seekbar_progress</item>
|
||||
<item name="android:thumb">@drawable/seekbar_thumb</item>
|
||||
<item name="android:progressDrawable">@drawable/slider_progress</item>
|
||||
<item name="android:thumb">@drawable/slider_thumb</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue