Skip to content

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

@sanjogshrestha

Description

@sanjogshrestha

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"
        .../>```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions