summaryrefslogtreecommitdiff
path: root/tlsexternalcertprovider/src/main/res/layout/activity_main.xml
blob: 3a1bf2f155934d6ec8c167692c040029c6365c2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (c) 2012-2018 Arne Schwabe
  ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
  -->

<LinearLayout android:orientation="vertical"
        xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:tools="http://schemas.android.com/tools"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        tools:context=".SelectCertificateActivity">

    <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="This demo app has no sophisticated selection!"
            />

    <Button
            android:id="@+id/nicecert"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Send mynicecert as string back to app"

    />
</LinearLayout>