remove some unused resources

This commit is contained in:
Phillip Thelen 2025-03-06 14:19:03 +01:00
parent 5dba3a4cf7
commit 4d527afeac
28 changed files with 6 additions and 18 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 999 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View file

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<bitmap android:src="@drawable/gem_footer"
android:gravity="bottom"
xmlns:android="http://schemas.android.com/apk/res/android" />

View file

@ -186,7 +186,7 @@
android:id="@+id/hills_bg"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/gift_subscription_bg"
android:src="@drawable/footer_hills"
android:scaleType="centerCrop"/>
<LinearLayout

View file

@ -212,6 +212,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_gravity="center_horizontal"
android:layout_marginBottom="16dp">
<com.habitrpg.android.habitica.ui.GemPurchaseOptionsView
@ -235,10 +236,10 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxWidth="100dp"
android:orientation="horizontal"
android:dividerPadding="16dp"
android:showDividers="middle"
android:layout_gravity="center_horizontal"
android:divider="@android:color/white">
<com.habitrpg.android.habitica.ui.GemPurchaseOptionsView

View file

@ -285,11 +285,6 @@ fun BirthdayActivityView(
.padding(horizontal = 20.dp)
.fillMaxWidth()
) {
Image(
painterResource(R.drawable.birthday_header),
null,
Modifier.padding(bottom = 8.dp)
)
Row(verticalAlignment = Alignment.CenterVertically) {
Image(painterResource(R.drawable.birthday_gifts), null)
Column(

View file

@ -112,10 +112,10 @@ class GiftSubscriptionActivity : PurchaseActivity() {
if (appConfigManager.activePromo()?.identifier == "g1g1") {
binding.giftSubscriptionContainer.visibility = View.VISIBLE
binding.hillsBg.setImageResource(R.drawable.gift_subscription_bg)
binding.hillsBg.setImageResource(R.drawable.footer_hills_g1g1)
} else {
binding.giftSubscriptionContainer.visibility = View.GONE
binding.hillsBg.setImageResource(R.drawable.subscription_bg)
binding.hillsBg.setImageResource(R.drawable.footer_hills)
}
}

View file

@ -91,10 +91,6 @@ fun BirthdayBanner(
),
modifier = Modifier.padding(start = 8.dp)
) {
Image(
painterResource(R.drawable.birthday_menu_text),
null
)
Text(
stringResource(R.string.exclusive_items_await),
color = colorResource(R.color.yellow_100),

View file

@ -1,2 +1,2 @@
NAME=4.7.0
CODE=12401
CODE=12411