Rany Albeg Wein

Results 8 issues of Rany Albeg Wein

When placed inside a full screen Activitiy's content view, the menu's start and end positions are a bit shifted from the actual component, as can be seen [here](https://i.imgur.com/E7Xlc1q.jpg) BoomMenu works...

``` ERROR: Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 is also present at [androidx.core:core:1.0.1] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory). Suggestion: add 'tools:replace="android:appComponentFactory"' to element at AndroidManifest.xml:11:5-66:19 to override. ``` Adding...

It would be great if the ability to capture multiple photos without invoking the camera again and again, will be added in a future release. Thank you!

enhancement

If the user types "something" as a search term, it would be nice to have a key suggestion which is near to the "g" key for a faster navigation. Thank...

feature

Or else a NullPointerException will be thrown at `BeerOrderServiceImpl#placeOrder` after execution of the following line: ![image](https://user-images.githubusercontent.com/6614357/129067622-762761ad-9dac-4528-ae94-a38c2c1f782e.png) Which will fail because of an unsuccessful mapping between `BeerOrderDto` and a `BeerOrder`. ![image](https://user-images.githubusercontent.com/6614357/129067353-c2d49cbe-91ab-4e93-bb9f-0b87ff2909f7.png)

![image](https://user-images.githubusercontent.com/6614357/128559999-4c2e1d8a-bdf7-4a46-a6ee-ab327b4d12e4.png)

Thank you for a great plugin! When being prompted for "Copying such a big image could be slow and may take a lot of memory. Proceed?" It would be nice...

It would be nice and more elegant, to create **GlowingText** using the Builder pattern, like so: ``` java GlowingText glowText = new GlowingText.Builder(activity, getBaseContext(), textView) .minGlowRadius(4) .maxGlowRadius(8) .startGlowRadius() .color(Color.BLUE) .speed(5)...