forked from github/szkolny
16 lines
658 B
XML
16 lines
658 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!-- Copyright 2019 LinkedIn Corporation -->
|
||
|
<!-- All Rights Reserved. -->
|
||
|
<!-- -->
|
||
|
<!-- Licensed under the BSD 2-Clause License (the "License"). See License in the project root -->
|
||
|
<!-- for license information. -->
|
||
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
style="@style/Base.TextAppearance.AppCompat.Small"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_gravity="end"
|
||
|
android:ellipsize="end"
|
||
|
android:maxLines="1"
|
||
|
android:textAlignment="viewEnd"
|
||
|
tools:text="1 PM" />
|