Android Spinner Dialog Multi Column

时间:2015-07-14 18:46:06

标签: android spinner

请帮帮我。

我的微调器(默认Android): https://lh3.googleusercontent.com/-eEuaen-sRy4/VaVXkAJRKAI/AAAAAAAANYs/JWP-o9kxAjo/s505-Ic42/now.jpg

我想要(自定义): https://lh3.googleusercontent.com/-iQV1pNOMI6I/VaVXkCBoGDI/AAAAAAAANYs/s9eepi2IvLI/s505-Ic42/i-want.jpg

和我的自定义布局XML代码:



<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:gravity="center">
    <ImageView
        android:layout_marginTop="@dimen/boslukAz"
        android:layout_marginBottom="@dimen/boslukAz"
        android:background="@color/actionBarAcik"
        android:contentDescription="@string/uygulama_adi"
        android:id="@+id/simgeS"
        android:layout_width="@dimen/simgeB"
        android:layout_height="@dimen/simgeB"
        android:padding="5dp"/>
</RelativeLayout>
&#13;
&#13;
&#13;

0 个答案:

没有答案