“EditText подсказка цвета” Ответ

EditText подсказка цвета

<android.support.design.widget.TextInputLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_marginTop="@dimen/dp_10"
                android:textColorHint="@color/color_black" -this line-
                app:hintTextAppearance="@style/TextLabel">

                <EditText
                    android:id="@+id/et_state"
                    style="@style/profile_editTextStyle"

                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:hint="@string/billingState"
                    android:text="@string/billingState"
                     />
            </android.support.design.widget.TextInputLayout>
Frail Flatworm

EditText подсказка цвета


android:theme="@style/com_mixpanel_android_SurveyActivityTheme"

Gorgeous Goshawk

Ответы похожие на “EditText подсказка цвета”

Вопросы похожие на “EditText подсказка цвета”

Смотреть популярные ответы по языку

Смотреть другие языки программирования