Soru & Cevap

Tasarım bozuluyor ...

08.08.2014 - 09:40

Merhaba;

ben tasarımımı yaptım ama edittexte tıkladığımda klavye açılınca en alttaki tasarımlar klavyenin yukarısına çıkıyor , altında kalmıyor, acaba sorun nedir, kodum şu şekilde ;

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:android1="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/bg" >

    <ImageView
        android:id="@+id/imageView1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentLeft="true"
        android:layout_alignParentTop="true"
        android:src="@drawable/ic_launchery" />

    <LinearLayout
        android:id="@+id/stupid_android"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_alignBottom="@+id/stupid_android1"
        android:layout_alignParentLeft="true"
        android:layout_below="@+id/imageView1"
        android:layout_marginBottom="0dp"
        android:layout_marginTop="205dp"
        android:orientation="horizontal"
        android:weightSum="1" >

        <TextView
            android:id="@+id/textView1"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginRight="100dp"
            android:layout_weight="0.25"
            android:text="Ürünler"
            android1:textAppearance="?android:attr/textAppearanceMedium" />

        <TextView
            android:id="@+id/textView2"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginLeft="110dp"
            android:layout_weight="0.25"
            android1:textAppearance="?android:attr/textAppearanceMedium"
            android:text="Adet" />
    </LinearLayout>
    <Button
        android:id="@+id/Hedsalt"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentBottom="true"
        android:layout_alignParentLeft="true"
        android:layout_alignParentRight="true"
        android:background="@drawable/custom_button_selector"
        android:text="Satın Al" />

    <TextView
        android:id="@+id/usersrgt1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_above="@+id/puanssrgt"
        android:layout_alignParentLeft="true"
        android:layout_marginBottom="22dp"
        android1:textAppearance="?android:attr/textAppearanceMedium"
        android:text="Sn. Kullanıcı"
        android:textColor="#FFFFFF" />

    <LinearLayout
        android:id="@+id/stupid_android1"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_alignParentLeft="true"
        android:layout_below="@+id/imageView1"
        android:layout_marginTop="225dp"
        android1:layout_above="@+id/usersrgt1"
        android1:layout_marginBottom="24dp"
        android:orientation="horizontal" >

        <EditText
        android1:id="@+id/edkelaraa"
        android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_marginLeft="3dp"
            android:layout_weight="0.85"
            android1:ems="10"
            android:background="@android:drawable/edit_text" />

        <EditText
            android:id="@+id/urunadett"
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_marginLeft="3dp"
            android:layout_weight="0.15"
            android:background="@android:drawable/edit_text"
            android:ems="10"
            android:inputType="number" />
    </LinearLayout>

    <LinearLayout
        android:id="@+id/stupid_android4"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_alignParentLeft="true"
        android1:layout_alignBottom="@+id/stupid_android"
        android1:layout_below="@+id/imageView1"
        android1:layout_marginBottom="36dp"
        android:orientation="horizontal" >

        <ListView
            android:id="@+id/lvtum"
            android:layout_width="match_parent"
            android:layout_height="203dp"
            android:layout_alignParentBottom="true"
            android:layout_alignParentLeft="true"
            android:layout_below="@+id/takvimbas" >
            </ListView>
    </LinearLayout>

    <TextView
        android1:id="@+id/puanssrgt"
        android1:layout_width="wrap_content"
        android1:layout_height="wrap_content"
        android1:layout_above="@+id/Hedsalt"
        android1:layout_alignParentLeft="true"
        android1:layout_marginBottom="16dp"
        android1:text="Puan Bilgisi Alınamadı"
        android1:textAppearance="?android:attr/textAppearanceMedium"
        android1:textColor="#FFFFFF" />

</RelativeLayout>

26 Görüntülenme

2 Cevap

Sitedeki sorulara cevap verebilmek için giriş yapın ya da üye olun.

Profile picture for user Saraa
Saraa
15.04.2016 - 05:23

Merhaba sorunu nasıl çözdünüz? Aynı sorunla bende karşılaştım.

picture-9388-1408276089.png
tahakirca
08.08.2014 - 10:05

ScrollView kullanman sorununu çözecektir diye düünüyorum.

Ulaş Sancak
08.08.2014 - 11:18
+1