diff --git a/Screen b/Screen new file mode 100644 index 000000000..f4eed9519 --- /dev/null +++ b/Screen @@ -0,0 +1,43 @@ + + + + + + + + + diff --git a/build.gradle b/build.gradle new file mode 100644 index 000000000..da5e23ca0 --- /dev/null +++ b/build.gradle @@ -0,0 +1,28 @@ +apply plugin: 'com.android.application' + +ext { + supportLibVersion = '26.0.1' +} + +android { + compileSdkVersion 26 + + defaultConfig { + applicationId "com.example.android.downloadablefonts" + minSdkVersion 14 + targetSdkVersion 26 + } + + buildTypes { + release { + minifyEnabled false + proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' + } + } + + dependencies { + compile "com.android.support:appcompat-v7:$supportLibVersion" + compile "com.android.support:design:$supportLibVersion" + compile "com.android.support:cardview-v7:$supportLibVersion" + } +} diff --git a/custom-fonts.zip b/custom-fonts.zip new file mode 100644 index 000000000..e559945e4 Binary files /dev/null and b/custom-fonts.zip differ