summaryrefslogtreecommitdiff
path: root/main/src/ui/res/layout/sliding_tab.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2019-11-12 22:58:14 +0100
committerArne Schwabe <arne@rfc2549.org>2019-11-17 10:16:02 +0100
commitcbdaa48705855169827f29014efbaa934d212ccf (patch)
tree678c3c37bae0578b636bea38691d3eed9bec2f1f /main/src/ui/res/layout/sliding_tab.xml
parent81d7c76b94335e699b2885cd74f3e364eba60cc3 (diff)
Convert most fragments/activities to androidx
Diffstat (limited to 'main/src/ui/res/layout/sliding_tab.xml')
-rw-r--r--main/src/ui/res/layout/sliding_tab.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/src/ui/res/layout/sliding_tab.xml b/main/src/ui/res/layout/sliding_tab.xml
new file mode 100644
index 00000000..07c8daa9
--- /dev/null
+++ b/main/src/ui/res/layout/sliding_tab.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+ ~ Copyright (c) 2012-2016 Arne Schwabe
+ ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
+ -->
+
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/tab_title"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:gravity="center"
+ android:singleLine="true" /> \ No newline at end of file