altosdroid: Switch from custom title to standard Holo theme
[fw/altos] / altosdroid / res / layout / tab_layout.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:id="@+id/customTabLayout"
4     android:layout_width="match_parent"
5     android:layout_height="match_parent">
6     <TextView
7         android:id="@+id/tabLabel"
8         android:layout_height="wrap_content"
9         android:layout_width="match_parent"
10         android:textSize="13dp"
11         android:textColor="#ffffff"
12         android:gravity="center_horizontal"
13         android:background="#808080"
14         android:layout_centerVertical="true"
15         android:layout_centerHorizontal="true" />
16 </RelativeLayout>