do you knw image edit sw.. just get image hexagonal shape  and use image
button ...that s all

On Mon, Sep 3, 2012 at 11:19 AM, Meena Rengarajan <meenasoft...@gmail.com>wrote:

> <?xml version="1.0" encoding="utf-8"?>
> <shape xmlns:android="http://schemas.android.com/apk/res/android"; >
>     android:shape="Rectangle">
>     <gradient
>         android:startColor="#F778A1"
>         android:endColor="#D4A017"
>         android:angle="180"/>
>     <corners android:radius="60dp"/>
>     <padding android:left="9dp"
>         android:top="9dp"
>         android:right="9dp"
>         android:bottom="9dp" />
>     <corners android:radius="90dp" />
> </shape>
>
> My Requirement : How to change the shape of the textview and buttons as a
> Hexagonal shape?
>
> I have done so far :-
>
> This is my Code, I have changed textview shape as a rectangle with round
> edged corners. But i have done this in Xml. It works fine for me.
>
> Same, now i wanna change the shape of the Textview as a Hexagonal shape so
> textview label and button labels would be appeared in Hexagonal shape so i
> wanna do this in my app. How could i do this ? Could anyone help me.
>
> Any suggestions / helps would be greatly appreciated, thank you
> On Monday, September 3, 2012 11:09:45 AM UTC+5:30, Anirudh Loya wrote:
>
>> What is your exact requirement ?
>>
>> On Mon, Sep 3, 2012 at 10:58 AM, Meena Rengarajan <meenas...@gmail.com>wrote:
>>
>>> Hi all,
>>>            I wanna create Hexagon in android . I have no idea how to
>>> create buttons in hexagonal shape . Please can anyone suggest me .
>>>
>>> I have tried a lot in google. No sources i have found.
>>>
>>> Could anyone suggest me a link for coding or any codes ?
>>>
>>>  --
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Developers" group.
>>> To post to this group, send email to android-d...@**googlegroups.com
>>>
>>> To unsubscribe from this group, send email to
>>> android-developers+**unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/**group/android-developers?hl=en<http://groups.google.com/group/android-developers?hl=en>
>>>
>>
>>
>>
>> --
>>
>> Thank you****
>>
>> Anirudh Loya | Android Developer**
>>
>> Desk: +9140-30681824 | Mobile: +91*9246561265*
>>
>>
>>
>>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to