The Wayback Machine - https://web.archive.org/web/20200915102006/https://github.com/Cleveroad/BlurTutorial/issues/4
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

Why is the height of the button specified to 25dp in sample project? #4

Open
sanjogshrestha opened this issue Jun 10, 2020 · 0 comments

Comments

@sanjogshrestha
Copy link

@sanjogshrestha sanjogshrestha commented Jun 10, 2020

Tested Device: Pixel XL Android 23 (Emulator)

Issue : Why is the height of the button hardcoded to 25dp?

Expectation:
Screen Shot 2020-06-10 at 16 50 35

Reality :
Screen Shot 2020-06-10 at 16 53 54

Issue in the popup_window.xml

       <Button
        android:id="@+id/bGotIt"
        android:layout_width="wrap_content"
        android:layout_height="25dp"
        .../>```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.