I frequently find myself wanting to change something like this, in a layout file:
android:layout_width="wrap_content"
to the equivalent style attribute in styles.xml:
<item name="android:layout_width">wrap_content</item>
Is there an Eclipse shortcut? Google throws up thousands of irrelevant results.
It looks like this is now possible with the latest tools – see http://tools.android.com/recent/extractstylerefactoring for details
Hope this helps,
Phil Lello