Initial Release
This commit is contained in:
commit
204792c511
45 changed files with 932 additions and 0 deletions
26
theme/build.gradle
Normal file
26
theme/build.gradle
Normal file
|
@ -0,0 +1,26 @@
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
signingConfigs {
|
||||
}
|
||||
compileSdkVersion 22
|
||||
buildToolsVersion "22.0.1"
|
||||
defaultConfig {
|
||||
applicationId "org.mmk2410.cyngn.theme.fira"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 22
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
zipAlignEnabled true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile fileTree(include: ['*.jar'], dir: 'libs')
|
||||
}
|
51
theme/manifest-merger-release-report.txt
Normal file
51
theme/manifest-merger-release-report.txt
Normal file
|
@ -0,0 +1,51 @@
|
|||
-- Merging decision tree log ---
|
||||
manifest
|
||||
ADDED from AndroidManifest.xml:18:1
|
||||
xmlns:android
|
||||
ADDED from AndroidManifest.xml:18:11
|
||||
package
|
||||
ADDED from AndroidManifest.xml:19:5
|
||||
INJECTED from AndroidManifest.xml:0:0
|
||||
INJECTED from AndroidManifest.xml:0:0
|
||||
android:versionName
|
||||
INJECTED from AndroidManifest.xml:0:0
|
||||
INJECTED from AndroidManifest.xml:0:0
|
||||
android:versionCode
|
||||
INJECTED from AndroidManifest.xml:0:0
|
||||
INJECTED from AndroidManifest.xml:0:0
|
||||
uses-feature#org.cyanogenmod.theme
|
||||
ADDED from AndroidManifest.xml:21:5
|
||||
android:required
|
||||
ADDED from AndroidManifest.xml:21:19
|
||||
android:name
|
||||
ADDED from AndroidManifest.xml:21:43
|
||||
uses-sdk
|
||||
ADDED from AndroidManifest.xml:23:5
|
||||
android:targetSdkVersion
|
||||
ADDED from AndroidManifest.xml:23:42
|
||||
INJECTED from AndroidManifest.xml:0:0
|
||||
INJECTED from AndroidManifest.xml:0:0
|
||||
android:minSdkVersion
|
||||
ADDED from AndroidManifest.xml:23:15
|
||||
INJECTED from AndroidManifest.xml:0:0
|
||||
INJECTED from AndroidManifest.xml:0:0
|
||||
meta-data#org.cyanogenmod.theme.name
|
||||
ADDED from AndroidManifest.xml:25:5
|
||||
android:name
|
||||
ADDED from AndroidManifest.xml:25:16
|
||||
android:value
|
||||
ADDED from AndroidManifest.xml:25:58
|
||||
meta-data#org.cyanogenmod.theme.author
|
||||
ADDED from AndroidManifest.xml:26:5
|
||||
android:name
|
||||
ADDED from AndroidManifest.xml:26:16
|
||||
android:value
|
||||
ADDED from AndroidManifest.xml:26:60
|
||||
application
|
||||
ADDED from AndroidManifest.xml:28:5
|
||||
android:label
|
||||
ADDED from AndroidManifest.xml:30:9
|
||||
android:icon
|
||||
ADDED from AndroidManifest.xml:29:9
|
||||
android:hasCode
|
||||
ADDED from AndroidManifest.xml:28:18
|
30
theme/src/main/AndroidManifest.xml
Normal file
30
theme/src/main/AndroidManifest.xml
Normal file
|
@ -0,0 +1,30 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
* Copyright (C) 2014 The CyanogenMod Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
-->
|
||||
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.mmk2410.cyngn.theme.fira">
|
||||
|
||||
<uses-feature android:required="true" android:name="org.cyanogenmod.theme" />
|
||||
|
||||
<meta-data android:name="org.cyanogenmod.theme.name" android:value="@string/theme_name"/>
|
||||
<meta-data android:name="org.cyanogenmod.theme.author" android:value="@string/theme_author" />
|
||||
|
||||
<application android:hasCode="false"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/theme_name"/>
|
||||
|
||||
</manifest>
|
0
theme/src/main/assets/fonts/.gitignore
vendored
Normal file
0
theme/src/main/assets/fonts/.gitignore
vendored
Normal file
BIN
theme/src/main/assets/fonts/FiraMono-Bold.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraMono-Bold.ttf
Normal file
Binary file not shown.
BIN
theme/src/main/assets/fonts/FiraMono-Medium.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraMono-Medium.ttf
Normal file
Binary file not shown.
BIN
theme/src/main/assets/fonts/FiraMono-Regular.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraMono-Regular.ttf
Normal file
Binary file not shown.
BIN
theme/src/main/assets/fonts/FiraSans-Bold.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraSans-Bold.ttf
Normal file
Binary file not shown.
BIN
theme/src/main/assets/fonts/FiraSans-BoldItalic.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraSans-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
theme/src/main/assets/fonts/FiraSans-Heavy.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraSans-Heavy.ttf
Normal file
Binary file not shown.
BIN
theme/src/main/assets/fonts/FiraSans-HeavyItalic.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraSans-HeavyItalic.ttf
Normal file
Binary file not shown.
BIN
theme/src/main/assets/fonts/FiraSans-Italic.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraSans-Italic.ttf
Normal file
Binary file not shown.
BIN
theme/src/main/assets/fonts/FiraSans-Light.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraSans-Light.ttf
Normal file
Binary file not shown.
BIN
theme/src/main/assets/fonts/FiraSans-LightItalic.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraSans-LightItalic.ttf
Normal file
Binary file not shown.
BIN
theme/src/main/assets/fonts/FiraSans-Medium.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraSans-Medium.ttf
Normal file
Binary file not shown.
BIN
theme/src/main/assets/fonts/FiraSans-MediumItalic.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraSans-MediumItalic.ttf
Normal file
Binary file not shown.
BIN
theme/src/main/assets/fonts/FiraSans-Regular.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraSans-Regular.ttf
Normal file
Binary file not shown.
BIN
theme/src/main/assets/fonts/FiraSans-SemiBold.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraSans-SemiBold.ttf
Normal file
Binary file not shown.
BIN
theme/src/main/assets/fonts/FiraSans-SemiBoldItalic.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraSans-SemiBoldItalic.ttf
Normal file
Binary file not shown.
BIN
theme/src/main/assets/fonts/FiraSans-Thin.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraSans-Thin.ttf
Normal file
Binary file not shown.
BIN
theme/src/main/assets/fonts/FiraSans-ThinItalic.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraSans-ThinItalic.ttf
Normal file
Binary file not shown.
BIN
theme/src/main/assets/fonts/FiraSans-Ultra.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraSans-Ultra.ttf
Normal file
Binary file not shown.
BIN
theme/src/main/assets/fonts/FiraSans-UltraItalic.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraSans-UltraItalic.ttf
Normal file
Binary file not shown.
BIN
theme/src/main/assets/fonts/FiraSans-UltraLight.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraSans-UltraLight.ttf
Normal file
Binary file not shown.
BIN
theme/src/main/assets/fonts/FiraSans-UltraLightItalic.ttf
Normal file
BIN
theme/src/main/assets/fonts/FiraSans-UltraLightItalic.ttf
Normal file
Binary file not shown.
94
theme/src/main/assets/fonts/LICENSE
Normal file
94
theme/src/main/assets/fonts/LICENSE
Normal file
|
@ -0,0 +1,94 @@
|
|||
Digitized data copyright (c) 2012-2015, The Mozilla Foundation and Telefonica S.A.
|
||||
with Reserved Font Name < Fira >,
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
94
theme/src/main/assets/fonts/License.txt
Executable file
94
theme/src/main/assets/fonts/License.txt
Executable file
|
@ -0,0 +1,94 @@
|
|||
Digitized data copyright (c) 2012-2014, The Mozilla Foundation and Telefonica S.A.
|
||||
with Reserved Font Name < Fira >,
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
43
theme/src/main/assets/fonts/fonts.xml
Normal file
43
theme/src/main/assets/fonts/fonts.xml
Normal file
|
@ -0,0 +1,43 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<familyset version="22">
|
||||
<!-- first font is default -->
|
||||
<family name="sans-serif">
|
||||
<font weight="100" style="normal">FiraSans-Thin.ttf</font>
|
||||
<font weight="100" style="italic">FiraSans-ThinItalic.ttf</font>
|
||||
<font weight="200" style="normal">FiraSans-UltraLight.ttf</font>
|
||||
<font weight="200" style="italic">FiraSans-UltraLightItalic.ttf</font>
|
||||
<font weight="300" style="normal">FiraSans-Light.ttf</font>
|
||||
<font weight="300" style="italic">FiraSans-LightItalic.ttf</font>
|
||||
<font weight="400" style="normal">FiraSans-Regular.ttf</font>
|
||||
<font weight="400" style="italic">FiraSans-Italic.ttf</font>
|
||||
<font weight="500" style="normal">FiraSans-Medium.ttf</font>
|
||||
<font weight="500" style="italic">FiraSans-MediumItalic.ttf</font>
|
||||
<font weight="600" style="normal">FiraSans-SemiBold.ttf</font>
|
||||
<font weight="600" style="italic">FiraSans-SemiBoldItalic.ttf</font>
|
||||
<font weight="700" style="normal">FiraSans-Bold.ttf</font>
|
||||
<font weight="700" style="italic">FiraSans-BoldItalic.ttf</font>
|
||||
<font weight="800" style="normal">FiraSans-Heavy.ttf</font>
|
||||
<font weight="800" style="italic">FiraSans-HeavyItalic.ttf</font>
|
||||
<font weight="900" style="normal">FiraSans-Ultra.ttf</font>
|
||||
<font weight="900" style="italic">FiraSans-UltraItalic.ttf</font>
|
||||
</family>
|
||||
|
||||
<!-- Note that aliases must come after the fonts they reference. -->
|
||||
<alias name="sans-serif-thin" to="sans-serif" weight="100" />
|
||||
<alias name="sans-serif-light" to="sans-serif" weight="300" />
|
||||
<alias name="sans-serif-medium" to="sans-serif" weight="500" />
|
||||
<alias name="sans-serif-black" to="sans-serif" weight="800" />
|
||||
<alias name="arial" to="sans-serif" />
|
||||
<alias name="helvetica" to="sans-serif" />
|
||||
<alias name="tahoma" to="sans-serif" />
|
||||
<alias name="verdana" to="sans-serif" />
|
||||
|
||||
<family name="monospace">
|
||||
<font weight="400" style="normal">FiraMono-Regular.ttf</font>
|
||||
<font weight="500" style="normal">FiraMono-Medium.ttf</font>
|
||||
<font weight="700" style="normal">FiraMono-Bold.ttf</font>
|
||||
</family>
|
||||
<alias name="sans-serif-monospace" to="monospace" />
|
||||
<alias name="monaco" to="monospace" />
|
||||
|
||||
</familyset>
|
BIN
theme/src/main/cyngn_fonttheme.png
Normal file
BIN
theme/src/main/cyngn_fonttheme.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
BIN
theme/src/main/res/drawable-xhdpi/ic_launcher.png
Normal file
BIN
theme/src/main/res/drawable-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
BIN
theme/src/main/res/drawable-xxhdpi/ic_launcher.png
Normal file
BIN
theme/src/main/res/drawable-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
theme/src/main/res/drawable-xxxhdpi/ic_launcher.png
Normal file
BIN
theme/src/main/res/drawable-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
21
theme/src/main/res/values/strings.xml
Normal file
21
theme/src/main/res/values/strings.xml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
* Copyright (C) 2014 The CyanogenMod Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
-->
|
||||
<resources>
|
||||
<string name="theme_name">Fira Font</string>
|
||||
<string name="theme_author">Marcel Kapfer</string>
|
||||
</resources>
|
||||
|
Reference in a new issue