mirror of
https://github.com/bspeice/itcs4180
synced 2025-09-05 14:15:25 -04:00
Updated padding and removed settings menu.
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_margin="5dp"
|
||||
android:text="@string/found_text"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge" />
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_margin="5dp"
|
||||
android:text="@string/default_text" />
|
||||
|
||||
<ImageView
|
||||
@ -32,6 +33,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_margin="5dp"
|
||||
android:text="@string/default_text" />
|
||||
|
||||
</LinearLayout>
|
||||
|
@ -3,10 +3,5 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:context="edu.uncc.scavenger.CompassActivity" >
|
||||
|
||||
<item
|
||||
android:id="@+id/action_settings"
|
||||
android:orderInCategory="100"
|
||||
android:title="@string/action_settings"
|
||||
android:showAsAction="never"/>
|
||||
|
||||
</menu>
|
||||
|
@ -3,10 +3,4 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:context="edu.uncc.scavenger.FoundActivity" >
|
||||
|
||||
<item
|
||||
android:id="@+id/action_settings"
|
||||
android:orderInCategory="100"
|
||||
android:title="@string/action_settings"
|
||||
android:showAsAction="never"/>
|
||||
|
||||
</menu>
|
||||
|
@ -1,9 +1,3 @@
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/action_settings"
|
||||
android:orderInCategory="100"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/action_settings"/>
|
||||
|
||||
</menu>
|
||||
|
@ -3,10 +3,4 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:context="edu.uncc.scavenger.SearchActivity" >
|
||||
|
||||
<item
|
||||
android:id="@+id/action_settings"
|
||||
android:orderInCategory="100"
|
||||
android:title="@string/action_settings"
|
||||
android:showAsAction="never"/>
|
||||
|
||||
</menu>
|
||||
|
Reference in New Issue
Block a user