aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/changelog_title.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/changelog_title.xml')
-rw-r--r--app/src/main/res/layout/changelog_title.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/src/main/res/layout/changelog_title.xml b/app/src/main/res/layout/changelog_title.xml
deleted file mode 100644
index d00e54f1..00000000
--- a/app/src/main/res/layout/changelog_title.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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" />
-