efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey<?xml version="1.0" encoding="utf-8"?>
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey<!--
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey ~ The contents of this file are subject to the terms of the Common Development and
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey ~ Distribution License (the License). You may not use this file except in compliance with the
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey ~ License.
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey ~
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey ~ specific language governing permission and limitations under the License.
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey ~
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey ~ information: "Portions copyright [year] [name of copyright owner]".
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey ~
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey ~ Copyright 2016 ForgeRock AS.
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey -->
0040712a8beeb4903e52791db304c51f62487ec3Tom Rumsey<com.forgerock.authenticator.notifications.NotificationLayout xmlns:android="http://schemas.android.com/apk/res/android"
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey android:layout_width="match_parent"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:layout_height="78dp"
0040712a8beeb4903e52791db304c51f62487ec3Tom Rumsey xmlns:tools="http://schemas.android.com/tools"
0040712a8beeb4903e52791db304c51f62487ec3Tom Rumsey android:background="@drawable/token">
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey <RelativeLayout
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey android:layout_width="match_parent"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:layout_height="match_parent">
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey <ImageView
f3fa3b65e8ebafc90b1044cf522ee35213299c42Tom Rumsey android:id="@+id/image"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:layout_width="78dp"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:layout_height="78dp"
4daaf3ed5fb272fb8a6850af6b81c0ef1b983a52Tom Rumsey android:padding="24dp"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:layout_gravity="left"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:src="@drawable/forgerock_icon_pending"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:scaleType="fitCenter"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey />
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey <LinearLayout
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:id="@+id/text"
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey android:layout_width="wrap_content"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:layout_height="wrap_content"
f3fa3b65e8ebafc90b1044cf522ee35213299c42Tom Rumsey android:layout_toRightOf="@id/image"
f3fa3b65e8ebafc90b1044cf522ee35213299c42Tom Rumsey android:layout_toEndOf="@id/image"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:layout_centerVertical="true"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:orientation="vertical">
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey <TextView
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:id="@+id/info"
0040712a8beeb4903e52791db304c51f62487ec3Tom Rumsey android:text="@string/authentication_request"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:textStyle="bold"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:layout_width="wrap_content"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:layout_height="wrap_content" />
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey <TextView
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:id="@+id/status"
0040712a8beeb4903e52791db304c51f62487ec3Tom Rumsey tools:text="Pending"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:layout_width="wrap_content"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:layout_height="wrap_content" />
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey </LinearLayout>
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey <TextView
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey android:id="@+id/time"
0040712a8beeb4903e52791db304c51f62487ec3Tom Rumsey tools:text="10 minutes ago"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:gravity="end"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:layout_toRightOf="@+id/text"
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey android:layout_width="wrap_content"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:layout_height="wrap_content"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:layout_alignParentRight="true"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:layout_marginLeft="10dp"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:layout_marginRight="10dp"
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey android:layout_centerVertical="true" />
c00a5587d32883c0f366fd6c47c3e674dad9dba7Tom Rumsey </RelativeLayout>
efafbd2aa55b834f714882683fa864a0ac9e64aaTom Rumsey</com.forgerock.authenticator.notifications.NotificationLayout>