Mohamed Medhat

Results 3 issues of Mohamed Medhat

This issue is tracking the optimization work of `profile_chooser_add_view.xml` 1. Make sure that the layout uses `ConstraintLayout` and there is minimal nesting of views. If this view already uses `ConstraintLayout`...

Type: Improvement
Priority: Nice-to-have
good first issue
issue_type_infrastructure
issue_user_impact_low
dev_team

Is it possible to customize the frame? I want to make the frame a circle, is this possible?

I have a [class that contains screenshot-tests](https://github.com/MohamedMedhat1998/ScreenshotTestingDemo/blob/master/app/src/androidTest/java/com/andalus/screenshottestingdemo/ScreenshotTestingTests.kt) with the following code: ``` class ScreenshotTestingTests { @get:Rule var activityTestRule = ActivityTestRule(MainActivity::class.java) @Test fun testHomeActivity() { val intent = Intent() val activity...