附件里有图文教程
反编译UI,res/layout/stays_bar_expanded.xml 91 a4
加入以下代码
<TextView android:textColor="#ffffffff" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text=" 输入文字" />


选取位子自拟,建议在以下代码下一行加入该代码。
<include android:layout_width="fill_parent" android:layout_height="@dimen/notification_panel_header_height" layout="@layout/status_bar_expanded_header" />
即为:
<include android:layout_width="fill_parent" android:layout_height="@dimen/notification_panel_header_height" layout="@layout/status_bar_expanded_header" />
<TextView android:textColor="#ffffffff" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="输入文字" />


或者在:
<View android:background="#00000000" android:layout_width="fill_parent" android:layout_height="@*android:dimen/status_bar_height" />
加入代码,即为:
<View android:background="#00000000" android:layout_width="fill_parent" android:layout_height="@*android:dimen/status_bar_height" />
<TextView android:textColor="#ffffffff" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text=" 输入文字" />
附件通知栏添加文字教程(图文).doc下载次数: 6次,上传时间: 2015-05-21 09:11
1.84M