I would like to reuse the exact same font-face etc… like Android uses in the PreferenceScreen
Here is a screenshot I am looking to reuse the title, and the summary style from these views.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use system-defined text appearances like
android:textAppearance="?android:attr/textAppearanceLarge(also Small, Medium).For more on these system-defined attributes, see:
There’s also the
hierarchyviewertool that is bundled with the SDK, which will let you inspect views and their attributes from any running app.