Merge "Fix rounded corners in bottom QS panel." into lmp-mr1-dev

This commit is contained in:
Jorim Jaggi
2014-12-04 15:17:00 +00:00
committed by Android (Google) Code Review

View File

@@ -13,8 +13,10 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<shape xmlns:android="http://schemas.android.com/apk/res/android" <inset xmlns:android="http://schemas.android.com/apk/res/android"
android:top="@dimen/notification_material_rounded_rect_radius_negative" > android:insetTop="@dimen/notification_material_rounded_rect_radius_negative">
<solid android:color="@color/system_primary_color" /> <shape>
<corners android:radius="@dimen/notification_material_rounded_rect_radius"/> <solid android:color="@color/system_primary_color"/>
</shape> <corners android:radius="@dimen/notification_material_rounded_rect_radius"/>
</shape>
</inset>