Floating-ArcMenu icon indicating copy to clipboard operation
Floating-ArcMenu copied to clipboard

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

Open SaraAshourHelmy opened this issue 7 years ago • 18 comments

SaraAshourHelmy avatar Mar 07 '17 07:03 SaraAshourHelmy

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

BrotherV avatar Mar 07 '17 18:03 BrotherV

where is this dependency ??

SaraAshourHelmy avatar Mar 09 '17 05:03 SaraAshourHelmy

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' }

BrotherV avatar Mar 09 '17 05:03 BrotherV

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

SaraAshourHelmy avatar Mar 09 '17 09:03 SaraAshourHelmy

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.

BrotherV avatar Mar 09 '17 09:03 BrotherV

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 [email protected] 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: [email protected] [email protected] 401- South of Police Academy, 5th Settlement Next to Downtown, Cairo, Egypt.

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

SaraAshourHelmy avatar Mar 09 '17 10:03 SaraAshourHelmy

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.

BrotherV avatar Mar 09 '17 10:03 BrotherV

thank you so much it works

On Thu, Mar 9, 2017 at 11:56 AM, Mohsen Hatami [email protected] 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: [email protected] [email protected] 401- South of Police Academy, 5th Settlement Next to Downtown, Cairo, Egypt.

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

SaraAshourHelmy avatar Mar 12 '17 08:03 SaraAshourHelmy

Your welcome ;)

BrotherV avatar Mar 14 '17 08:03 BrotherV

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 [email protected] 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: [email protected] [email protected] 401- South of Police Academy, 5th Settlement Next to Downtown, Cairo, Egypt.

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

SaraAshourHelmy avatar Mar 18 '17 14:03 SaraAshourHelmy

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.

BrotherV avatar Mar 18 '17 15:03 BrotherV

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" [email protected] 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 .

SaraAshourHelmy avatar Mar 18 '17 15:03 SaraAshourHelmy

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

BrotherV avatar Mar 18 '17 19:03 BrotherV

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

BrotherV avatar Mar 19 '17 09:03 BrotherV

thanks alot mohsen .. it works perfect

On Mar 19, 2017 11:04 AM, "Mohsen Hatami" [email protected] 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 avatar Mar 19 '17 09:03 SaraAshourHelmy

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 [email protected] wrote:

thanks alot mohsen .. it works perfect

On Mar 19, 2017 11:04 AM, "Mohsen Hatami" [email protected] 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: [email protected] [email protected] 401- South of Police Academy, 5th Settlement Next to Downtown, Cairo, Egypt.

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

SaraAshourHelmy avatar Apr 03 '17 13:04 SaraAshourHelmy

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.

BrotherV avatar Apr 03 '17 14:04 BrotherV

Thank you for quickly response and your interesting

On Apr 3, 2017 4:17 PM, "Mohsen Hatami" [email protected] 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 .

SaraAshourHelmy avatar Apr 03 '17 15:04 SaraAshourHelmy