加上露西亞23、星街的icon

This commit is contained in:
Raymond Yang 2023-07-03 20:00:21 +08:00
parent b53cfca030
commit eadb0f0ddb
15 changed files with 26 additions and 2 deletions

View File

@ -121,7 +121,10 @@ object FloatingWindowHelper {
ISSHIKI_IROHA(R.drawable.ic_isshiki_iroha, 4),
AYAME(R.drawable.ic_nakiri_ayame, 5),
AQUA(R.drawable.ic_minato_aqua, 6),
GURA(R.drawable.ic_gura, 7);
GURA(R.drawable.ic_gura, 7),
RUSHIA2(R.drawable.ic_uruha_rushia2, 8),
RUSHIA3(R.drawable.ic_uruha_rushia3, 9),
HOSHIMACHI_SUISEI(R.drawable.ic_hoshimachii_suisei, 10);
companion object {
fun fromInt(value: Int) = IconType.values().first { it.value == value }

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 400 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -6,6 +6,15 @@
android:layout_height="match_parent"
tools:context=".MainActivity">
<ImageView
android:id="@+id/imageView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:alpha="0.125"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:srcCompat="@drawable/bg_winnie_the_pooh" />
<TextView
android:id="@+id/textView"
android:layout_width="wrap_content"

View File

@ -6,6 +6,15 @@
android:layout_height="match_parent"
tools:context=".SettingActivity">
<ImageView
android:id="@+id/imageView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:alpha="0.125"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:srcCompat="@drawable/bg_winnie_the_pooh" />
<TextView
android:id="@+id/textView6"
android:layout_width="wrap_content"

View File

@ -12,10 +12,13 @@
<item>鐮刀雞雞</item>
<item>Pepe分窩</item>
<item>吃草</item>
<item>露西亞</item>
<item>露西亞1</item>
<item>一色</item>
<item>百鬼</item>
<item>阿夸</item>
<item>Gura</item>
<item>露西亞2</item>
<item>露西亞3</item>
<item>星街彗星</item>
</array>
</resources>