[android] Custom ActionBar with ActionMode and Custom View
[android] Custom ActionBar with ActionMode 기본 모드 custom view가 추가된 action mode <LinearLayout xmlns:android=”http://schemas.android.com/apk/res/android” xmlns:tools=”http://schemas.android.com/tools” android:layout_width=”match_parent” android:layout_height=”match_parent” android:gravity=”center_vertical” android:paddingRight=”10dp” > <CheckBox android:id=”@+id/checkBox1″ android:layout_width=”wrap_content”Read More →