Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBeditor v3 pull request #1

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Conversation

lucadalba
Copy link

Daxgirl tells that you've some other modifications for DBeditor but you don't have committed them yet.
I you want you can merge my DBeditor v3 master into your master, so before adding your new features you will have also my features in your repo.

Regards.
lucadalba

- Removed value TextView in dialog
- Dialog Key font bold, centered and purple
- EditText into a ScrollView to make scrolling faster
- Dialog EditText has the VALUE as text (so you can edit value without manual rewriting it)
- Multiline EditText for strings (no numbers)
- Dialog EditText and ScrollView both starts from bottom
- Dialog EditText text centered for numbers and left aligned fr strings (just for design)
- If edittext content is a string (not number), width is match parent, hint text is "Enter string" (just for design)
- If edittext content is a number (integer or decimal), the width is wrap content (with android:minEms=3 ) and the hint text is "Value" (just for design)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant