04 2017 档案

摘要:public void initSearchViewActions() { searchView.setMaxWidth(Integer.MAX_VALUE); searchView.onActionViewExpanded(); searchView.setQueryHint(getString( 阅读全文
posted @ 2017-04-28 10:52 Alter 阅读(871) 评论(0) 推荐(0)
摘要://耳机插拔发送的广播的action 可以自己取名字。 阅读全文
posted @ 2017-04-19 19:17 Alter 阅读(346) 评论(0) 推荐(0)
摘要:package com.music.you.tube.receiver; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.view.KeyEvent; import com.music.you.tube... 阅读全文
posted @ 2017-04-19 19:14 Alter 阅读(525) 评论(0) 推荐(0)
摘要:<style name="Custom.Widget.EditView" parent="Widget.AppCompat.EditText" > <item name="colorAccent">@color/color_main</item> <!--<item name="colorContr 阅读全文
posted @ 2017-04-19 12:02 Alter 阅读(2034) 评论(0) 推荐(0)
摘要:Intent intent = new Intent(context, A.class); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); PendingIntent pendingIntent = PendingIntent.getActivity( 阅读全文
posted @ 2017-04-18 17:46 Alter 阅读(2438) 评论(0) 推荐(0)