Remove round icon asset

This commit is contained in:
arkon 2020-02-04 22:24:16 -05:00
parent f3adff1da1
commit 417d82de58
8 changed files with 4 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -16,6 +16,6 @@
android:layout_marginStart="16dp"
android:layout_marginTop="@dimen/navigation_drawer_header_margin"
android:scaleType="centerCrop"
android:src="@drawable/tachiyomi_circle" />
android:src="@drawable/splash_icon" />
</FrameLayout>

View File

@ -16,7 +16,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:src="@drawable/tachiyomi_circle" />
tools:src="@mipmap/ic_launcher" />
<TextView
android:id="@+id/manga_title"

View File

@ -27,7 +27,8 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.0"
tools:src="@drawable/tachiyomi_circle"/>
tools:src="@mipmap/ic_launcher"/>
<TextView
android:id="@+id/track_search_title"
android:layout_width="0dp"