-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #98 from amardeshbd/develop
Release 1.5 (final)
- Loading branch information
Showing
27 changed files
with
236 additions
and
35 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<font-family xmlns:app="http://schemas.android.com/apk/res-auto" | ||
app:fontProviderAuthority="com.google.android.gms.fonts" | ||
app:fontProviderPackage="com.google.android.gms" | ||
app:fontProviderQuery="Alfa Slab One" | ||
app:fontProviderCerts="@array/com_google_android_gms_fonts_certs"> | ||
</font-family> |
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,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<font-family xmlns:app="http://schemas.android.com/apk/res-auto" | ||
app:fontProviderAuthority="com.google.android.gms.fonts" | ||
app:fontProviderPackage="com.google.android.gms" | ||
app:fontProviderQuery="Handlee" | ||
app:fontProviderCerts="@array/com_google_android_gms_fonts_certs"> | ||
</font-family> |
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
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,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<dimen name="activity_horizontal_margin">48dp</dimen> | ||
<dimen name="activity_vertical_margin">48dp</dimen> | ||
</resources> |
16 changes: 16 additions & 0 deletions
16
android-app/app/src/main/res/values-sw600dp-land/dimens.xml
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,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<!-- | ||
Here's how other smallest width values correspond to typical screen sizes: | ||
* 320dp: a typical phone screen (240x320 ldpi, 320x480 mdpi, 480x800 hdpi, etc). | ||
* 480dp: a large phone screen ~5" (480x800 mdpi). | ||
* 600dp: a 7” tablet (600x1024 mdpi). | ||
* 720dp: a 10” tablet (720x1280 mdpi, 800x1280 mdpi, etc). | ||
See https://developer.android.com/training/multiscreen/screensizes | ||
--> | ||
<resources> | ||
<dimen name="activity_horizontal_margin">128dp</dimen> | ||
<dimen name="activity_vertical_margin">128dp</dimen> | ||
</resources> |
16 changes: 16 additions & 0 deletions
16
android-app/app/src/main/res/values-sw600dp-port/dimens.xml
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,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<!-- | ||
Here's how other smallest width values correspond to typical screen sizes: | ||
* 320dp: a typical phone screen (240x320 ldpi, 320x480 mdpi, 480x800 hdpi, etc). | ||
* 480dp: a large phone screen ~5" (480x800 mdpi). | ||
* 600dp: a 7” tablet (600x1024 mdpi). | ||
* 720dp: a 10” tablet (720x1280 mdpi, 800x1280 mdpi, etc). | ||
See https://developer.android.com/training/multiscreen/screensizes | ||
--> | ||
<resources> | ||
<dimen name="activity_horizontal_margin">64dp</dimen> | ||
<dimen name="activity_vertical_margin">64dp</dimen> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<!-- | ||
Here's how other smallest width values correspond to typical screen sizes: | ||
* 320dp: a typical phone screen (240x320 ldpi, 320x480 mdpi, 480x800 hdpi, etc). | ||
* 480dp: a large phone screen ~5" (480x800 mdpi). | ||
* 600dp: a 7” tablet (600x1024 mdpi). | ||
* 720dp: a 10” tablet (720x1280 mdpi, 800x1280 mdpi, etc). | ||
See https://developer.android.com/training/multiscreen/screensizes | ||
--> | ||
<resources> | ||
<dimen name="activity_horizontal_margin">128dp</dimen> | ||
<dimen name="activity_vertical_margin">128dp</dimen> | ||
</resources> |
Oops, something went wrong.