|  |  | 
 |  |  | package com.dayu.pipirrapp.view; | 
 |  |  |  | 
 |  |  | import android.app.Activity; | 
 |  |  | import android.content.Context; | 
 |  |  | import android.content.res.TypedArray; | 
 |  |  | import android.graphics.Color; | 
 |  |  | import android.text.TextUtils; | 
 |  |  | import android.util.AttributeSet; | 
 |  |  | import android.util.Log; | 
 |  |  | import android.view.View; | 
 |  |  | import android.widget.ImageButton; | 
 |  |  | import android.widget.ImageView; | 
 |  |  | import android.widget.LinearLayout; | 
 |  |  | import android.widget.RelativeLayout; | 
 |  |  | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     public TitleBar setRightIcoListening(View.OnClickListener listener) { | 
 |  |  |  | 
 |  |  |         if (iv_rightIco.getVisibility() == View.VISIBLE) { | 
 |  |  |             iv_rightIco.setOnClickListener(listener); | 
 |  |  |         } |