OSDN Git Service

Eleven: Add a lot of the styling/colors to the Eleven app
authorlinus_lee <llee@cyngn.com>
Sat, 30 Aug 2014 02:44:58 +0000 (19:44 -0700)
committerlinus_lee <llee@cyngn.com>
Thu, 20 Nov 2014 19:58:47 +0000 (11:58 -0800)
commitec7eb2e4ef7d143e49998ed88753d7c79a662f2f
treeb909e2cfb854a72a36d0f19a44cdcdb320eb68a8
parent84ec212424348e81187e7df350d3d566d4e9448e
Eleven: Add a lot of the styling/colors to the Eleven app

There is still quite a few pieces missing like menu, the music
player section, and tweaking of margins and removing of the action
bar, but this change was getting so large I wanted to get this in
first

Change-Id: I3dfa7aff97810b80187eba41435f43edee828213
27 files changed:
AndroidManifest.xml
res/drawable-xhdpi/back_arrow.png [new file with mode: 0644]
res/drawable-xhdpi/btn_header_collapse.png
res/drawable-xhdpi/menu_button_light.png [new file with mode: 0644]
res/drawable-xxhdpi/menu_background.9.png [new file with mode: 0644]
res/drawable-xxhdpi/menu_item_button.png [new file with mode: 0644]
res/drawable/pager_background.xml [deleted file]
res/layout/activity_base.xml
res/layout/fragment_music_browser_phone.xml
res/layout/grid_base.xml
res/layout/header_bar.xml
res/layout/list_base.xml
res/layout/list_header.xml
res/layout/list_item_detailed.xml
res/layout/list_item_detailed_no_background.xml
res/layout/list_item_normal.xml
res/layout/list_item_simple.xml
res/layout/list_item_song.xml
res/values/colors.xml
res/values/dimens.xml
res/values/styles.xml
src/com/cyngn/eleven/adapters/AlbumAdapter.java
src/com/cyngn/eleven/adapters/ArtistAdapter.java
src/com/cyngn/eleven/ui/activities/BaseActivity.java
src/com/cyngn/eleven/ui/activities/HomeActivity.java
src/com/cyngn/eleven/ui/activities/SearchActivity.java
src/com/cyngn/eleven/ui/fragments/QueueFragment.java