How to show a circular logo in action bar in Android?
问题 Just like the screenshot of Google Plus above, I want to show a circular avatar image in the action bar. What should I do? 回答1: Create circular imageview. Create custom view for actionbar using the circular imageview Inflate the view and display custom view as action bar. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="50dp" android:background="@drawable/black_pattern" > <TextView android:id="@+id/title_text