Skip to content

Instantly share code, notes, and snippets.

@illuzor

illuzor/R.java Secret

Created October 6, 2018 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save illuzor/7af901f657b18319f5bb87b000c9cc82 to your computer and use it in GitHub Desktop.
Save illuzor/7af901f657b18319f5bb87b000c9cc82 to your computer and use it in GitHub Desktop.
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.illuzor.buildtest;
public final class R {
public static final class id {
public static final int btn=0x7f010000;
}
public static final class layout {
public static final int activity_main=0x7f020000;
}
public static final class string {
public static final int app_name=0x7f030000;
public static final int click_me=0x7f030001;
public static final int hello=0x7f030002;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment