android: Fix header padding

This commit is contained in:
David Griswold 2025-03-01 14:22:34 +01:00 committed by OpenSauce
parent ac68b4becc
commit 227f35aadf

View File

@ -1,15 +1,12 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
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" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical" android:orientation="vertical"
android:focusable="false" android:focusable="false"
android:clickable="false" android:clickable="false"
android:paddingVertical="16dp" android:padding="16dp">
>
<com.google.android.material.textview.MaterialTextView <com.google.android.material.textview.MaterialTextView