mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 09:57:26 +00:00
13 lines
No EOL
438 B
XML
13 lines
No EOL
438 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="0dp"
|
|
android:layout_height="0dp"
|
|
android:visibility="invisible">
|
|
|
|
<Spinner
|
|
android:id="@+id/preferenceOptions"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:spinnerMode="dialog" />
|
|
</LinearLayout> |