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

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant