mirror of
https://github.com/pppscn/SmsForwarder
synced 2025-08-22 10:47:41 +08:00
20 lines
756 B
XML
20 lines
756 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"
|
|
android:id="@+id/nav_header"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="?attr/colorAccent"
|
|
android:orientation="vertical"
|
|
android:paddingTop="10dp"
|
|
android:paddingBottom="10dp">
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:contentDescription="@string/logo"
|
|
android:paddingStart="50dp"
|
|
android:paddingEnd="50dp"
|
|
app:srcCompat="@drawable/ic_splash_app_logo" />
|
|
|
|
</LinearLayout> |