Skip to content

Commit

Permalink
Extraindo cor de fundo do ExpandableListView inicial
Browse files Browse the repository at this point in the history
  • Loading branch information
erichegt committed Nov 23, 2012
1 parent 6c7692d commit b2b0a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions busao-sp/res/layout/main.xml
Expand Up @@ -6,6 +6,7 @@

<br.com.caelum.ondeestaobusao.widget.PontoExpandableListView
android:id="@+id/listPonto"
android:background="@color/fundo_expandable_list"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />

Expand Down
1 change: 1 addition & 0 deletions busao-sp/res/values/colors.xml
Expand Up @@ -5,4 +5,5 @@
<color name="fundo_onibus_expandable_list">#393939</color>
<color name="fundo_onibus_expandable_list_click">#33b5e5</color>
<color name="fundo_ponto_do_onibus_expandable_list">#002e3e</color>
<color name="fundo_expandable_list">@android:color/black</color>
</resources>

0 comments on commit b2b0a03

Please sign in to comment.