Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions