activity_endisable_service.xml 749 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:paddingEnd="16dp"
  6. android:paddingLeft="16dp"
  7. android:paddingRight="16dp"
  8. android:paddingStart="16dp"
  9. android:orientation="vertical" >
  10. <TextView
  11. android:id="@+id/enable_service_text"
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content"
  14. android:layout_marginEnd="8dp"
  15. android:layout_marginRight="8dp"
  16. android:layout_marginTop="16dp"
  17. android:text="Please enable the HMS service in settings tag"
  18. android:textSize="13sp" />
  19. </RelativeLayout>