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

Commit 2ee41ff1 authored by Linus Lee's avatar Linus Lee Committed by Nir Bruderman
Browse files

Eleven: Remove inset from top tracks circle

Not sure why this removed the circle, but we don't really need the 1dp inset

Change-Id: Iaa978b5a964b4d7b2d1e1be186790f64023beb24
(cherry picked from commit 4c9a305e)
parent ffb652d5
Loading
Loading
Loading
Loading
+3 −11
Original line number Diff line number Diff line
@@ -14,14 +14,6 @@
     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:insetLeft="1dp"
    android:insetRight="1dp"
    android:insetTop="1dp"
    android:insetBottom="1dp">

    <shape android:shape="oval">
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
    <solid android:color="#90a4ae" />
</shape>
 No newline at end of file

</inset>