Signal-Android/app/src/main/res/layout/splash_image.xml

8 wiersze
362 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.AppCompatImageView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:viewBindingIgnore="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:srcCompat="@drawable/ic_card_process" />