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.
TextViewデフォルトでパディングが設定されていますか?2つ作成しようとしていますが、明示的に設定しなくてTextViewsもパディングがあることに気付きました。TextViewsはいの場合、その価値は何ですか?または、これに関する詳細情報はどこにありますか?
TextView
TextViews
はい、アンドロイドにはフォントパディングが存在します。 あなたもそれを無効にすることができます
mTextView.setIncludeFontPadding(false);
またはxml属性
android:includeFontPadding="false"