summaryrefslogtreecommitdiffstats
path: root/res/layout/card_status_header_inner.xml
blob: bec9b0c2436967772ef952dff35b078838e79ca9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
              xmlns:tools="http://schemas.android.com/tools"
              android:orientation="vertical"
              android:padding="5dp"
              android:layout_width="match_parent"
              android:layout_height="match_parent">

    <TextView
        tools:text="CyanogenMod"
        android:id="@+id/status_card_title"
        style="@style/simple_message_card_inner_title_text"
        android:ellipsize="end"
        android:maxLines="2"
        android:layout_marginBottom="5dp"
        android:layout_marginRight="10dp"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"/>

    <TextView
        tools:text="One day ago"
        android:id="@+id/status_card_date"
        android:textStyle="italic"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"/>

</LinearLayout>