~vono22/narau/trunk

« back to all changes in this revision

Viewing changes to Narau/res/layout/download.xml

  • Committer: Yvon Tanguy
  • Date: 2012-12-12 23:41:33 UTC
  • Revision ID: vono22@yahoo.fr-20121212234133-obo5mi9o533n1kiv
All:
- Add ic_media_{next, previous, play} for theme buttons.

KanjiToWord:
- Enabled/Disabled the buttons prev/next instead of make them visible/invisible.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
        android:layout_height="wrap_content"
100
100
        android:layout_gravity="center_horizontal"
101
101
        android:layout_marginTop="15dp"
102
 
        android:drawableRight="@android:drawable/ic_media_play"
 
102
        android:drawableRight="@drawable/ic_media_play"
103
103
        android:onClick="onClickButtonDownloadContinue"
104
104
        android:text="@string/buttonContinue"
105
105
        android:visibility="gone" />