uopspop

Untitled

Oct 9th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.42 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <menu xmlns:android="http://schemas.android.com/apk/res/android">
  3.     <group android:checkableBehavior="single">
  4.     <item
  5.        android:id="@+id/lookfor_hotel"
  6.        android:title="找飯店"
  7.        android:icon="@drawable/search"/>
  8.     <item android:title="找共住夥伴"
  9.        android:id="@+id/lookfor_partner"
  10.        android:icon="@drawable/search"/>
  11.     </group>
  12. </menu>
Add Comment
Please, Sign In to add comment