Blame res/layout/activity_scoreboard.xml

1b8111
1b8111
    xmlns:tools="http://schemas.android.com/tools"
1b8111
    android:id="@android:id/tabhost"
1b8111
    android:layout_width="fill_parent"
1b8111
    android:layout_height="fill_parent"
1b8111
    android:layout_weight="1" >
1b8111

1b8111
    
1b8111
        android:layout_width="fill_parent"
1b8111
        android:layout_height="fill_parent"
1b8111
        android:orientation="vertical" >
1b8111

1b8111
        
1b8111
            android:id="@android:id/tabs"
1b8111
            android:layout_width="fill_parent"
1b8111
            android:layout_height="wrap_content" >
1b8111
        
1b8111

1b8111
        
1b8111
            android:id="@android:id/tabcontent"
1b8111
            android:layout_width="fill_parent"
1b8111
            android:layout_height="fill_parent" >
1b8111

1b8111
            
1b8111
                android:id="@+id/tab25"
1b8111
                android:layout_width="fill_parent"
1b8111
                android:layout_height="fill_parent" >
1b8111

1b8111
            
1b8111

1b8111
            
1b8111
                android:id="@+id/tab50"
1b8111
                android:layout_width="fill_parent"
1b8111
                android:layout_height="fill_parent" >
1b8111
            
1b8111

1b8111
            
1b8111
                android:id="@+id/tab100"
1b8111
                android:layout_width="fill_parent"
1b8111
                android:layout_height="fill_parent" >
1b8111
            
1b8111
        
1b8111
    
1b8111

1b8111