23 lines
840 B
XML
23 lines
840 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:orientation="vertical"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:id="@+id/Title1"
|
|
android:layout_width="300dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_weight="1"
|
|
android:text="Are you sure you want to remove this service from your account?"
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Large"
|
|
android:textColor="@android:color/black"
|
|
android:textSize="15sp"
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginRight="40dp"
|
|
/>
|
|
|
|
|
|
</LinearLayout>
|