I'm wondering how is it possible to create a button bar in Android,
I Some have read this UI solution, is there any control that can be used?
You can do something like relative layout
& lt; Android: layout_width = "fill_parent" Android: layout_height = "wrap_content" Android: Orientation = "horizontal" Android: layout_linkperterbottom = "true" style = "@ Android: style / buttonbar": Android: id = "@ + id / footer" Android: & Gt; Android: Android: Android: layout_width = "wrap_ content" Android: layout_heat = "wrap-content" Android: layout_weight = "1" Android: text = "@ string / menu_done" /> & Lt; Android: AD = "@ + ID / SaveButton" Android: Android: Layout_Width = "Wrap-content" Android: layout_height = "wrap_content" Android: layout_weight = "1" Android: text = "@ string / menucall" /> ; & Lt; Button Android: AD = "@ + ID / Cancel Button" & lt; / LinearLayout & gt;
Comments
Post a Comment