Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Wei-Ting Chen
7,632 PointsCamera icon doesn't show up my Galaxy S3
Hi everyone, after adding the code below, the camera icon still doesn't show up on my phone. Any suggestion? ``Android <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" tools:context=".MainActivity"> <item android:id="@+id/action_edit_friends" android:title="@string/menu_edit_friends_label"></item> <item android:id="@+id/action_log_out" android:title="@string/menu_logout_label"></item> <item android:id="@+id/action_camera" android:title="@string/menu_camera_label" android:icon="@drawable/ic_camera" android:showAsAction="always"></item> </menu>
``
The screenshot is down below: http://ppt.cc/Kess