badge.xml revision 0040712a8beeb4903e52791db304c51f62487ec3
78N/A<?xml version="1.0" encoding="utf-8"?>
553N/A<!--
78N/A ~ The contents of this file are subject to the terms of the Common Development and
78N/A ~ Distribution License (the License). You may not use this file except in compliance with the
78N/A ~ License.
78N/A ~
78N/A ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
78N/A ~ specific language governing permission and limitations under the License.
78N/A ~
78N/A ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
78N/A ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
78N/A ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
78N/A ~ information: "Portions copyright [year] [name of copyright owner]".
78N/A ~
78N/A ~ Copyright 2016 ForgeRock AS.
78N/A -->
78N/A
78N/A<TextView xmlns:android="http://schemas.android.com/apk/res/android"
553N/A android:layout_width="wrap_content"
553N/A android:layout_height="wrap_content"
553N/A xmlns:tools="http://schemas.android.com/tools"
78N/A android:layout_alignParentTop="true"
78N/A android:layout_alignParentRight="true"
78N/A android:layout_alignParentEnd="true"
78N/A android:layout_marginRight="10dp"
78N/A android:layout_marginEnd="5dp"
78N/A android:layout_marginTop="5dp"
78N/A tools:text=" 1000 "
78N/A android:minWidth="30dp"
78N/A android:textColor="#FFF"
78N/A android:textSize="16sp"
78N/A android:textStyle="bold"
78N/A android:background="@drawable/notification_background" />
78N/A