Loading presentation/src/main/res/drawable/circle.xml +3 −2 Original line number Diff line number Diff line Loading @@ -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> presentation/src/main/res/layout/avatar_view.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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> Loading
presentation/src/main/res/drawable/circle.xml +3 −2 Original line number Diff line number Diff line Loading @@ -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>
presentation/src/main/res/layout/avatar_view.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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>