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 trialJavier Reyna
976 PointsHow can I return to show the values instead of the reference values after click them?
Get back to the number instead of the reference, e.g. 64dp -> @dime/activity_horizontal_margin
minute 01:20
2 Answers
haunguyen
14,985 PointsIf I understand your question right. with the cursor on/over the reference, try ctrl + . Or cmd + . in android studio (maybe the same for eclipse)
Pablo Rocha
10,142 PointsUsing Windows and Android Studio, I was able to go back to the dp value by placing the cursor on the dimen value and pressing CRTL >
Javier Reyna
976 PointsJavier Reyna
976 PointsThanks, that worked!