重複の可能性:
Android の XML 属性の疑問符 (?)
?
Android スタイルの宣言を見てきました。例えば...
<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" />
?
行の意味は何ですかstyle="?buttonBarButtonStyle"