Skip to content

Commit

Permalink
Remove all button
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed Dec 10, 2011
1 parent ce24b24 commit f097c00
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions res/layout/schedule_list.xml
Expand Up @@ -9,10 +9,6 @@
<LinearLayout android:id="@+id/linearLayout2" <LinearLayout android:id="@+id/linearLayout2"
android:layout_width="match_parent" android:layout_height="wrap_content"> android:layout_width="match_parent" android:layout_height="wrap_content">


<Button android:id="@+id/allButton" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_weight="1"
android:text="All" />

<Button android:id="@+id/t1Button" android:layout_width="0dp" <Button android:id="@+id/t1Button" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_weight="1" android:layout_height="wrap_content" android:layout_weight="1"
android:text="Track 1" /> android:text="Track 1" />
Expand Down

0 comments on commit f097c00

Please sign in to comment.