07.01.2013 Views

David Defour - Université de Perpignan

David Defour - Université de Perpignan

David Defour - Université de Perpignan

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Option 2: Two Images<br />

(Normal and Selected)<br />

• Pros<br />

– Looks better<br />

• Cons<br />

– More work<br />

• Approach<br />

– Put image files in<br />

• res/drawable/some_icon_normal.png and<br />

• res/drawable/some_icon_selected.png<br />

– Make XML file (next page)<br />

• res/drawable/some_icon.xml<br />

– Refer to XML file with<br />

• Drawable tabIcon =<br />

resources.getDrawable(R.drawable.some_icon);<br />

– Put icon in tab label with<br />

• tabSpec.setIndicator("Some Text", tabIcon);<br />

436<br />

jeudi 26 janvier 12

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!