ボタンの背景画像の生成された ID を取得したい。その星の画像は drawable のものです。生成されたIDを取得したい。
ボタンの特定の ID を取得することはわかって.getId
いますが、取得したいのはバックグラウンド リソースの ID です。なんてことはありませんbutton.getBackground().getId()
<Button
android:id="@+id/btnhgfavorite"
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/star"
android:focusable="false"/>