Further Alert cleanup >AGK

This commit is contained in:
agk512 2013-12-02 03:32:09 -05:00
parent 92ed470d1a
commit 41e21f3fb7

View File

@ -35,30 +35,39 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@android:color/transparent" >
android:background="@android:color/transparent"
>
</ListView>
</TableRow>
<TableRow
<TableRow
android:id="@+id/tableRow3"
android:layout_width="match_parent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/activity_vertical_margin"
android:layout_marginRight="@dimen/activity_horizontal_margin">
android:layout_marginRight="@dimen/activity_horizontal_margin" >
<Button
android:id="@+id/clearAlertsButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_span="2"
android:layout_weight="1"
android:text="@string/button_clear_alerts"
android:textColor="@color/black" />
<Button
android:id="@+id/clearAlertsButton"
style="@style/Theme.Unccgameday"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_span="1"
android:layout_weight="1"
android:text="@string/button_clear_alerts"
android:textColor="@color/black" />
<Button
android:id="@+id/refreshAlertsButton"
style="@style/Theme.Unccgameday"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_span="1"
android:layout_weight="1"
android:text="@string/button_refresh_alerts"
android:textColor="@color/black" />
</TableRow>
</TableLayout>