navasmdc / MaterialDesignLibrary

This is a library with components of Android L to you use in android 2.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not able to set Dialog Text Gravity

Hitexroid opened this issue · comments

commented

How can i set gravity Title and MessageText in Dialog ?

i write this code in Dialog Class

public void setGravity(int Gravity) { titleTextView.setGravity(Gravity); messageTextView.setGravity(Gravity); }

but returns this error

java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.TextView.setGravity(int)' on a null object reference

this.getDialog().setTitle(title);
Text in dialog ,u should inflate view in onCreateView