mirror of
				https://github.com/bspeice/UNCCGameDay
				synced 2025-11-03 18:00:43 -05:00 
			
		
		
		
	Modified home page buttons to android theme
This commit is contained in:
		@ -48,32 +48,37 @@
 | 
				
			|||||||
        <LinearLayout
 | 
					        <LinearLayout
 | 
				
			||||||
            android:layout_width="wrap_content"
 | 
					            android:layout_width="wrap_content"
 | 
				
			||||||
            android:layout_height="0dp"
 | 
					            android:layout_height="0dp"
 | 
				
			||||||
            android:orientation="horizontal"
 | 
					            android:layout_gravity="center_horizontal|center"
 | 
				
			||||||
            android:layout_gravity="center"
 | 
					            android:layout_marginBottom="@dimen/activity_vertical_margin"
 | 
				
			||||||
            android:layout_weight="2"
 | 
					            android:layout_weight="2"
 | 
				
			||||||
            
 | 
					            android:orientation="horizontal"
 | 
				
			||||||
            >
 | 
					            tools:ignore="UselessParent" >
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <Button
 | 
					        <Button
 | 
				
			||||||
            android:id="@+id/clearAlertsButton"
 | 
					            android:id="@+id/clearAlertsButton"
 | 
				
			||||||
 | 
					            style="?android:attr/buttonStyleSmall"
 | 
				
			||||||
            android:layout_width="0dp"
 | 
					            android:layout_width="0dp"
 | 
				
			||||||
            android:layout_height="wrap_content"
 | 
					            android:layout_height="32dp"
 | 
				
			||||||
			android:background="@drawable/register"
 | 
					            android:layout_gravity="center_horizontal"
 | 
				
			||||||
 | 
					            android:layout_marginRight="10dp"
 | 
				
			||||||
 | 
					            android:layout_weight="1"
 | 
				
			||||||
 | 
					            android:background="#488214"
 | 
				
			||||||
            android:text="@string/button_clear_alerts"
 | 
					            android:text="@string/button_clear_alerts"
 | 
				
			||||||
            android:textColor="@color/black"
 | 
					            android:textColor="@color/white"
 | 
				
			||||||
            tools:ignore="ButtonStyle"
 | 
					            tools:ignore="ButtonStyle,NestedWeights" />
 | 
				
			||||||
            android:layout_weight="1" />
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <Button
 | 
					        <Button
 | 
				
			||||||
            android:id="@+id/refreshAlertsButton"
 | 
					            android:id="@+id/refreshAlertsButton"
 | 
				
			||||||
 | 
					            style="?android:attr/buttonStyleSmall"
 | 
				
			||||||
            android:layout_width="0dp"
 | 
					            android:layout_width="0dp"
 | 
				
			||||||
            android:layout_height="wrap_content"
 | 
					            android:layout_height="32dp"
 | 
				
			||||||
            android:background="@drawable/register"
 | 
					            android:layout_gravity="center_horizontal"
 | 
				
			||||||
 | 
					            android:layout_marginLeft="10dp"
 | 
				
			||||||
 | 
					            android:layout_weight="1"
 | 
				
			||||||
 | 
					            android:background="#488214"
 | 
				
			||||||
            android:text="@string/button_refresh_alerts"
 | 
					            android:text="@string/button_refresh_alerts"
 | 
				
			||||||
            android:textColor="@color/black"
 | 
					            android:textColor="@color/white"
 | 
				
			||||||
            tools:ignore="ButtonStyle" 
 | 
					            tools:ignore="ButtonStyle" />
 | 
				
			||||||
            android:layout_weight="1"/>
 | 
					 | 
				
			||||||
			
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    </LinearLayout>
 | 
					    </LinearLayout>
 | 
				
			||||||
    </LinearLayout>
 | 
					    </LinearLayout>
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user