We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
###BootstrapThumbnail
See the sample code. This ImageView displays images in a rectangle, whose edges are themed with BootstrapBrand.
<com.beardedhen.androidbootstrap.BootstrapThumbnail android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/my_drawable" app:bootstrapBrand="info" app:hasBorder="true" />
Whether the border is shown and its color are defined via the XML attributes, as above. Setters are also available on the view class.
BootstrapThumbnail thumbnail = new BootstrapThumbnail(context); thumbnail.setImageResource(R.drawable.my_resource); thumbnail.setBorderDisplayed(true);
There was an error while loading. Please reload this page.