ad728

Saturday, October 14, 2017

AIDE Tutorial-6.1 Round Button

AIDE Tutorial-6.1 Round Button

In this aide tutorial i will show you how to make a round button Main.xml
Watch the video below and try yourself

<Button
android:id ="@+id/push_button"
android:layout_width="150dp"
android:layout_height="150dp"
android:text="Round Button"
android:background="@drawable/button_big_round"/>

Go to drawable create a new xml button_big_round
And paste this code
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
    <item>
        <shape android:shape="oval">
            <stroke android:color="#000000" android:width="5dp" />
            <solid android:color="#87CEEB"/>
            </shape></item></selector>

Other Related Video

  1. AIDE Tutorial-6 Adding Button on App
  2. AIDE Tutorial- 7 Toast Button
  3. AIDE Tutorial- 9 Internet Button
Share:

0 comments:

Post a Comment

Total Pageviews

Sponsor

Sponsor

ad300

Blog Archive