BrotherV / Floating-ArcMenu

A prety menu for all application
129 stars 35 forks source link

Error:(29, 13) Failed to resolve: com.github.BrotherV:Floating-ArcMenu:bacf1b2857 #2

Open SaraAshourHelmy opened 7 years ago

BrotherV commented 7 years ago

Hi, I added dependency for this library, you can use it easily. just don't remember to set minSdk 14 in your gradle.build

SaraAshourHelmy commented 7 years ago

where is this dependency ??

BrotherV commented 7 years ago

Step 1. Add it in your root build.gradle at the end of repositories:

allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Step 2. Add the dependency

dependencies { compile 'com.github.BrotherV:Floating-ArcMenu:1.0.6.2' }

SaraAshourHelmy commented 7 years ago

thanks it works , but arc:menuImage="" can't read drawable forlder , how can i set image to this button ??

BrotherV commented 7 years ago

If you have drawable folders, just put an image in one of these folders and add it such as this: arc:menuImage="@drawable/pen"

Or if you have mipmap folders, just put your image in one of them and add image such as this: arc:menuImage="@mipmap/pen"

Which pen is the name of your image.

SaraAshourHelmy commented 7 years ago

i have the two folders but when type any name of them the folder appear like there is no found folder with this name ??

On Thu, Mar 9, 2017 at 10:30 AM, Mohsen Hatami notifications@github.com wrote:

If you have drawable folders, just put an image in one of these folders and add it such as this: arc:menuImage="@drawable/pen"

Or if you have mipmap folders, just put your image in one of them and add image such as this: arc:menuImage="@mipmap/pen"

Which pen is the name of your image.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BrotherV/Floating-ArcMenu/issues/2#issuecomment-285300554, or mute the thread https://github.com/notifications/unsubscribe-auth/APpH2khED6F3JhRaY-sKtk5CcLWrJEDDks5rj8a8gaJpZM4MVIFf .

--

office: +202-253-78-400 | mobile: +20-109-333-5929 e-mail: sara.ashour@media-sci.com sahar.elbanna@media-sci.com 401- South of Police Academy, 5th Settlement Next to Downtown, Cairo, Egypt.

http://www.media-sci.com/

BrotherV commented 7 years ago

You should add an image to your project just by adding your image to drawable folder or midmap. You must use "project" view to see whole folders of your project in android studio. Then go to "app/main/res/ " directory then you can see drawable or midmap folders which one is specified for different type of screen. Then copy your image in drawable_xxhdpi folder. After that you can it as i said in last commrnt.

SaraAshourHelmy commented 7 years ago

thank you so much it works

On Thu, Mar 9, 2017 at 11:56 AM, Mohsen Hatami notifications@github.com wrote:

You should add an image to your project just by adding your image to drawable folder or midmap. You must use "project" view to see whole folders of your project in android studio. Then go to "app/main/res/ " directory then you can see drawable or midmap folders which one is specified for different type of screen. Then copy your image in drawable_xxhdpi folder. After that you can it as i said in last commrnt.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BrotherV/Floating-ArcMenu/issues/2#issuecomment-285320689, or mute the thread https://github.com/notifications/unsubscribe-auth/APpH2mcyqOkDGpI4uTY6L_HAqPRouXNlks5rj9r3gaJpZM4MVIFf .

--

office: +202-253-78-400 | mobile: +20-109-333-5929 e-mail: sara.ashour@media-sci.com sahar.elbanna@media-sci.com 401- South of Police Academy, 5th Settlement Next to Downtown, Cairo, Egypt.

http://www.media-sci.com/

BrotherV commented 7 years ago

Your welcome ;)

SaraAshourHelmy commented 7 years ago

hi mohsen how are you ?? i have question . how to change image of menu when press i can't catch the event of click of menu and can't change image of menu programaticaly not in xml file

thanks

On Tue, Mar 14, 2017 at 9:17 AM, Mohsen Hatami notifications@github.com wrote:

