GitNex-Android-App/app/src/main/res/layout/list_item_suggestion.xml

17 lines
611 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">
<TextView
android:id="@+id/suggestItemTextView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/black"
android:padding="@dimen/dimen24dp"
android:textColor="@color/gold"
android:textSize="@dimen/dimen16sp"
tools:text="Keyword"/>
</LinearLayout>