20 lines
626 B
XML
20 lines
626 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
paddingLeft="16dp"
|
|
paddingRight="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp">
|
|
<TextView
|
|
textSize="13sp"
|
|
id="@+id/enable_service_text"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginRight="8dp"
|
|
text="Please enable the HMS service in settings tag"
|
|
layout_marginEnd="8dp"/>
|
|
</RelativeLayout>
|