mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-04-21 08:51:29 -04:00
Further Alert cleanup >AGK
This commit is contained in:
parent
92ed470d1a
commit
41e21f3fb7
@ -35,30 +35,39 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:background="@android:color/transparent" >
|
android:background="@android:color/transparent"
|
||||||
|
>
|
||||||
|
|
||||||
</ListView>
|
</ListView>
|
||||||
|
|
||||||
</TableRow>
|
</TableRow>
|
||||||
|
|
||||||
|
|
||||||
<TableRow
|
<TableRow
|
||||||
android:id="@+id/tableRow3"
|
android:id="@+id/tableRow3"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginLeft="@dimen/activity_vertical_margin"
|
android:layout_marginLeft="@dimen/activity_vertical_margin"
|
||||||
android:layout_marginRight="@dimen/activity_horizontal_margin">
|
android:layout_marginRight="@dimen/activity_horizontal_margin" >
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/clearAlertsButton"
|
android:id="@+id/clearAlertsButton"
|
||||||
|
style="@style/Theme.Unccgameday"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_span="2"
|
android:layout_span="1"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:text="@string/button_clear_alerts"
|
android:text="@string/button_clear_alerts"
|
||||||
android:textColor="@color/black" />
|
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>
|
</TableRow>
|
||||||
|
|
||||||
</TableLayout>
|
</TableLayout>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user