mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-07-02 06:16:49 -04:00
More updates for alerts menu
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:background="#7d9a43"
|
||||
tools:context=".Home" >
|
||||
tools:context=".activities.MenuActivity" >
|
||||
|
||||
<TableRow
|
||||
android:id="@+id/tableRow1"
|
||||
@ -44,7 +44,7 @@
|
||||
|
||||
<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">
|
||||
|
Reference in New Issue
Block a user