FileDocCategorySizeDatePackage
BiDiTestTextViewDrawablesRtl.javaAPI DocAndroid 5.1 API1487Thu Mar 12 22:22:42 GMT 2015com.android.bidi

BiDiTestTextViewDrawablesRtl

public class BiDiTestTextViewDrawablesRtl extends android.app.Fragment

Fields Summary
private android.view.View
currentView
private android.widget.TextView
textViewError
Constructors Summary
Methods Summary
public android.view.ViewonCreateView(android.view.LayoutInflater inflater, android.view.ViewGroup container, android.os.Bundle savedInstanceState)

        currentView = inflater.inflate(R.layout.textview_drawables_rtl, container, false);
        return currentView;
    
public voidonViewCreated(android.view.View view, android.os.Bundle savedInstanceState)

        super.onViewCreated(view, savedInstanceState);

        textViewError = (TextView) currentView.findViewById(R.id.textview_error);
        textViewError.setError("Error!!");