Можно ли установить высоту на вводе EditTextPreference ??
это мой код:
<EditTextPreference
android:defaultValue="gmail.com"
android:dependency="enable_email"
android:dialogMessage="Enter Destination Email"
android:inputType="textEmailAddress"
android:key="recepient_email"
android:summary="Report will be sent to this email"
android:title="Recepient Gmail Address (Parent)" />
</PreferenceCategory>