ヘッダーレイアウト修正

This commit is contained in:
ろむねこ 2024-07-09 16:25:43 +09:00
parent 94f47982f7
commit eb2e2e5b6d
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -2,19 +2,15 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/colorSecondary"
android:orientation="vertical"
android:padding="16dp"
android:background="?attr/colorPrimaryDark">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_launcher_foreground" />
android:padding="16dp">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Header Title"
android:layout_marginTop="48dp"
android:text="KidShift"
android:textColor="@android:color/white"
android:textSize="20sp" />
android:textSize="34sp" />
</LinearLayout>