summaryrefslogtreecommitdiffstats
path: root/res/layout/pulse_time_item.xml
blob: 56d3005d4d3c30f0c723c3a9c28f2aed37a3decf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>

<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/textViewName"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:paddingStart="4dp"
    android:paddingEnd="4dp"
    android:paddingTop="8dp"
    android:paddingBottom="8dp"
    android:textAppearance="@android:style/TextAppearance.Material.Subhead" >

</TextView>