Your welcome ;)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BrotherV/Floating-ArcMenu/issues/2#issuecomment-286351192, or mute the thread https://github.com/notifications/unsubscribe-auth/APpH2mXUALvKdZyGXsAdH2hgugXcxw7gks5rlk0vgaJpZM4MVIFf .

--

office: +202-253-78-400 | mobile: +20-109-333-5929 e-mail: sara.ashour@media-sci.com sahar.elbanna@media-sci.com 401- South of Police Academy, 5th Settlement Next to Downtown, Cairo, Egypt.

http://www.media-sci.com/

BrotherV commented 7 years ago

Thanks, I'm fine. How about you?! I didn't get you. You mean, you want change the icon by pressing menu, am I right? Tell me what you need from this menu and I will update it.

SaraAshourHelmy commented 7 years ago

i am fine . I set image icon then i want when press menu change icon to another . you got my point ??

On Mar 18, 2017 5:32 PM, "Mohsen Hatami" notifications@github.com wrote:

Thanks, I'm fine. How about you?! I didn't get you. You mean, you want change the icon by pressing menu, am I right? Tell me what you need from this menu and I will update it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BrotherV/Floating-ArcMenu/issues/2#issuecomment-287553617, or mute the thread https://github.com/notifications/unsubscribe-auth/APpH2ikrcR6_OY1sU8QmUz3NvaG0PYgnks5rm_kngaJpZM4MVIFf .

BrotherV commented 7 years ago

I will add a few methods for next version and you can use it easily in your projects.

BrotherV commented 7 years ago

Hello Sara, I added new methods to set 2 icons or set icon programmatically, even you can access to OnClickListener now. Check new version 1.0.8.7

SaraAshourHelmy commented 7 years ago

thanks alot mohsen .. it works perfect

On Mar 19, 2017 11:04 AM, "Mohsen Hatami" notifications@github.com wrote:

Hello Sara, I added new methods to set 2 icons or set icon programmatically, even you can access to OnClickListener now. Check new version 1.0.8.7

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BrotherV/Floating-ArcMenu/issues/2#issuecomment-287603479, or mute the thread https://github.com/notifications/unsubscribe-auth/APpH2okvQn1_HFr5EUI7lDlkyIRZu5pLks5rnO-jgaJpZM4MVIFf .

SaraAshourHelmy commented 7 years ago

hello mohsen

please could i ask you question ? i want to add menu items from xml , Is this valid or not ??

thanks

On Sun, Mar 19, 2017 at 10:41 AM, Sara Ashour sara.ashour.89@gmail.com wrote:

thanks alot mohsen .. it works perfect

On Mar 19, 2017 11:04 AM, "Mohsen Hatami" notifications@github.com wrote:

Hello Sara, I added new methods to set 2 icons or set icon programmatically, even you can access to OnClickListener now. Check new version 1.0.8.7

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BrotherV/Floating-ArcMenu/issues/2#issuecomment-287603479, or mute the thread https://github.com/notifications/unsubscribe-auth/APpH2okvQn1_HFr5EUI7lDlkyIRZu5pLks5rnO-jgaJpZM4MVIFf .

--

office: +202-253-78-400 | mobile: +20-109-333-5929 e-mail: sara.ashour@media-sci.com sahar.elbanna@media-sci.com 401- South of Police Academy, 5th Settlement Next to Downtown, Cairo, Egypt.

http://www.media-sci.com/

BrotherV commented 7 years ago

Hello dear Sara, actually you shoul try, I myself don't use xml for cildren and I prefer to add child programmatically. But I will wotk on it as soon as I could.

SaraAshourHelmy commented 7 years ago

Thank you for quickly response and your interesting

On Apr 3, 2017 4:17 PM, "Mohsen Hatami" notifications@github.com wrote:

Hello dear Sara, actually you shoul try, I myself don't use xml for cildren and I prefer to add child programmatically. But I will wotk on it as soon as I could.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BrotherV/Floating-ArcMenu/issues/2#issuecomment-291156733, or mute the thread https://github.com/notifications/unsubscribe-auth/APpH2t-ZztlJLhDvV4yeAy47aIT5P3Fbks5rsP9rgaJpZM4MVIFf .