Ticker

6/recent/ticker-posts

Simple buttons with drawable

Example of buttons with drawable/icon:


    xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="16dp"
android:orientation="vertical"
tools:context=".MainActivity">
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:autoLink="web"
android:text="http://picturedmagazine.blogspot.com/"
android:textStyle="bold" />
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Normal Button"/>
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="borderlessButtonStyle"
style="?android:attr/borderlessButtonStyle"/>
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawableRight="@android:drawable/ic_dialog_info"
android:text="Normal Button with drawable"/>
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="borderlessButtonStyle with drawable"
android:drawableRight="@android:drawable/ic_dialog_info"
style="?android:attr/borderlessButtonStyle"/>
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@android:drawable/ic_dialog_info"/>
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="borderlessButtonStyle"
android:src="@android:drawable/ic_dialog_info"
style="?android:attr/borderlessButtonStyle"/>



إرسال تعليق

0 تعليقات