2017-04-21 22:50:49 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2022-08-09 13:29:04 -03:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
tools:viewBindingIgnore="true"
|
2017-04-21 22:50:49 -07:00
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<TextView android:id="@+id/right_summary"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right|center_vertical"
|
|
|
|
android:gravity="right|center_vertical"
|
|
|
|
android:textSize="16sp"
|
2020-03-27 11:34:10 -04:00
|
|
|
android:textColor="?colorAccent"/>
|
2017-04-21 22:50:49 -07:00
|
|
|
|
|
|
|
</FrameLayout>
|