Files
tempo/app/src/main/res/layout/item_search_recent_searches.xml
Antonio Cappiello 8c889f7a38 Add search
2020-11-21 13:54:49 +01:00

20 lines
752 B
XML

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="4dp"
android:paddingEnd="4dp">
<TextView
android:id="@+id/recent_search_text_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/open_sans_font_family"
android:paddingStart="8dp"
android:paddingTop="4dp"
android:paddingBottom="12dp"
android:paddingEnd="8dp"
android:text="@string/label_placeholder"
android:textColor="@color/subtitleTextColor"
android:textSize="14sp"
android:textStyle="bold" />
</RelativeLayout>