Weight doesn't work in a custom android component
- by RCB
I wanted to create a custom bottom button bar layout, I've created a xml file :
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
style="@android:style/ButtonBar"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="0dp" >
<Button
…