Android - layout_weight not working
问题 Here is the XML: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="match_parent" android:background="@android:color/transparent" android:minHeight="40dp" > <LinearLayout android:id="@+id/contentLayout" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_above="@+id/separatorView" android:weightSum="3" android:orientation="horizontal" >