mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-23 06:25:19 -07:00
[Android] Adjust namespace
This commit is contained in:
parent
5f61812b7f
commit
896d06494a
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ using Android.Widget;
|
||||||
using Com.Nostra13.Universalimageloader.Core;
|
using Com.Nostra13.Universalimageloader.Core;
|
||||||
using Windows.UI.Xaml.Media;
|
using Windows.UI.Xaml.Media;
|
||||||
|
|
||||||
namespace WindowsCalculator.Droid
|
namespace CalculatorApp.Droid
|
||||||
{
|
{
|
||||||
[global::Android.App.ApplicationAttribute(
|
[global::Android.App.ApplicationAttribute(
|
||||||
Label = "@string/ApplicationName",
|
Label = "@string/ApplicationName",
|
||||||
|
|
|
@ -4,7 +4,7 @@ using Android.OS;
|
||||||
using Android.Content.PM;
|
using Android.Content.PM;
|
||||||
using Android.Views;
|
using Android.Views;
|
||||||
|
|
||||||
namespace WindowsCalculator.Droid
|
namespace CalculatorApp.Droid
|
||||||
{
|
{
|
||||||
[Activity(
|
[Activity(
|
||||||
MainLauncher = true,
|
MainLauncher = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue