pushcell.xml revision 0040712a8beeb4903e52791db304c51f62487ec3
2442N/A<?xml version="1.0" encoding="utf-8"?>
2442N/A<!--
2442N/A ~ The contents of this file are subject to the terms of the Common Development and
2442N/A ~ Distribution License (the License). You may not use this file except in compliance with the
2442N/A ~ License.
2442N/A ~
2442N/A ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
2442N/A ~ specific language governing permission and limitations under the License.
2442N/A ~
2442N/A ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
2442N/A ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
2442N/A ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
2442N/A ~ information: "Portions copyright [year] [name of copyright owner]".
2442N/A ~
2442N/A ~ Copyright 2016 ForgeRock AS.
2442N/A -->
2442N/A<com.forgerock.authenticator.mechanisms.push.PushLayout
2442N/A xmlns:android="http://schemas.android.com/apk/res/android"
2442N/A android:layout_width="match_parent"
2442N/A android:layout_height="96dp"
2442N/A android:background="@drawable/token"
2442N/A >
2442N/A <RelativeLayout
2442N/A android:layout_width="wrap_content"
2442N/A android:layout_height="match_parent">
2442N/A <com.forgerock.authenticator.ui.MechanismIcon
2442N/A android:id="@+id/icon"
2442N/A android:layout_width="wrap_content"
2442N/A android:layout_height="wrap_content"
2442N/A android:layout_gravity="center_vertical"
2442N/A android:layout_alignParentLeft="true"
2442N/A android:layout_centerVertical="true" />
2442N/A
2442N/A
2442N/A <TextView
2442N/A android:id="@+id/Type"
2442N/A android:layout_width="match_parent"
2442N/A android:layout_height="wrap_content"
2442N/A android:paddingLeft="8dp"
2442N/A android:paddingRight="8dp"
2442N/A android:layout_centerVertical="true"
2442N/A android:layout_toRightOf="@+id/icon"
2442N/A android:text="@string/push_mechanism_title"
2442N/A android:textSize="20sp"
2442N/A />
2442N/A
2442N/A </RelativeLayout>
2442N/A</com.forgerock.authenticator.mechanisms.push.PushLayout>
2442N/A