2014-01-22 111 views
1

我希望eclipse將我的xml格式化爲像下面的代碼那樣的列。有沒有什麼可能的方式在eclipse中做到這一點?我嘗試過首選項 - > XML->編輯器,並更改了一些設置,但我無法獲得我完全想要的格式。如果有人知道這些設置,你可以告訴我嗎?定製xml格式化eclipse

 <ListView 
     style        = "@style/listview" 
     android:layout_below    = "@+id/plu_enter_layout" 
     android:layout_above    = "@+id/fpc_scan_again" 
     android:fadeScrollbars    = "false" 
    /> 

    <LinearLayout 
     android:layout_width    = "wrap_content" 
     android:layout_height    = "wrap_content" 
     android:layout_alignParentTop  = "true" 
     android:layout_centerHorizontal  = "true" 
     android:layout_marginTop   = "20dp" 
     android:orientation     = "horizontal" 
    > 
+0

[在Eclipse中格式化XML代碼]可能的重複(http://stackoverflow.com/questions/4527474/format-xml-code-in-eclipse) – SANN3

+0

我試過這個,無法讓我的代碼分裂成列。 –

回答