- account setup
- what's new screen
- splash screen

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2024-06-13 07:50:11 +02:00 коммит произвёл backportbot[bot]
Родитель 91c43bddda
Коммит dbd6c25865
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -26,8 +26,8 @@
<ImageView
android:id="@+id/thumbnail"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_width="@dimen/splash_image_size"
android:layout_height="@dimen/splash_image_size"
android:layout_marginBottom="@dimen/standard_padding"
android:contentDescription="@string/app_name"
android:src="@drawable/logo" />

Просмотреть файл

@ -15,7 +15,7 @@
<ImageView
android:id="@+id/whatsNewImage"
android:layout_width="200dp"
android:layout_width="@dimen/splash_image_size"
android:layout_height="0dp"
android:layout_gravity="center_horizontal"
android:layout_marginBottom="@dimen/alternate_margin"