Ребята Я новичок в Android на самом деле, я создал пользовательский интерфейс Android с eclipse, его вид выглядит так (изображение), это не настоящий пользовательский интерфейс Android, как я могу получить стили стилей андроида? Ребята, пожалуйста, помогите мне. Я использую проект Android 4.01. Мой main.xml выглядит следующим образомAndroid UI Issue
Пожалуйста, посмотрите на этот скриншот:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:orientation="vertical" >
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello" />
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="TextView" />
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Button" />
<ToggleButton
android:id="@+id/toggleButton1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="ToggleButton" />
<CheckBox
android:id="@+id/checkBox1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="CheckBox" />
<RadioButton
android:id="@+id/radioButton1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="RadioButton" />
<Spinner
android:id="@+id/spinner1"
android:layout_width="match_parent"
android:layout_height="wrap_content" style="@drawable/ic_launcher"/>
</LinearLayout>
Пожалуйста, вы можете загрузите изображение здесь? Я не могу получить доступ к ссылке, поскольку я сейчас на работе! – Hiral
Мне не разрешено загружать изображения здесь чувак! :(Разве вы не видите изображение здесь? –
Его трудно понять, что вы подразумеваете под «это не настоящий пользовательский интерфейс Android, как я могу получить стили стилей андроида?». И xml, который вы здесь указали, isn Это то, что работает? – Hiral