Skip to content

Instantly share code, notes, and snippets.

@JoshSkrzypczak
JoshSkrzypczak / AndroidManifest.xml
Last active January 17, 2022 14:12
Android Settings Screen using the v7.preference library
<manifest package="com.yourpackage"
xmlns:android="http://schemas.android.com/apk/res/android">
<application
...
...
...
android:theme="@style/AppTheme">
...