Android Spinner Dialog Multi Column -


please me.

my spinner (default android): https://lh3.googleusercontent.com/-eeuaen-sry4/vavxkajrkai/aaaaaaaanys/jwp-o9kxajo/s505-ic42/now.jpg

i want (custom): https://lh3.googleusercontent.com/-iqv1pnomi6i/vavxkcbogdi/aaaaaaaanys/s9eepi2ivli/s505-ic42/i-want.jpg

and custom layout xml code:

<?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>


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -