delete.xml revision 7e3fa36d69ffee874dd364b8e3d9aa3cab9a273b
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="16dp"
>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/delete_summary"
/>
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:padding="8dp"
>
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="24dp"
android:gravity="center_vertical|right"
android:paddingRight="8dp"
android:text="@string/issuer"
android:textStyle="bold"
/>
<TextView
android:id="@+id/issuer"
android:layout_width="match_parent"
android:layout_height="24dp"
android:text="jdoe@example.com"
/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="24dp"
android:gravity="center_vertical|right"
android:paddingRight="8dp"
android:text="@string/id"
android:textStyle="bold"
/>
<TextView
android:id="@+id/label"
android:layout_width="match_parent"
android:layout_height="24dp"
android:text="18c5d06cfcbd4927"
/>
</TableRow>
</TableLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/delete_question"
/>
</LinearLayout>