Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
/ onthisday Public archive

Commit 22e6be2

Browse files
committed
Project reorganization and fixups
1 parent 6c46a19 commit 22e6be2

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="com.carbon" android:versionCode="1" android:versionName="1.0">
3+
package="com.addison" android:versionCode="1" android:versionName="1.0">
44

55
<supports-screens android:largeScreens="true"
66
android:normalScreens="true" android:smallScreens="true"
@@ -35,4 +35,4 @@
3535
<intent-filter></intent-filter>
3636
</activity>
3737
</application>
38-
</manifest>
38+
</manifest>

gen/com/addison/R.java

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
/* AUTO-GENERATED FILE. DO NOT MODIFY.
2+
*
3+
* This class was automatically generated by the
4+
* aapt tool from the resource data it found. It
5+
* should not be modified by hand.
6+
*/
7+
8+
package com.addison;
9+
10+
public final class R {
11+
public static final class attr {
12+
}
13+
public static final class drawable {
14+
public static final int icon=0x7f020000;
15+
}
16+
public static final class id {
17+
public static final int datePicker1=0x7f060000;
18+
}
19+
public static final class layout {
20+
public static final int main=0x7f030000;
21+
}
22+
public static final class string {
23+
public static final int app_name=0x7f050000;
24+
}
25+
public static final class xml {
26+
public static final int plugins=0x7f040000;
27+
}
28+
}
File renamed without changes.

0 commit comments

Comments
 (0)