Animation an checkboxen dranhängen

  • 1 Antworten
  • Letztes Antwortdatum
K

Kollen

Gast
Heyjo,

man kann ja ganz normal Bilder/Icons neben Checkboxen, Edittexte usw
anhängen.

Hier was ich meine:




Code:
<CheckBox
                android:id="@+id/settings_cb_animation"
                android:layout_width="match_parent"
                android:layout_height="60dp"
                android:drawableRight="@drawable/ic_refresh" />
Meine Frage ist kann man auch Animationen so anhängen?
Probiert hab ich so, zeigt mir aber nur den 1 frame.

Code:
<CheckBox
                android:id="@+id/settings_cb_animation"
                android:layout_width="match_parent"
                android:layout_height="60dp"
                android:drawableRight="[COLOR=Red]@anim[/COLOR]/ic_animation_animation" />
MfG
 
Hey,

da das so nicht geht, hab ich es mit 2 FrameLayouts, 1 ImageButton und AnimationDrawable gelöst.

MfG
 
Zurück
Oben Unten