mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -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 Windows.UI.Xaml.Media;
|
||||
|
||||
namespace WindowsCalculator.Droid
|
||||
namespace CalculatorApp.Droid
|
||||
{
|
||||
[global::Android.App.ApplicationAttribute(
|
||||
Label = "@string/ApplicationName",
|
||||
|
|
|
@ -4,7 +4,7 @@ using Android.OS;
|
|||
using Android.Content.PM;
|
||||
using Android.Views;
|
||||
|
||||
namespace WindowsCalculator.Droid
|
||||
namespace CalculatorApp.Droid
|
||||
{
|
||||
[Activity(
|
||||
MainLauncher = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue