blob: 21b529722724f52c277f394915124c1a7713ebd5 [file] [log] [blame]
Sean Midforddfd0b0d2016-11-01 15:05:33 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2016 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17
18<TextView xmlns:android="http://schemas.android.com/apk/res/android"
19 android:id="@+id/assistant_new_badge"
20 android:layout_width="wrap_content"
21 android:layout_height="wrap_content"
22 android:layout_gravity="center_vertical"
23 android:paddingLeft="@dimen/nav_new_badge_horizontal_pad"
24 android:paddingTop="@dimen/nav_new_badge_vertical_pad"
25 android:paddingRight="@dimen/nav_new_badge_horizontal_pad"
26 android:paddingBottom="@dimen/nav_new_badge_vertical_pad"
27 android:background="@drawable/new_badge_background"
28 android:textSize="@dimen/nav_new_badge_font_size"
Sean Midfordd0b21322016-11-02 14:17:26 -070029 android:textStyle="bold"
Sean Midforddfd0b0d2016-11-01 15:05:33 -070030 android:textAllCaps="true"
Sean Midfordd0b21322016-11-02 14:17:26 -070031 android:textColor="@android:color/white"
Sean Midforddfd0b0d2016-11-01 15:05:33 -070032 android:text="@string/menu_assistant_new_badge"/>