aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/view_main_tab_layout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/view_main_tab_layout.xml')
-rw-r--r--app/src/main/res/layout/view_main_tab_layout.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/src/main/res/layout/view_main_tab_layout.xml b/app/src/main/res/layout/view_main_tab_layout.xml
deleted file mode 100644
index 1218b4f7..00000000
--- a/app/src/main/res/layout/view_main_tab_layout.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<com.google.android.material.tabs.TabLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:id="@+id/tabs"
- style="@style/Widget.Design.TabLayout"
- android:layout_width="match_parent"
- android:layout_height="@dimen/tab_bar_height"
- app:tabGravity="fill"
- app:tabIndicatorHeight="0dp"
- app:tabMode="fixed" />