SubwayTooter-Android-App/app/src/main/res/layout/lv_header_search_desc.xml

19 lines
557 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingStart="12dp"
android:paddingEnd="12dp"
>
<TextView
android:id="@+id/tvSearchDesc"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="3dp"
android:paddingTop="3dp"
/>
</LinearLayout>