próbuję zrobić coś w tym kierunku:Pokaż Helper poniżej EditText wraz z Hint
jestem w stanie pokazać wskazówkę przy użyciu android:hint="Email Address"
ale w stanie wyświetlić tekst pomocnika - ten Twoja nazwa użytkownika będzie email
<android.support.design.widget.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<EditText
android:id="@+id/et_username"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="15"
android:hint="Username"
app:et_helper="Username is preferably your registered email"/>
</android.support.design.widget.TextInputLayout>`
Co ja dostaję tylko i nie Nazwa korzystnie Twój adres email poniżej EditText:
wyjściowa:
Wszelkie wskazówki mile widziane. Dziękuję Ci.
Możliwy duplikat [Android dodać tekst zastępczy do EditText] (http://stackoverflow.com/questions/8221072/android-add-placeholder-text-to-edittext) –
„To będzie twój nazwa użytkownika "czy jest to również element zastępczy? – curiousMind
To, czego szukasz, to tekst edycji pływającej etykiety. – noev