Home | History | Annotate | Download | only in com.example.android.donebar

Lines Matching refs:view

22 import android.view.LayoutInflater;
23 import android.view.Menu;
24 import android.view.MenuItem;
25 import android.view.View;
36 // Inflate a "Done" custom action bar view to serve as the "Up" affordance.
39 final View customActionBarView = inflater.inflate(
42 new View.OnClickListener() {
44 public void onClick(View v) {
50 // Show the custom action bar view and hide the normal Home icon and title.