apps-android-commons/app/src/main/res/layout/item_recent_searches.xml

8 lines
372 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView android:id="@+id/textView1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:padding="@dimen/standard_gap"
android:text="@string/search_commons"
xmlns:android="http://schemas.android.com/apk/res/android" />