Fix building the android unittest when targeting older android versions
This commit is contained in:
parent
7790ec4a17
commit
4a0afc0347
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user