Changes in / [a79ce1b:bbee931] in advance-wars


Ignore:
Files:
14 added
14 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • AndroidManifest.xml

    ra79ce1b rbbee931  
    11<?xml version="1.0" encoding="utf-8"?>
    22<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    3       package="com.example.advancewars"
     3      package="com.medievaltech.advancewars"
    44      android:versionCode="1"
    55      android:versionName="1.0">
  • res/layout/main.xml

    ra79ce1b rbbee931  
    33        android:layout_width="fill_parent"
    44        android:layout_height="fill_parent">
    5         <com.example.advancewars.GameView android:id="@+id/lunar"
     5        <com.medievaltech.advancewars.GameView android:id="@+id/lunar"
    66                android:layout_width="fill_parent"
    77                android:layout_height="fill_parent" />
Note: See TracChangeset for help on using the changeset viewer.