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

Commit 25904059 authored by Moez Bhatti's avatar Moez Bhatti
Browse files

Fix clipToOutline issues

parent 7ccdecb3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -18,8 +18,9 @@
  ~ along with QKSMS.  If not, see <http://www.gnu.org/licenses/>.
  -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">
    android:shape="rectangle">

    <corners android:radius="1000dp" />
    <solid android:color="@android:color/white" />

</shape>
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
    android:id="@+id/avatar"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:background="@color/tools_theme"
    tools:parentTag="com.moez.QKSMS.common.widget.AvatarView">

    <com.moez.QKSMS.common.widget.QkTextView
@@ -49,6 +48,7 @@
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:scaleType="centerCrop"
        tools:background="@color/tools_theme"
        tools:src="@tools:sample/avatars" />

</merge>