blob: 9a6f8c35bdb6dcea63615148b64c99a270491818 [file] [log] [blame]
Sunny Goyal77b34192019-04-19 01:46:51 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2018 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
Alina Zaidif2c79de2021-05-27 14:55:21 +010017<merge
18 xmlns:android="http://schemas.android.com/apk/res/android"
Sunny Goyal77b34192019-04-19 01:46:51 -070019 android:layout_height="wrap_content"
20 android:layout_width="wrap_content">
21
Alina Zaidif2c79de2021-05-27 14:55:21 +010022 <TextView
23 android:id="@+id/text"
Sunny Goyal77b34192019-04-19 01:46:51 -070024 android:layout_width="wrap_content"
25 android:layout_height="wrap_content"
Sunny Goyal77b34192019-04-19 01:46:51 -070026 android:layout_gravity="center_horizontal"
Alina Zaidif2c79de2021-05-27 14:55:21 +010027 android:gravity="center"
28 android:padding="16dp"
29 android:background="@drawable/arrow_toast_rounded_background"
Sunny Goyal77b34192019-04-19 01:46:51 -070030 android:elevation="2dp"
Alina Zaidiecdf6572021-06-07 10:27:23 +010031 android:outlineProvider="none"
Alina Zaidif2c79de2021-05-27 14:55:21 +010032 android:textColor="@color/arrow_tip_view_content"
33 android:textSize="14sp"/>
Sunny Goyal77b34192019-04-19 01:46:51 -070034
35 <View
36 android:id="@+id/arrow"
37 android:elevation="2dp"
Alina Zaidiecdf6572021-06-07 10:27:23 +010038 android:outlineProvider="none"
Samuel Fufa880fc572021-05-21 12:42:32 -050039 android:layout_width="@dimen/arrow_toast_arrow_width"
Alina Zaidiecdf6572021-06-07 10:27:23 +010040 android:layout_height="10dp"/>
Sunny Goyal77b34192019-04-19 01:46:51 -070041</merge>