Ravan Alaskarov
Ravan Alaskarov
Yurtdışı
17/05/2019 tarihinden beri üye
15 GY Puanı
99K GY Sırası

Kişisel Sayfaları

İlgi Alanları

1 Rozet
0 Sertifika
2 Soru Sordu
0 Cevap Verdi
0 Blog Yazısı
0 Etiket Takibi

Hakkında

İş Tecrubesi

Kullanıcıya ait İş tecrübesi bilgisi bulunmamaktadır.

Eğitim Geçmişi

Kullanıcıya ait Eğitim geçmişi bilgisi bulunmamaktadır.

Sertifikalar & Başarılar

GY Sertifikaları (0)
Kullanıcının GY sertifikası bulunmamaktadır.
Diğer Sertifikaları (0)
Kullanıcıya ait sertifika bulunmamaktadır.
Test Sonuçları (0)

Kullanıcıya ait test sonucu bulunmamaktadır.

Dil Becerileri

Son Forum Aktiviteleri

2
Tümünü Gör

Android Studio Edittext sorunu

Android studio'da edittext klavyenin altında kalıyor. 
android:windowSoftInputMode="adjustPan|adjustResize" denedim ama olmadı. Lütfen yardım edin.

İşte kodum:

 

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="#00A59E"
    tools:context=".MainActivity"
    android:scrollbars="vertical"
    android:fitsSystemWindows="true">

    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:fillViewport="true"
        android:fitsSystemWindows="true">
        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:scrollbars="vertical"
            android:id="@+id/a1"
            android:fitsSystemWindows="true">
            <ImageView
                android:id="@+id/imageView"
                android:layout_width="match_parent"
                android:layout_height="300dp"
                app:srcCompat="@drawable/igor_png"
                android:layout_alignParentTop="true"
                android:layout_marginTop="30dp"
                android:layout_marginLeft="80dp"
                android:layout_marginRight="80dp"/>
            <ImageView
                android:id="@+id/imageView2"
                android:layout_width="match_parent"
                android:layout_height="45dp"
                app:srcCompat="@drawable/oval"
                android:layout_marginBottom="80dp"
                android:layout_centerHorizontal="true"
                android:layout_alignParentBottom="true"
                android:layout_marginLeft="20dp"
                android:layout_marginRight="20dp"/>

            <EditText
                android:id="@+id/editText"
                android:layout_width="match_parent"
                android:layout_height="40dp"
                android:layout_marginBottom="80dp"
                android:layout_alignLeft="@id/imageView2"
                android:layout_marginLeft="15dp"
                android:layout_alignParentBottom="true"
                android:layout_centerHorizontal="true"
                android:layout_alignRight="@id/imageView2"
                android:layout_marginRight="70dp"
                 />

            <ImageView
                android:id="@+id/imageView1"
                android:layout_width="25dp"
                android:layout_height="25dp"
                app:srcCompat="@drawable/ses"
                android:layout_alignRight= "@id/editText"
                android:layout_marginRight="-22dp"
                android:layout_marginBottom="89dp"
                android:layout_alignParentBottom="true"/>

            <TextView
                android:id="@+id/textView"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="OK"
                android:textSize="22dp"
                android:textColor="#00A59E"
                android:layout_alignLeft="@id/imageView1"
                android:layout_marginLeft="30dp"
                android:layout_marginBottom="88dp"
                android:layout_alignParentBottom="true" />

        </RelativeLayout>

    </ScrollView>

</RelativeLayout>

 

Admob hesabıma giriş yapamıyorum.

Herkese merhaba. Admob hesabıma giriş yaparken "Mevcut hesapla oturum aç" seçeneğine tıklıyorum ve hiçbir şey olmuyor.

picture-253255-1587855046.jpg
4 yıl 11 ay önce yanıtladın