This repository was archived by the owner on Apr 5, 2024. It is now read-only.
File tree 3 files changed +30
-2
lines changed
3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" >
4
4
5
5
<supports-screens android : largeScreens =" true"
6
6
android:normalScreens=" true" android : smallScreens =" true"
35
35
<intent-filter ></intent-filter >
36
36
</activity >
37
37
</application >
38
- </manifest >
38
+ </manifest >
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments