remove some unused resources
|
Before Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 2 KiB |
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 999 B |
|
Before Width: | Height: | Size: 73 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 130 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
|
@ -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" />
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
NAME=4.7.0
|
||||
CODE=12401
|
||||
CODE=12411
|
||||