Possible Duplicate:
Question mark (?) in XML attributes for Android
I have seen ?
in android style declarations. For example...
<Button
android:id="@+id/gems_button"
style="?buttonBarButtonStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/gems_button" />
What does the ?
signify in the line style="?buttonBarButtonStyle"