habitica-android/Habitica/res/layout/class_spinner_dropdown_item_selected.xml

19 lines
704 B
XML
Raw Permalink Normal View History

2017-11-08 15:53:52 +00:00
<?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="match_parent"
android:paddingTop="4dp"
android:paddingBottom="4dp"
2023-10-25 19:48:29 +00:00
android:gravity="center_vertical|end">
2017-11-08 15:53:52 +00:00
<ImageView
android:id="@+id/classIconView"
android:layout_width="32dp"
android:layout_height="32dp"
2020-09-17 11:47:02 +00:00
android:layout_marginEnd="8dp"/>
2017-11-08 15:53:52 +00:00
<TextView
android:id="@+id/textView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="16sp"/>
2023-10-25 19:48:29 +00:00
</LinearLayout>