More polishes over the Changelog feature

This commit is contained in:
LucasGGamerM
2022-12-25 16:01:22 -03:00
parent 14cd23c28b
commit ea43070e6d
3 changed files with 14 additions and 2 deletions

View File

@@ -78,6 +78,17 @@
</LinearLayout>
<TextView
android:id="@+id/changelog_header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="?android:textColorPrimary"
android:textStyle="bold"
android:textSize="16dp"
android:paddingStart="16dp"
android:paddingBottom="8dp"
android:text="@string/sk_changelog" />
<TextView
android:id="@+id/changelog"
android:layout_width="match_parent"