Lelelo1 / tns-linkimager

Apache License 2.0
0 stars 1 forks source link

Designing ActionBar #7

Open Lelelo1 opened 5 years ago

Lelelo1 commented 5 years ago

Background: As I was looking to for the ability to have a fullscreen camera, I needed content to display under actionbar. Where I did not found a solution on android while on iOS leading to some to strange alternation in the cordinate system.

In the original edition of the app made in Xamarin it had the following "action items":

original-actionbar

1: Enabling a mode where touch sensitive area are shown as partially transparent. 2: Enabling a mode where touch sensitive areas are shown completely, can be moved around and deleted. 3: Exporting the project


Hoping to include basic editing tools editing tools: https://npm.proplugins.org/-/web/detail/@proplugins/nativescript-photo-editor. (Needs testing) image filters: https://npm.proplugins.org/-/web/detail/@proplugins/nativescript-image-filters


I am also considering having action items on the right:

snapchat-right

Designing these button are closely related to identifying the most important features.

Lelelo1 commented 5 years ago

I am having hard trouble to get backarrow to work - due to NavigationButton and ActionItem needs to be inside ActionBar to work.

However I have found a suitable workaround of having the previous image shown instead:

original-actionbar.

I think it gives the user a better sense of where they are.