Make PeopleActivity extends AppCompatActivity (1/3)

This CL includes a subset of reversion of ag/871001.

This topic of CLs will lead to the following changes in APK sizes:

- GoogleContacts: 8.0MB --> 8.7MB
- GoogleContacts-N: 7.6MB --> 8.2MB

Bug 27687799

Change-Id: Id94598e42a5016badeafee3f4f0dc2a515fc68eb
diff --git a/res/menu/people_options.xml b/res/menu/people_options.xml
index fe6cbd3..032bea6 100644
--- a/res/menu/people_options.xml
+++ b/res/menu/people_options.xml
@@ -13,12 +13,13 @@
      See the License for the specific language governing permissions and
      limitations under the License.
 -->
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+      xmlns:contacts="http://schemas.android.com/apk/res-auto">
     <item
         android:id="@+id/menu_search"
         android:icon="@drawable/ic_ab_search"
         android:title="@string/menu_search"
-        android:showAsAction="ifRoom" />
+        contacts:showAsAction="ifRoom" />
 
     <item
         android:id="@+id/menu_contacts_filter"