Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
のタイトルのフォントサイズを小さくしたいEditTextPreference。誰もそれを行う方法を知っていますか?
EditTextPreference
これを試して、
<EditText android:text="EditText" android:layout_width="fill_parent" android:layout_height="20dp" android:background="#FFFFFF" android:style="@android:style/TextAppearance.Small" />