Skip to content

Instantly share code, notes, and snippets.

View MichaelRocks's full-sized avatar

Michael Rozumyanskiy MichaelRocks

View GitHub Profile
@MichaelRocks
MichaelRocks / AndroidManifest.xml
Created January 9, 2012 15:14 — forked from jimmyjjames/AndroidManifest.xml
Android Theming Test
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.theming"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="11" />
<application
android:icon="@drawable/ic_launcher"