forked from freedomotic/fd-android-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes freedomotic#2: Merge branch 'add_splash_screen'
- Loading branch information
Showing
10 changed files
with
73 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (c) 2009-2017 Freedomotic team http://freedomotic.com | ||
~ | ||
~ This file is part of Freedomotic | ||
~ | ||
~ This Program is free software; you can redistribute it and/or modify it under | ||
~ the terms of the GNU General Public License as published by the Free Software | ||
~ Foundation; either version 2, or (at your option) any later version. | ||
~ | ||
~ This Program is distributed in the hope that it will be useful, but WITHOUT | ||
~ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
~ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more | ||
~ details. | ||
~ | ||
~ You should have received a copy of the GNU General Public License along with | ||
~ Freedomotic; see the file COPYING. If not, see | ||
~ <http://www.gnu.org/licenses/>. | ||
--> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item> | ||
<color android:color="@color/white"/> | ||
</item> | ||
<item | ||
android:drawable="@drawable/freedomatic_logo" | ||
android:gravity="center"/> | ||
</layer-list> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (c) 2009-2017 Freedomotic team http://freedomotic.com | ||
~ | ||
~ This file is part of Freedomotic | ||
~ | ||
~ This Program is free software; you can redistribute it and/or modify it under | ||
~ the terms of the GNU General Public License as published by the Free Software | ||
~ Foundation; either version 2, or (at your option) any later version. | ||
~ | ||
~ This Program is distributed in the hope that it will be useful, but WITHOUT | ||
~ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
~ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more | ||
~ details. | ||
~ | ||
~ You should have received a copy of the GNU General Public License along with | ||
~ Freedomotic; see the file COPYING. If not, see | ||
~ <http://www.gnu.org/licenses/>. | ||
--> | ||
|
||
<resources> | ||
<color name="white">#fff</color> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters