0
余白とパディングを0に設定しようとしましたが、取り除くことはできません。ここでスピナードロップダウンの左側の白線
そして、ここにあるドロップダウンのための私のxml:
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
android:layout_width="match_parent"
android:background="@color/j3PreferencesBackground"
android:checkMark="@drawable/btn_checkbox_s3_pref_j3"
android:layout_height="50dp"
android:ellipsize="end"
android:gravity="center_vertical"
android:minHeight="22dp"
android:paddingLeft="6dp"
android:paddingRight="10dp"
android:maxLines="1"
android:textColor="@color/j3Gray70"
android:textSize="18sp"/>
とスピナーのため:
<Spinner
android:id="@+id/settingsSetSpinner"
android:background="@color/j3PreferencesBackground"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/settingsPickerTitle"
android:defaultValue="0"
android:entries="@array/import_export_locations"
/>
このリンクを参照して、その行を見つけるために、レイアウトインスペクタを使用http://tools.android.com/tech-docs/layout-inspector – firegloves
ことのいくつかの並べ替えではないですアンドロイド自体のスクロールバー? – Aiko
いいえ、スクロールするときにスクロールバーが右側に表示されます – j3App