removed duplicated illustrations + illustrations renamed to have ill prefix
@ -94,17 +94,17 @@ class ReleaseNotesFragment : VectorBaseFragment<BottomSheetReleaseNotesBinding>(
|
|||||||
ReleaseCarouselData.Item(
|
ReleaseCarouselData.Item(
|
||||||
R.string.onboarding_new_app_layout_welcome_title,
|
R.string.onboarding_new_app_layout_welcome_title,
|
||||||
R.string.onboarding_new_app_layout_welcome_message,
|
R.string.onboarding_new_app_layout_welcome_message,
|
||||||
R.drawable.app_layout_onboarding_welcome
|
R.drawable.ill_app_layout_onboarding_rooms
|
||||||
),
|
),
|
||||||
ReleaseCarouselData.Item(
|
ReleaseCarouselData.Item(
|
||||||
R.string.onboarding_new_app_layout_spaces_title,
|
R.string.onboarding_new_app_layout_spaces_title,
|
||||||
R.string.onboarding_new_app_layout_spaces_message,
|
R.string.onboarding_new_app_layout_spaces_message,
|
||||||
R.drawable.app_layout_onboarding_spaces
|
R.drawable.ill_app_layout_onboarding_spaces
|
||||||
),
|
),
|
||||||
ReleaseCarouselData.Item(
|
ReleaseCarouselData.Item(
|
||||||
R.string.onboarding_new_app_layout_feedback_title,
|
R.string.onboarding_new_app_layout_feedback_title,
|
||||||
R.string.onboarding_new_app_layout_feedback_message,
|
R.string.onboarding_new_app_layout_feedback_message,
|
||||||
R.drawable.app_layout_onboarding_feedback
|
R.drawable.ill_app_layout_onboarding_rooms
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
@ -31,7 +31,7 @@
|
|||||||
app:layout_constraintStart_toStartOf="@id/splashCarouselGutterStart"
|
app:layout_constraintStart_toStartOf="@id/splashCarouselGutterStart"
|
||||||
app:layout_constraintEnd_toEndOf="@id/splashCarouselGutterStart"
|
app:layout_constraintEnd_toEndOf="@id/splashCarouselGutterStart"
|
||||||
app:layout_constraintBottom_toTopOf="@id/carousel_item_title"
|
app:layout_constraintBottom_toTopOf="@id/carousel_item_title"
|
||||||
tools:src="@drawable/app_layout_onboarding_welcome"/>
|
tools:src="@drawable/ill_app_layout_onboarding_rooms"/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/carousel_item_title"
|
android:id="@+id/carousel_item_title"
|
||||||
|