Skip to content

Bootstrap Thumbnail

Danielle Vass edited this page Dec 6, 2013 · 5 revisions
      <com.beardedhen.androidbootstrap.BootstrapThumbnail
            android:id="@+id/thumbnailTwo"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            bootstrapthumbnail:bt_width="150dp"
            bootstrapthumbnail:bt_height="110dp"
            android:layout_margin="10dp"/>

        <com.beardedhen.androidbootstrap.BootstrapThumbnail
            android:id="@+id/thumbnailTwo"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            bootstrapthumbnail:bt_width="150dp"
            bootstrapthumbnail:bt_height="110dp"
            android:layout_margin="10dp"
            bootstrapthumbnail:bt_image="@drawable/bbuton_danger"/>

You can set the image programmatically as well by calling setImage().

Clone this wiki locally