Move java source, and resources to new paths for gradle
[fw/altos] / altosdroid / res / layout / tab_layout.xml
diff --git a/altosdroid/res/layout/tab_layout.xml b/altosdroid/res/layout/tab_layout.xml
deleted file mode 100644 (file)
index 2c21c64..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:id="@+id/customTabLayout"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent">
-    <TextView
-        android:id="@+id/tabLabel"
-        android:layout_height="wrap_content"
-        android:layout_width="match_parent"
-        android:textSize="13dp"
-        android:textColor="#ffffff"
-       android:gravity="center_horizontal"
-       android:background="#808080"
-        android:layout_centerVertical="true"
-        android:layout_centerHorizontal="true" />
-</RelativeLayout>