xml怎樣快速編輯?
1.有人知道hyman在xml中定義
?<LinearLayout
? ? ? ? android:layout_width="wrap_content"
? ? ? ? android:layout_height="wrap_content"
? ? ? ? android:orientation="horizontal"
? ? ? ? ></LinearLayout>
后 怎么按快捷鍵到:
<LinearLayout
? ? ? ? android:layout_width="wrap_content"
? ? ? ? android:layout_height="wrap_content"
? ? ? ? android:orientation="horizontal">
? ? ? ??
? ? </LinearLayout>
2.微信的actionbar的icon 是怎么準備的呢?是下載的 還是photoshop弄的,還是其他什么方法弄來的?
2014-12-21
你好,問題1:Ctrl+Shift+F 格式化一下;問題2:圖標素材來源于網絡。
2014-12-22
ok,thanks。