blob: 0ec58442f695bb119f8842a3eaf162aa0c699de1 [file] [log] [blame]
Griff Hazenb66d58c2014-11-20 14:20:56 -08001<?xml version="1.0" encoding="utf-8"?>
Jeremy Walkerd0ed3c52017-03-23 17:23:16 -07002<!-- Copyright (C) 2017 The Android Open Source Project
Griff Hazenb66d58c2014-11-20 14:20:56 -08003
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-->
Paul Soulosaf3d3e32014-12-01 18:18:46 -080016<merge
Griff Hazenb66d58c2014-11-20 14:20:56 -080017 xmlns:android="http://schemas.android.com/apk/res/android"
Paul Soulosaf3d3e32014-12-01 18:18:46 -080018 xmlns:app="http://schemas.android.com/apk/res-auto">
19
20 <android.support.wearable.view.CircledImageView
21 android:id="@+id/color"
22 android:layout_width="52dp"
23 android:layout_height="52dp"
24 android:layout_gravity="center_vertical"
25 app:circle_border_color="@color/color_item_circle_border_color"
26 app:circle_radius="26dp"
27 app:circle_border_width="1dp"/>
28
29 <TextView
30 android:id="@+id/label"
31 android:fontFamily="sans-serif-condensed-light"
32 android:layout_width="wrap_content"
33 android:layout_height="wrap_content"
34 android:layout_gravity="center_vertical"
35 android:layout_marginLeft="10dp"
36 android:textColor="@color/color_item_label_color"
37 android:textSize="18sp"/>
38</merge>