Fixing some padding issues with the changelog

This commit is contained in:
LucasGGamerM
2022-12-29 14:00:53 -03:00
parent ea43070e6d
commit 9a0851cb06

View File

@@ -86,7 +86,6 @@
android:textStyle="bold"
android:textSize="16dp"
android:paddingStart="16dp"
android:paddingBottom="8dp"
android:text="@string/sk_changelog" />
<TextView
@@ -94,8 +93,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="@style/m3_body_medium"
android:paddingStart="16dp"
android:paddingBottom="16dp"
android:padding="16dp"
android:text="Changelog" />
</LinearLayout>