mirror of
https://github.com/pppscn/SmsForwarder
synced 2025-08-22 02:37:40 +08:00
22 lines
830 B
XML
22 lines
830 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/nav_header"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:paddingTop="15dp"
|
|
android:paddingBottom="10dp">
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:layout_width="240dp"
|
|
android:layout_height="180dp"
|
|
android:contentDescription="@string/logo"
|
|
android:paddingStart="30dp"
|
|
android:paddingEnd="30dp"
|
|
android:scaleType="fitCenter"
|
|
app:srcCompat="@drawable/ic_splash_app_logo"
|
|
tools:ignore="ImageContrastCheck" />
|
|
|
|
</LinearLayout> |