diff options
Diffstat (limited to 'app/src/main/res/layout/changelog_title.xml')
-rw-r--r-- | app/src/main/res/layout/changelog_title.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/src/main/res/layout/changelog_title.xml b/app/src/main/res/layout/changelog_title.xml new file mode 100644 index 00000000..d00e54f1 --- /dev/null +++ b/app/src/main/res/layout/changelog_title.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> + +<TextView xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/changelog_text" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:lineSpacingMultiplier="1.6" + android:paddingBottom="@dimen/dialog_margin_bottom" + android:paddingLeft="@dimen/dialog_margin" + android:paddingRight="@dimen/dialog_margin" + android:paddingTop="@dimen/dialog_margin_bottom" + android:textAppearance="@style/TextAppearance.AppCompat.Medium" + android:textStyle="bold" /> + |