Added execution time for behaviours.
[artf472315]
This commit is contained in:
parent
8a00a547cf
commit
2ebda08b5d
9 changed files with 78 additions and 36 deletions
|
|
@ -76,5 +76,18 @@
|
|||
android:layout_below="@+id/description"
|
||||
android:visibility="invisible" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:text="2m 30s"
|
||||
android:id="@+id/time"
|
||||
android:singleLine="true"
|
||||
android:textColor="#46000000"
|
||||
android:textSize="12dp"
|
||||
android:layout_alignBottom="@+id/title"
|
||||
android:layout_alignRight="@+id/progress"
|
||||
android:visibility="invisible" />
|
||||
|
||||
|
||||
</RelativeLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue