linhsiaohung wrote:
現在刷的是Cenwy...(恕刪)
自己動手刪:
用RE管理器開啟到system/etc/host這個檔案
用文字編輯器打開
刪除127.0.0.1 localhost以下的字串
存檔後重開機就可以了







ZSKOR wrote :剛剛終於把原廠的SystemUI 改成自己喜歡的配置了
我是參考E大的這篇教學修改的,在此再次給E大
systemUI.apk 美化教學第五章 : 增加下拉,上方 4 個圖示
但目前有個小問題,多工和設定按鈕中間空了一格
如圖
因為我不想要"清除"按鈕,所以沒有做粗體字的動作
原來第十二列
<ImageView android:id="@id/settings_button_icon" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/tw_quickpanel_icon_settings" android:scaleType="center" android:layout_centerHorizontal="true" android:layout_centerVertical="true" android:contentDescription="@string/accessibility_settings_button" />
改為本來放在第十列的清除鍵
<ImageView android:id="@id/clear_all_button" android:paddingLeft="8.0dip" android:layout_width="48.0dip" android:layout_height="48.0dip" android:src="@drawable/ic_notify_clear" android:scaleType="center" android:contentDescription="@string/accessibility_clear_all" />
可能因為我沒有做粗體字的動作,又沒有做相關的配套
導致多工和鎖屏的按鈕中間空了一個位置
請問有大大可以指導一下,我要做什麼配套動作
才能讓多工和鎖屏按鈕,各往右邊一個位置呢?
小弟猜測是
<LinearLayout android:gravity="right|center" android:layout_width="fill_parent" android:layout_height="fill_parent">
這個地方出了問題。。。
請問我要怎麼修改呢?
感激不盡...(恕刪)