summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_main.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-11 12:06:37 +0300
committerAndrew Dolgov <[email protected]>2015-02-11 12:06:37 +0300
commit4ed26b8807c5ef83f62d2d08458304999aea0670 (patch)
treef2fba08226d468569e6c30a139f8603458f55508 /app/src/main/res/layout/activity_main.xml
parent68ae4822e2777ef3d065c18b1c3964cc4d01b486 (diff)
Revert "rename main module"
This reverts commit 68ae4822e2777ef3d065c18b1c3964cc4d01b486.
Diffstat (limited to 'app/src/main/res/layout/activity_main.xml')
-rwxr-xr-xapp/src/main/res/layout/activity_main.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
deleted file mode 100755
index 0a6ecd0..0000000
--- a/app/src/main/res/layout/activity_main.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/FrameLayout1"
- android:fitsSystemWindows="true"
- android:orientation="vertical"
- android:layout_width="match_parent"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:layout_height="match_parent">
-
- <it.neokree.materialtabs.MaterialTabHost
- android:id="@+id/materialTabHost"
- android:layout_width="match_parent"
- android:layout_height="48dp"
- app:textColor="#FFFFFF"
- app:primaryColor="#FF6F00"
- app:accentColor="#F8CE00" />
-
- <FrameLayout
- android:id="@+id/comics_list"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
-
- </FrameLayout>
-
-</LinearLayout> \ No newline at end of file