Skip to content

Commit

Permalink
fb: global menu follow new 4.4 UI
Browse files Browse the repository at this point in the history
the sound indicator is still ICS blue...change it to white
In general we should consider to change all tab_selected
files into a Holo.Light switch due it is already defined in styles.xml

but thats work for our themer :p

Change-Id: I02b5331e223319517c5536522cd6bc419745ce3f
  • Loading branch information
kufikugel committed Nov 16, 2013
1 parent 424a61e commit c0d54c5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion core/res/res/drawable/silent_mode_indicator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="false" android:drawable="@android:color/transparent" />
<item android:state_selected="true" android:drawable="@drawable/tab_selected_holo" />
<item android:state_selected="true" android:drawable="@drawable/tab_selected_holo_dark" />
</selector>

0 comments on commit c0d54c5

Please sign in to comment.