TableLayout weight sum issues
问题 I'm trying to implement a 40/60 percent split in my TableLayout but I'm having no luck. When testing the code on my Android Device the left TextView still takes up what looks like 60%, instead of 40%. Any help would be great: <TableLayout android:id="@+id/agentStatusTable" android:layout_height="wrap_content" android:layout_width="fill_parent" android:layout_gravity="center|top" android:visibility="visible" android:background="@drawable/curvedbg" android:layout_marginLeft="10sp" android