dropdown_preference_etp.xml (1286B)
1 <?xml version="1.0" encoding="utf-8"?><!-- This Source Code Form is subject to the terms of the Mozilla Public 2 - License, v. 2.0. If a copy of the MPL was not distributed with this 3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 4 <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" 5 xmlns:app="http://schemas.android.com/apk/res-auto" 6 android:layout_width="match_parent" 7 android:layout_height="wrap_content" 8 android:layout_marginStart="106dp" 9 android:layout_marginTop="2dp" 10 android:layout_marginEnd="18dp" 11 android:layout_marginBottom="12dp" 12 android:background="@drawable/rounded_grey_corners_transparent_center" 13 android:clickable="true" 14 android:focusable="true" 15 android:gravity="center_vertical"> 16 17 <androidx.appcompat.widget.AppCompatSpinner 18 android:id="@+id/spinner" 19 android:layout_width="match_parent" 20 android:layout_height="wrap_content" 21 android:minHeight="48dp" 22 android:popupBackground="?attr/layer2" 23 app:layout_constraintBottom_toBottomOf="parent" 24 app:layout_constraintStart_toStartOf="parent" 25 app:layout_constraintTop_toTopOf="parent" /> 26 </androidx.constraintlayout.widget.ConstraintLayout>