Skip to content

Commit 88f1210

Browse files
committed
add icon fonts examples
1 parent 40d4033 commit 88f1210

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+723
-47
lines changed
File renamed without changes.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// Add your native dependencies here:
2+
3+
// Uncomment to add recyclerview:1.1.0-alpha06 dependency
4+
// dependencies {
5+
// compile 'androidx.recyclerview:recyclerview:1.1.0-alpha06'
6+
// }
7+
8+
android {
9+
defaultConfig {
10+
generatedDensities = []
11+
applicationId = "org.nativescript.nativescriptsdkexamplesng"
12+
}
13+
aaptOptions {
14+
additionalParameters "--no-version-vectors"
15+
}
16+
}

app/App_Resources/Android/drawable-hdpi/ic_arrow_back_black_24dp.png renamed to .migration_backup/Android-Pre-v4/drawable-hdpi/ic_arrow_back_black_24dp.png

File renamed without changes.
File renamed without changes.

app/App_Resources/Android/drawable-hdpi/logo_white_bg.png renamed to .migration_backup/Android-Pre-v4/drawable-hdpi/logo_white_bg.png

File renamed without changes.

app/App_Resources/Android/drawable-hdpi/nativescript.png renamed to .migration_backup/Android-Pre-v4/drawable-hdpi/nativescript.png

File renamed without changes.

app/App_Resources/Android/drawable-ldpi/ic_arrow_back_black_24dp.png renamed to .migration_backup/Android-Pre-v4/drawable-ldpi/ic_arrow_back_black_24dp.png

File renamed without changes.
File renamed without changes.

app/App_Resources/Android/drawable-ldpi/logo_white_bg.png renamed to .migration_backup/Android-Pre-v4/drawable-ldpi/logo_white_bg.png

File renamed without changes.

app/App_Resources/Android/drawable-mdpi/ic_arrow_back_black_24dp.png renamed to .migration_backup/Android-Pre-v4/drawable-mdpi/ic_arrow_back_black_24dp.png

File renamed without changes.

0 commit comments

Comments
 (0)