summaryrefslogtreecommitdiffstats
path: root/app/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/layout/list_changelogs.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/src/main/res/layout/list_changelogs.xml b/app/src/main/res/layout/list_changelogs.xml
new file mode 100644
index 0000000..61a44fa
--- /dev/null
+++ b/app/src/main/res/layout/list_changelogs.xml
@@ -0,0 +1,18 @@
+<LinearLayout
+ 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"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical">
+ <TextView
+ android:id="@+id/changelogs_info"
+ android:focusable="false"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:padding="8dp"
+ android:text="INFORMATION"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#BDBDBD" />
+</LinearLayout>