Skip to content

Commit a31f0e6

Browse files
committed
Update
1 parent 0ca3a3d commit a31f0e6

File tree

15 files changed

+15
-9
lines changed

15 files changed

+15
-9
lines changed

bin/Android_QR_Code.apk

131 KB
Binary file not shown.

bin/classes.dex

244 Bytes
Binary file not shown.

bin/org/georemindme/R$drawable.class

29 Bytes
Binary file not shown.

bin/org/georemindme/R$id.class

32 Bytes
Binary file not shown.

bin/org/georemindme/R$layout.class

0 Bytes
Binary file not shown.

bin/org/georemindme/R$raw.class

376 Bytes
Binary file not shown.

bin/org/georemindme/R$string.class

0 Bytes
Binary file not shown.

bin/org/georemindme/R.class

41 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

bin/resources.ap_

131 KB
Binary file not shown.

gen/org/georemindme/R.java

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,29 @@ public final class R {
1111
public static final class attr {
1212
}
1313
public static final class drawable {
14-
public static final int icon=0x7f020000;
15-
public static final int logo=0x7f020001;
14+
public static final int cofre=0x7f020000;
15+
public static final int icon=0x7f020001;
16+
public static final int logo=0x7f020002;
1617
}
1718
public static final class id {
18-
public static final int boton=0x7f050003;
19-
public static final int logo=0x7f050001;
20-
public static final int pista=0x7f050002;
21-
public static final int scroll=0x7f050000;
19+
public static final int boton=0x7f060004;
20+
public static final int logo=0x7f060001;
21+
public static final int pista=0x7f060003;
22+
public static final int scroll=0x7f060000;
23+
public static final int sigPista=0x7f060002;
2224
}
2325
public static final class layout {
2426
public static final int captureqr=0x7f030000;
2527
public static final int main=0x7f030001;
2628
}
29+
public static final class raw {
30+
public static final int bird=0x7f040000;
31+
}
2732
public static final class string {
28-
public static final int app_name=0x7f040001;
33+
public static final int app_name=0x7f050001;
2934
/** captureQRCodeActivity
3035
*/
31-
public static final int dialogo=0x7f040002;
32-
public static final int hello=0x7f040000;
36+
public static final int dialogo=0x7f050002;
37+
public static final int hello=0x7f050000;
3338
}
3439
}

res/drawable/cofre.jpg

25.1 KB
Loading

res/layout/captureqr.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
/>
2323

2424
<TextView
25+
android:id="@+id/sigPista"
2526
android:layout_width="wrap_content"
2627
android:layout_height="wrap_content"
2728
android:layout_gravity="center_horizontal"

res/raw/bird.mp3

105 KB
Binary file not shown.

0 commit comments

Comments
 (0)