0

我有一个在 android 2.2.x 或上运行的应用程序,在 2.2.x 中,微调器看起来像这样(微调器在红色框中):

A1 .- 一开始的微调器 ...

A2 .- 当我选择 Región 字段时微调器(更改 Comuna 字段中的数据) 在此处输入图像描述

但在 4.x 或更高版本中看起来像这样:

B1 .- 起步阶段的微调 在此处输入图像描述

B2 .- 当我选择区域字段时微调器 在此处输入图像描述

我需要在 2.2 版中,它看起来与在 4.x 版中相同,白色文本并左对齐(在 xml 选项中,我选择了左)

我使用这种风格:

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/TextView01"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:gravity="left"
    android:text="@+id/TextView01"
    android:textColor="#FFFFFFFF"
    android:textSize="15sp"
    android:textStyle="bold" />

对于微调器和我都使用这个下拉列表:android.R.layout.simple_spinner_dropdown_item

你能帮我怎么设置吗?

4

0 回答 0