How can I work around Android issue 9161, where bottomRightRadius and bottomLeftRadius are swapped?
问题 My goal: Figure 1: The Goal So, before I knew about the issue, here's what I tried. First, a base layout: <LinearLayout android:orientation="horizontal" android:layout_below="@id/heading" android:layout_marginTop="10dp" android:layout_width="@dimen/horizontal_two_button_width" android:layout_height="@dimen/button_height_small" > <Button android:id="@+id/button_one" android:layout_width="0dp" android:layout_weight="1.0" android:layout_height="fill_parent" android:padding="10dp" style="@style