activity_basic_palette.xml


Dosyayı İndir
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical" android:layout_width="fill_parent"
    android:layout_height="fill_parent" android:weightSum="1">

    <TextView android:id="@+id/textView2" android:text="@string/personName"
        android:layout_height="wrap_content" android:layout_width="wrap_content"/>

    <EditText android:layout_height="wrap_content" android:layout_width="fill_parent" android:id="@+id/nameEdit">
        <requestFocus/>
    </EditText>

    <TextView android:id="@+id/textView3" android:text="@string/personGender"
        android:layout_height="wrap_content" android:layout_width="wrap_content"/>
    <RadioGroup android:id="@+id/genderRadioGroup"
        android:layout_height="wrap_content" android:layout_width="wrap_content" >
        <RadioButton android:id="@+id/maleRadio" android:text="@string/genderMale"
            android:layout_height="wrap_content" android:layout_width="wrap_content"
            android:checked="false"/>
        <RadioButton android:id="@+id/femaleRadio" android:text="@string/genderFemale"
            android:layout_height="wrap_content" android:layout_width="wrap_content"
            android:checked="false"/>
        <RadioButton android:id="@+id/unspecifiedRadio" android:text="@string/genderUnspecified"
            android:layout_height="wrap_content" android:layout_width="wrap_content"
            android:checked="false"/>
    </RadioGroup>



    <TextView android:id="@+id/messagesView" android:text="@string/empty"
        android:layout_height="wrap_content" android:layout_width="fill_parent" android:layout_weight="0.05" />
    <LinearLayout android:id="@+id/linearLayout2"
        android:layout_height="wrap_content" android:layout_width="fill_parent"  android:weightSum="1">
        <Button android:id="@+id/saveButton"  android:text="@string/saveButton" android:onClick="onClickSave"
            android:layout_height="wrap_content" android:layout_width="142dp" android:layout_weight="0.43"  />
        <Button android:id="@+id/clearButton" android:text="@string/clearButton" android:onClick="onClickClear"
            android:layout_weight="0.43" android:layout_height="wrap_content" android:layout_width="110dp" />
    </LinearLayout>
    <TextView android:id="@+id/textView4" android:text="@string/birthDate"
              android:layout_height="wrap_content" android:layout_width="wrap_content"/>

    <DatePicker android:id="@+id/birthDatePicker"
                android:layout_height="wrap_content" android:layout_width="fill_parent"

        />
</LinearLayout>
				
Dosyayı İndir

Bu Sayfayı Paylaş:




Bu Sayfayı Paylaş:

İletişim Bilgileri

Takip Et

Her Hakkı Saklıdır. Bu sitede yayınlanan tüm bilgi ve fikirlerin kullanımından fibiler.com sorumlu değildir. Bu sitede üretilmiş , derlenmiş içerikleri, fibiler.com'u kaynak göstermek koşuluyla kendi sitenizde kullanılabilirsiniz. Ancak telif hakkı olan içeriklerin hakları sahiplerine aittir