menu_popup_window_item.xml 677 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:orientation="vertical" >
  6. <LinearLayout
  7. android:layout_width="match_parent"
  8. android:layout_height="match_parent"
  9. android:gravity="center"
  10. android:orientation="horizontal"
  11. android:paddingBottom="5dp"
  12. android:paddingTop="5dp">
  13. <TextView
  14. android:id="@+id/rightTv"
  15. android:layout_width="wrap_content"
  16. android:layout_height="wrap_content"
  17. android:layout_gravity="center_vertical"
  18. android:textColor="@color/black"
  19. android:textSize="15sp" />
  20. </LinearLayout>
  21. </LinearLayout>