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

Commit d1446a7c authored by Georg Veichtlbauer's avatar Georg Veichtlbauer
Browse files

Eleven: Materialize

Change-Id: I47fdc5c5f5f748b7040f79dfba89cc0d332c66a9
parent 1b62925d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -22,7 +22,8 @@
            android:width="24dp"
            android:height="24dp"
            android:viewportWidth="24"
            android:viewportHeight="24">
            android:viewportHeight="24"
            android:tint="?attr/colorControlNormal">
            <group
                android:name="group"
                android:pivotX="12"
@@ -30,7 +31,7 @@
                <path
                    android:name="path"
                    android:pathData="M 8 5 L 8 19 L 19 12 Z"
                    android:fillColor="@color/white"
                    android:fillColor="@android:color/white"
                    android:strokeWidth="1"/>
            </group>
        </vector>
+3 −2
Original line number Diff line number Diff line
@@ -22,7 +22,8 @@
            android:width="24dp"
            android:height="24dp"
            android:viewportWidth="24"
            android:viewportHeight="24">
            android:viewportHeight="24"
            android:tint="?attr/colorControlNormal">
            <group
                android:name="group"
                android:pivotX="12"
@@ -30,7 +31,7 @@
                <path
                    android:name="path"
                    android:pathData="M 8 5 L 8 19 L 19 12 Z"
                    android:fillColor="@color/white"
                    android:fillColor="@android:color/white"
                    android:strokeWidth="1"/>
            </group>
        </vector>
+1 −1
Original line number Diff line number Diff line
@@ -15,6 +15,6 @@
     limitations under the License.
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="@color/widget_background_color"/>
    <solid android:color="@color/material_dynamic_primary90"/>
    <corners android:radius="@dimen/app_widget_radius"/>
</shape>

res/drawable/bg_grid_item.xml

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  Copyright (C) 2021 The LineageOS Project

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  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:shape="rectangle" >

    <gradient
        android:angle="90.0"
        android:endColor="@color/transparent"
        android:startColor="#aa000000" />
</shape>
+1 −1
Original line number Diff line number Diff line
@@ -21,5 +21,5 @@
    android:thicknessRatio="@dimen/circular_progress_bar_thickness_ratio"
    android:shape="ring"
    android:useLevel="true">
    <solid android:color="@color/circular_progress_bar" />
    <solid android:color="?colorOnPrimaryContainer" />
</shape>
Loading