是否可以在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>
答案 0 :(得分:0)
可能这个链接对我有帮助,我在下面给出了所以只需检查
http://android-er.blogspot.in/2010/08/edittextpreference.html