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.
簡単な質問: EditText のデフォルトのテキストサイズを知りたいです。誰か知っていますか?
試す
mEditText.getTextSize()
spで変換するためにpxで返されます
float scaledDensity = context.getResources().getDisplayMetrics().scaledDensity; sp = px/scaledDensity;