d31eeac49e
-Changed search history to show service name and stream history to show repeat count. -Removed history entry abstract and unused info items.
27 lines
No EOL
982 B
XML
27 lines
No EOL
982 B
XML
<?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:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="?attr/selectableItemBackground"
|
|
android:clickable="true"
|
|
android:orientation="vertical"
|
|
android:paddingBottom="8dp"
|
|
android:paddingLeft="@dimen/activity_horizontal_margin"
|
|
android:paddingRight="@dimen/activity_horizontal_margin"
|
|
android:paddingTop="8dp">
|
|
|
|
<TextView
|
|
android:id="@+id/info"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
tools:text="10/11/2017 11:32"/>
|
|
|
|
<TextView
|
|
android:id="@+id/search"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
tools:text="Search query"/>
|
|
</LinearLayout> |