Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

R.layout.loveapp used by showLoveDialog does not exist #17

@farazs

Description

@farazs

Unless I am missing something, that layout is not defined anywhere and so this block does not work:

LinearLayout layout = (LinearLayout) LayoutInflater.from(mContext).inflate(R.layout.loveapp, 

TextView textView = (TextView)layout.findViewById(R.id.love_dialog_message);
Button yesButton = (Button)layout.findViewById(R.id.love_dialog_yes);
Button noButton = (Button)layout.findViewById(R.id.love_dialog_no);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions