update the icons
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 99 KiB |
After Width: | Height: | Size: 132 KiB |
After Width: | Height: | Size: 172 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 98 KiB |
After Width: | Height: | Size: 131 KiB |
After Width: | Height: | Size: 171 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
BIN
DynamicBibleIonic/platforms/android/res/mipmap-xxhdpi/icon.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
DynamicBibleIonic/platforms/android/res/mipmap-xxxhdpi/icon.png
Normal file
After Width: | Height: | Size: 14 KiB |
@ -1,9 +1,6 @@
|
||||
import { Component, ViewChild } from '@angular/core';
|
||||
|
||||
import { Platform, MenuController, Nav } from 'ionic-angular';
|
||||
|
||||
import { StatusBar, Splashscreen } from 'ionic-native';
|
||||
|
||||
import {SearchPage} from "../pages/search/search";
|
||||
import {SettingsPage} from "../pages/settings/settings";
|
||||
|
||||
@ -14,7 +11,6 @@ export class MyApp
|
||||
{
|
||||
@ViewChild(Nav) nav: Nav;
|
||||
|
||||
// make HelloIonicPage the root (or first) page
|
||||
rootPage: any = SearchPage;
|
||||
pages: Array<{ title: string, component: any }>;
|
||||
|
||||
|
@ -1,14 +0,0 @@
|
||||
import { Injectable } from "@angular/core";
|
||||
import { Http } from "@angular/http";
|
||||
|
||||
@Injectable()
|
||||
export class TestService
|
||||
{
|
||||
constructor(private http: Http)
|
||||
{
|
||||
}
|
||||
getTest()
|
||||
{
|
||||
return "yes";
|
||||
}
|
||||
}
|