Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83aeedc8 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

am b6d16dc5: am d3cf181d: am 47faf69c: Merge "Fix rounded corners in bottom QS...

am b6d16dc5: am d3cf181d: am 47faf69c: Merge "Fix rounded corners in bottom QS panel." into lmp-mr1-dev

* commit 'b6d16dc5':
  Fix rounded corners in bottom QS panel.
parents 1022888d b6d16dc5
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -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" >
<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>