aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/activity_main.xml')
-rw-r--r--app/src/main/res/layout/activity_main.xml40
1 files changed, 20 insertions, 20 deletions
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index 863ff0c..6ee8a70 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -31,26 +31,26 @@
app:title="Wiimmfi Watcher"
app:titleTextColor="@color/white" />
- <com.google.android.material.tabs.TabLayout
- android:id="@+id/tablayout_main"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/blue_700"
- app:tabIndicatorColor="@color/white"
- app:tabMode="fixed"
- app:tabTextColor="@color/white">
-
- <com.google.android.material.tabs.TabItem
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Friend Code" />
-
- <com.google.android.material.tabs.TabItem
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Mii Name" />
-
- </com.google.android.material.tabs.TabLayout>
+<!-- <com.google.android.material.tabs.TabLayout-->
+<!-- android:id="@+id/tablayout_main"-->
+<!-- android:layout_width="match_parent"-->
+<!-- android:layout_height="match_parent"-->
+<!-- android:background="@color/blue_700"-->
+<!-- app:tabIndicatorColor="@color/white"-->
+<!-- app:tabMode="fixed"-->
+<!-- app:tabTextColor="@color/white">-->
+
+<!-- <com.google.android.material.tabs.TabItem-->
+<!-- android:layout_width="wrap_content"-->
+<!-- android:layout_height="wrap_content"-->
+<!-- android:text="Friend Code" />-->
+
+<!-- <com.google.android.material.tabs.TabItem-->
+<!-- android:layout_width="wrap_content"-->
+<!-- android:layout_height="wrap_content"-->
+<!-- android:text="Mii Name" />-->
+
+<!-- </com.google.android.material.tabs.TabLayout>-->
</com.google.android.material.appbar.AppBarLayout>