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

Commit e99ca519 authored by tmfang's avatar tmfang
Browse files

Fine tune background shape for app entity

We should have a consistent UI style for widget.
When user clicks app entity, the background shape
should be rounded corner.

Change-Id: Icd64af95c007b99e5efbacf7ac3c8bcdf007b701
Fixes: 123979870
Test: visual
parent c8450536
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
    android:layout_marginEnd="16dp"
    android:gravity="center"
    android:clickable="true"
    android:background="?android:attr/selectableItemBackground"
    android:background="@*android:drawable/btn_borderless_material"
    android:orientation="vertical">

    <ImageView