Skip to content

Commit

Permalink
Application rename
Browse files Browse the repository at this point in the history
  • Loading branch information
valdetero committed Apr 22, 2015
1 parent 8875cc5 commit 9e3459c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SevenDays.UI/SevenDays.UI.Droid/MainActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace SevenDays.UI.Droid
{
[Activity(Label = "SevenDays", Icon = "@drawable/icon", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
[Activity(Label = "7 Days", Icon = "@drawable/icon", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsApplicationActivity
{
protected override void OnCreate(Bundle bundle)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="SevenDays.SevenDays" android:versionCode="1">
<uses-sdk android:targetSdkVersion="15" android:minSdkVersion="15" />
<application android:icon="@drawable/icon" android:label="SevenDays">
</application>
<application android:icon="@drawable/icon" android:label="SevenDays"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.READ_LOGS" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2012/deployment" AppPlatformVersion="8.0">
<DefaultLanguage xmlns="" code="en-US" />
<App xmlns="" ProductID="{fcc1ddfa-63d0-438c-96c4-abda921b4b15}" Title="SevenDays" RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal" Author="Seth Valdetero" Description="Sample description" Publisher="Sparkhound" PublisherID="{4d7b9a36-196a-49c7-920f-ee1fe9ba84a2}">
<App xmlns="" ProductID="{fcc1ddfa-63d0-438c-96c4-abda921b4b15}" Title="7 Days" RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal" Author="Seth Valdetero" Description="Sample description" Publisher="Sparkhound" PublisherID="{4d7b9a36-196a-49c7-920f-ee1fe9ba84a2}">
<IconPath IsRelative="true" IsResource="false">Assets\Icon.png</IconPath>
<Capabilities>
<Capability Name="ID_CAP_NETWORKING" />
Expand All @@ -20,7 +20,7 @@
<SmallImageURI IsRelative="true" IsResource="false">Assets\Tiles\IconTileSmall.png</SmallImageURI>
<Count>0</Count>
<BackgroundImageURI IsRelative="true" IsResource="false">Assets\Tiles\IconTileMedium.png</BackgroundImageURI>
<Title>SevenDays</Title>
<Title>7 Days</Title>
<BackContent>
</BackContent>
<BackBackgroundImageURI>
Expand Down

0 comments on commit 9e3459c

Please sign in to comment.