SORU
20 Kasım 2010, CUMARTESİ


Çok satırlı Android EditText görünüm sağlar?

Çok satırlı Android nasıl izin EditText bakış?

CEVAP
20 Kasım 2010, CUMARTESİ


Varsayılan olarak Android EditText tüm Aletler çok döşelidir.

Burada bazı örnek kod:

<EditText
    android:inputType="textMultiLine" <!-- Multiline input -->
    android:lines="8" <!-- Total Lines prior display -->
    android:minLines="6" <!-- Minimum lines -->
    android:gravity="top|left" <!-- Cursor Position -->
    android:maxLines="10" <!-- Maximum Lines -->
    android:layout_height="wrap_content" <!-- Height determined by content -->
    android:layout_width="fill_parent" <!-- Fill entire width -->
    android:scrollbars="vertical" <!-- Vertical Scroll Bar -->
/>

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • Gigawipf

    Gigawipf

    18 ŞUBAT 2010
  • Max Lee

    Max Lee

    18 AĞUSTOS 2006
  • TastyTuts | Creative video tutorials by Gareth David

    TastyTuts |

    6 Temmuz 2011