由于生活问题,我晚上只有十一点洗完澡之后都有空,我跟吧友说了今晚,我也没想到是这么晚,在此说声抱歉!
教程:
反编译systemUI.apk进入systemUI/res/layout/打开 tw_status_bar_expanded_dual.xml
找到: <LinearLayout android:orientation="horizontal" android:id="@id/quickpanel_dualsim_layout" android:layout_width="fill_parent" android:layout_height="wrap_content">
说下上面的"wrap_content" 可能是"fill_parent"由于我是看修改后的.所以不记得官方的是那句,也没空去看官方的了,反正能找到这段代码就行
把上面的 android:layout_height="wrap_content">改成 android:layout_height="0.0dip">
保存.回编,
替换相关文件,由于时间问题,这步就不说了,不会的可以看看我其它教程!
20分钟手机发贴完毕!

教程:
反编译systemUI.apk进入systemUI/res/layout/打开 tw_status_bar_expanded_dual.xml
找到: <LinearLayout android:orientation="horizontal" android:id="@id/quickpanel_dualsim_layout" android:layout_width="fill_parent" android:layout_height="wrap_content">
说下上面的"wrap_content" 可能是"fill_parent"由于我是看修改后的.所以不记得官方的是那句,也没空去看官方的了,反正能找到这段代码就行
把上面的 android:layout_height="wrap_content">改成 android:layout_height="0.0dip">
保存.回编,
替换相关文件,由于时间问题,这步就不说了,不会的可以看看我其它教程!
20分钟手机发贴完毕!
