加上露西亞23、星街的icon
@ -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 }
|
||||
|
||||
BIN
app/src/main/res/drawable/bg_winnie_the_pooh.png
Normal file
|
After Width: | Height: | Size: 166 KiB |
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 17 KiB |
BIN
app/src/main/res/drawable/ic_hoshimachii_suisei.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 147 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 400 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 26 KiB |
BIN
app/src/main/res/drawable/ic_uruha_rushia2.png
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
app/src/main/res/drawable/ic_uruha_rushia3.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.2 KiB |
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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>
|
||||