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

Commit ca85ef85 authored by Selim Cinek's avatar Selim Cinek
Browse files

Removed round rect clipping for notifications and qs

Change-Id: I82459dabb2b41e414d46b624eeb6dae5773acc66
parent 924c612b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -16,9 +16,4 @@
  -->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="@color/system_primary_color" />
    <corners
        android:topLeftRadius="@dimen/notification_material_rounded_rect_radius"
        android:topRightRadius="@dimen/notification_material_rounded_rect_radius"
        android:bottomLeftRadius="@dimen/notification_material_rounded_rect_radius"
        android:bottomRightRadius="@dimen/notification_material_rounded_rect_radius"/>
</shape>
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
    <item>
        <shape>
            <solid android:color="@color/notification_material_background_color" />
            <corners android:radius="@dimen/notification_material_rounded_rect_radius" />
        </shape>
    </item>
</ripple>
 No newline at end of file
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
    <item>
        <shape>
            <solid android:color="@color/notification_material_background_dimmed_color" />
            <corners android:radius="@dimen/notification_material_rounded_rect_radius" />
        </shape>
    </item>
</ripple>
+1 −3
Original line number Diff line number Diff line
@@ -13,10 +13,8 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<inset xmlns:android="http://schemas.android.com/apk/res/android"
    android:insetTop="@dimen/notification_material_rounded_rect_radius_negative">
<inset xmlns:android="http://schemas.android.com/apk/res/android">
    <shape>
        <solid android:color="@color/system_primary_color"/>
        <corners android:radius="@dimen/notification_material_rounded_rect_radius"/>
    </shape>
</inset>
+1 −3
Original line number Diff line number Diff line
@@ -17,7 +17,5 @@
    <solid android:color="@color/system_secondary_color" />
    <corners
        android:topLeftRadius="0dp"
        android:topRightRadius="0dp"
        android:bottomLeftRadius="@dimen/notification_material_rounded_rect_radius"
        android:bottomRightRadius="@dimen/notification_material_rounded_rect_radius"/>
        android:topRightRadius="0dp" />
</shape>
Loading