* commit 'd3cf181d57bb7d63ea8dc6834daf8e3c84f1c769': Fix rounded corners in bottom QS panel.
This commit is contained in:
@@ -13,8 +13,10 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:top="@dimen/notification_material_rounded_rect_radius_negative" >
|
||||
<solid android:color="@color/system_primary_color" />
|
||||
<corners android:radius="@dimen/notification_material_rounded_rect_radius"/>
|
||||
</shape>
|
||||
<inset xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:insetTop="@dimen/notification_material_rounded_rect_radius_negative">
|
||||
<shape>
|
||||
<solid android:color="@color/system_primary_color"/>
|
||||
<corners android:radius="@dimen/notification_material_rounded_rect_radius"/>
|
||||
</shape>
|
||||
</inset>
|
||||
|
||||
Reference in New Issue
Block a user