Fix building the android unittest when targeting older android versions

This commit is contained in:
Martin Storsjö 2014-05-30 10:34:32 +03:00
parent 7790ec4a17
commit 4a0afc0347
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"

View File

@ -4,7 +4,6 @@
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
android:title="@string/action_settings"
android:showAsAction="never"/>
android:title="@string/action_settings" />
</menu>