mirror of
https://github.com/edubart/otclient.git
synced 2025-06-07 03:14:28 +02:00
47 lines
1.6 KiB
Java
47 lines
1.6 KiB
Java
/* 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.example.native_activity;
|
|
|
|
public final class R {
|
|
public static final class attr {
|
|
}
|
|
public static final class dimen {
|
|
/** Default screen margins, per the Android Design guidelines.
|
|
Example customization of dimensions originally defined in res/values/dimens.xml
|
|
(such as screen margins) for screens with more than 820dp of available width. This
|
|
would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively).
|
|
*/
|
|
public static final int activity_horizontal_margin=0x7f040000;
|
|
public static final int activity_vertical_margin=0x7f040001;
|
|
}
|
|
public static final class drawable {
|
|
public static final int ic_launcher=0x7f020000;
|
|
}
|
|
public static final class id {
|
|
public static final int action_settings=0x7f080001;
|
|
public static final int jniText=0x7f080000;
|
|
}
|
|
public static final class layout {
|
|
public static final int activity_my=0x7f030000;
|
|
}
|
|
public static final class menu {
|
|
public static final int my=0x7f070000;
|
|
}
|
|
public static final class string {
|
|
public static final int action_settings=0x7f050002;
|
|
public static final int app_name=0x7f050000;
|
|
public static final int hello_world=0x7f050001;
|
|
}
|
|
public static final class style {
|
|
/** Base application theme.
|
|
Customize your theme here.
|
|
*/
|
|
public static final int AppTheme=0x7f060000;
|
|
}
|
|
}
|