diff --git a/src/KeePassLib2Android/KeePassLib2Android.csproj b/src/KeePassLib2Android/KeePassLib2Android.csproj
index 8c15bdfc..967845c1 100644
--- a/src/KeePassLib2Android/KeePassLib2Android.csproj
+++ b/src/KeePassLib2Android/KeePassLib2Android.csproj
@@ -20,7 +20,7 @@
full
False
bin\Debug
- DEBUG;EXCLUDE_TWOFISH;EXCLUDE_KEYBOARD;EXCLUDE_KEYTRANSFORM;EXCLUDE_FILECHOOSER;EXCLUDE_JAVAFILESTORAGE
+ DEBUG;EXCLUDE_TWOFISH;INCLUDE_KEYBOARD;EXCLUDE_KEYTRANSFORM;EXCLUDE_FILECHOOSER;EXCLUDE_JAVAFILESTORAGE
prompt
4
False
diff --git a/src/Kp2aBusinessLogic/Kp2aBusinessLogic.csproj b/src/Kp2aBusinessLogic/Kp2aBusinessLogic.csproj
index a5272472..de34c07b 100644
--- a/src/Kp2aBusinessLogic/Kp2aBusinessLogic.csproj
+++ b/src/Kp2aBusinessLogic/Kp2aBusinessLogic.csproj
@@ -20,7 +20,7 @@
full
false
bin\Debug\
- TRACE;DEBUG;EXCLUDE_TWOFISH;EXCLUDE_KEYBOARD;EXCLUDE_KEYTRANSFORM;EXCLUDE_FILECHOOSER;EXCLUDE_JAVAFILESTORAGE
+ TRACE;DEBUG;EXCLUDE_TWOFISH;INCLUDE_KEYBOARD;EXCLUDE_KEYTRANSFORM;EXCLUDE_FILECHOOSER;EXCLUDE_JAVAFILESTORAGE
prompt
4
diff --git a/src/Kp2aBusinessLogic/database/Database.cs b/src/Kp2aBusinessLogic/database/Database.cs
index 8353e25f..a0e7e699 100644
--- a/src/Kp2aBusinessLogic/database/Database.cs
+++ b/src/Kp2aBusinessLogic/database/Database.cs
@@ -62,6 +62,7 @@ namespace keepass2android
{
DrawableFactory = drawableFactory;
_app = app;
+ CanWrite = true; //default
}
private bool _loaded;
@@ -193,6 +194,7 @@ namespace keepass2android
Root = null;
KpDatabase = null;
_loaded = false;
+ CanWrite = true;
_reloadRequested = false;
OtpAuxFileIoc = null;
}
diff --git a/src/java/KP2ASoftKeyboard2/java/src/keepass2android/kbbridge/ImeSwitcher.java b/src/java/KP2ASoftKeyboard2/java/src/keepass2android/kbbridge/ImeSwitcher.java
index 313acf2f..b8408d0f 100644
--- a/src/java/KP2ASoftKeyboard2/java/src/keepass2android/kbbridge/ImeSwitcher.java
+++ b/src/java/KP2ASoftKeyboard2/java/src/keepass2android/kbbridge/ImeSwitcher.java
@@ -18,6 +18,7 @@ import android.view.inputmethod.InputMethodManager;
import android.widget.Toast;
public class ImeSwitcher {
+ private static final String SECURE_SETTINGS_PACKAGE_NAME = "com.intangibleobject.securesettings.plugin";
private static final String PREVIOUS_KEYBOARD = "previous_keyboard";
private static final String KP2A_SWITCHER = "KP2A_Switcher";
private static final String Tag = "KP2A_SWITCHER";
@@ -47,7 +48,7 @@ public class ImeSwitcher {
boolean sentBroadcast = false;
for (ResolveInfo ri: pkgAppsList)
{
- if (ri.activityInfo.packageName.equals("com.intangibleobject.securesettings.plugin"))
+ if (ri.activityInfo.packageName.equals(SECURE_SETTINGS_PACKAGE_NAME))
{
String currentIme = android.provider.Settings.Secure.getString(
@@ -67,6 +68,7 @@ public class ImeSwitcher {
b.putString("com.intangibleobject.securesettings.plugin.extra.INPUT_METHOD", newImeName);
b.putString("com.intangibleobject.securesettings.plugin.extra.SETTING","default_input_method");
i.putExtra("com.twofortyfouram.locale.intent.extra.BUNDLE", b);
+ i.setPackage(SECURE_SETTINGS_PACKAGE_NAME);
Log.d(Tag,"trying to switch by broadcast to SecureSettings");
ctx.sendBroadcast(i);
sentBroadcast = true;
diff --git a/src/keepass2android/Resources/Resource.designer.cs b/src/keepass2android/Resources/Resource.designer.cs
index 842818fe..d2ab7b99 100644
--- a/src/keepass2android/Resources/Resource.designer.cs
+++ b/src/keepass2android/Resources/Resource.designer.cs
@@ -44,6 +44,18 @@ namespace keepass2android
// aapt resource value: 0x7f040003
public const int anim_leave_back = 2130968579;
+ // aapt resource value: 0x7f040004
+ public const int key_preview_fadein = 2130968580;
+
+ // aapt resource value: 0x7f040005
+ public const int key_preview_fadeout = 2130968581;
+
+ // aapt resource value: 0x7f040006
+ public const int mini_keyboard_fadein = 2130968582;
+
+ // aapt resource value: 0x7f040007
+ public const int mini_keyboard_fadeout = 2130968583;
+
static Animation()
{
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
@@ -57,29 +69,56 @@ namespace keepass2android
public partial class Array
{
- // aapt resource value: 0x7f090007
- public const int AcceptAllServerCertificates_options = 2131296263;
+ // aapt resource value: 0x7f0d0010
+ public const int AcceptAllServerCertificates_options = 2131558416;
- // aapt resource value: 0x7f090002
- public const int AcceptAllServerCertificates_values = 2131296258;
+ // aapt resource value: 0x7f0d000b
+ public const int AcceptAllServerCertificates_values = 2131558411;
- // aapt resource value: 0x7f090003
- public const int clipboard_timeout_options = 2131296259;
+ // aapt resource value: 0x7f0d000c
+ public const int clipboard_timeout_options = 2131558412;
- // aapt resource value: 0x7f090000
- public const int clipboard_timeout_values = 2131296256;
+ // aapt resource value: 0x7f0d0009
+ public const int clipboard_timeout_values = 2131558409;
- // aapt resource value: 0x7f090005
- public const int cred_remember_modes = 2131296261;
+ // aapt resource value: 0x7f0d000e
+ public const int cred_remember_modes = 2131558414;
- // aapt resource value: 0x7f090004
- public const int list_size_options = 2131296260;
+ // aapt resource value: 0x7f0d0007
+ public const int keyboard_layout_modes = 2131558407;
- // aapt resource value: 0x7f090001
- public const int list_size_values = 2131296257;
+ // aapt resource value: 0x7f0d0008
+ public const int keyboard_layout_modes_values = 2131558408;
- // aapt resource value: 0x7f090006
- public const int password_modes = 2131296262;
+ // aapt resource value: 0x7f0d000d
+ public const int list_size_options = 2131558413;
+
+ // aapt resource value: 0x7f0d000a
+ public const int list_size_values = 2131558410;
+
+ // aapt resource value: 0x7f0d000f
+ public const int password_modes = 2131558415;
+
+ // aapt resource value: 0x7f0d0002
+ public const int prediction_modes = 2131558402;
+
+ // aapt resource value: 0x7f0d0003
+ public const int prediction_modes_values = 2131558403;
+
+ // aapt resource value: 0x7f0d0001
+ public const int settings_key_modes = 2131558401;
+
+ // aapt resource value: 0x7f0d0000
+ public const int settings_key_modes_values = 2131558400;
+
+ // aapt resource value: 0x7f0d0004
+ public const int voice_input_modes = 2131558404;
+
+ // aapt resource value: 0x7f0d0006
+ public const int voice_input_modes_summary = 2131558406;
+
+ // aapt resource value: 0x7f0d0005
+ public const int voice_input_modes_values = 2131558405;
static Array()
{
@@ -94,8 +133,56 @@ namespace keepass2android
public partial class Attribute
{
+ // aapt resource value: 0x7f01000d
+ public const int backgroundDimAmount = 2130771981;
+
+ // aapt resource value: 0x7f010010
+ public const int help_text = 2130771984;
+
+ // aapt resource value: 0x7f010001
+ public const int keyBackground = 2130771969;
+
+ // aapt resource value: 0x7f010008
+ public const int keyHysteresisDistance = 2130771976;
+
+ // aapt resource value: 0x7f010007
+ public const int keyPreviewHeight = 2130771975;
+
+ // aapt resource value: 0x7f010005
+ public const int keyPreviewLayout = 2130771973;
+
+ // aapt resource value: 0x7f010006
+ public const int keyPreviewOffset = 2130771974;
+
+ // aapt resource value: 0x7f010004
+ public const int keyTextColor = 2130771972;
+
+ // aapt resource value: 0x7f010002
+ public const int keyTextSize = 2130771970;
+
+ // aapt resource value: 0x7f01000e
+ public const int keyTextStyle = 2130771982;
+
// aapt resource value: 0x7f010000
- public const int help_text = 2130771968;
+ public const int keyboardViewStyle = 2130771968;
+
+ // aapt resource value: 0x7f010003
+ public const int labelTextSize = 2130771971;
+
+ // aapt resource value: 0x7f01000a
+ public const int popupLayout = 2130771978;
+
+ // aapt resource value: 0x7f01000b
+ public const int shadowColor = 2130771979;
+
+ // aapt resource value: 0x7f01000c
+ public const int shadowRadius = 2130771980;
+
+ // aapt resource value: 0x7f01000f
+ public const int symbolColorScheme = 2130771983;
+
+ // aapt resource value: 0x7f010009
+ public const int verticalCorrection = 2130771977;
static Attribute()
{
@@ -110,41 +197,62 @@ namespace keepass2android
public partial class Boolean
{
- // aapt resource value: 0x7f080007
- public const int CopyToClipboardNotification_default = 2131230727;
+ // aapt resource value: 0x7f08000e
+ public const int CopyToClipboardNotification_default = 2131230734;
- // aapt resource value: 0x7f080009
- public const int OpenKp2aKeyboardAutomatically_default = 2131230729;
+ // aapt resource value: 0x7f080010
+ public const int OpenKp2aKeyboardAutomatically_default = 2131230736;
+
+ // aapt resource value: 0x7f080012
+ public const int PreloadDatabaseEnabled_default = 2131230738;
+
+ // aapt resource value: 0x7f08000d
+ public const int RememberRecentFiles_default = 2131230733;
+
+ // aapt resource value: 0x7f080011
+ public const int ShowUnlockedNotification_default = 2131230737;
+
+ // aapt resource value: 0x7f08000c
+ public const int ShowUsernameInList_default = 2131230732;
// aapt resource value: 0x7f08000b
- public const int PreloadDatabaseEnabled_default = 2131230731;
+ public const int TanExpiresOnUse_default = 2131230731;
+
+ // aapt resource value: 0x7f08000f
+ public const int UseKp2aKeyboard_default = 2131230735;
// aapt resource value: 0x7f080006
- public const int RememberRecentFiles_default = 2131230726;
-
- // aapt resource value: 0x7f08000a
- public const int ShowUnlockedNotification_default = 2131230730;
-
- // aapt resource value: 0x7f080005
- public const int ShowUsernameInList_default = 2131230725;
-
- // aapt resource value: 0x7f080004
- public const int TanExpiresOnUse_default = 2131230724;
-
- // aapt resource value: 0x7f080008
- public const int UseKp2aKeyboard_default = 2131230728;
-
- // aapt resource value: 0x7f080001
- public const int keyfile_default = 2131230721;
-
- // aapt resource value: 0x7f080000
- public const int maskpass_default = 2131230720;
+ public const int config_long_press_comma_for_settings_enabled = 2131230726;
// aapt resource value: 0x7f080003
- public const int omitbackup_default = 2131230723;
+ public const int config_swipeDisambiguation = 2131230723;
+
+ // aapt resource value: 0x7f080004
+ public const int default_popup_preview = 2131230724;
+
+ // aapt resource value: 0x7f080005
+ public const int default_recorrection_enabled = 2131230725;
+
+ // aapt resource value: 0x7f080000
+ public const int enable_autocorrect = 2131230720;
+
+ // aapt resource value: 0x7f080001
+ public const int im_is_default = 2131230721;
+
+ // aapt resource value: 0x7f080008
+ public const int keyfile_default = 2131230728;
+
+ // aapt resource value: 0x7f080007
+ public const int maskpass_default = 2131230727;
+
+ // aapt resource value: 0x7f08000a
+ public const int omitbackup_default = 2131230730;
+
+ // aapt resource value: 0x7f080009
+ public const int sort_default = 2131230729;
// aapt resource value: 0x7f080002
- public const int sort_default = 2131230722;
+ public const int voice_input_default = 2131230722;
static Boolean()
{
@@ -159,38 +267,71 @@ namespace keepass2android
public partial class Color
{
- // aapt resource value: 0x7f070007
- public const int bg_gray = 2131165191;
+ // aapt resource value: 0x7f090012
+ public const int bg_gray = 2131296274;
- // aapt resource value: 0x7f070000
- public const int blue_highlight = 2131165184;
+ // aapt resource value: 0x7f09000b
+ public const int blue_highlight = 2131296267;
- // aapt resource value: 0x7f07000a
- public const int dark_gray = 2131165194;
+ // aapt resource value: 0x7f090000
+ public const int candidate_normal = 2131296256;
- // aapt resource value: 0x7f070009
- public const int element_being_moved = 2131165193;
+ // aapt resource value: 0x7f090002
+ public const int candidate_other = 2131296258;
- // aapt resource value: 0x7f070005
- public const int emphasis = 2131165189;
+ // aapt resource value: 0x7f090001
+ public const int candidate_recommended = 2131296257;
- // aapt resource value: 0x7f070006
- public const int emphasis2 = 2131165190;
+ // aapt resource value: 0x7f090015
+ public const int dark_gray = 2131296277;
- // aapt resource value: 0x7f070001
- public const int group = 2131165185;
+ // aapt resource value: 0x7f090014
+ public const int element_being_moved = 2131296276;
- // aapt resource value: 0x7f070004
- public const int group_header_button_pressed = 2131165188;
+ // aapt resource value: 0x7f090010
+ public const int emphasis = 2131296272;
- // aapt resource value: 0x7f070002
- public const int icon_background = 2131165186;
+ // aapt resource value: 0x7f090011
+ public const int emphasis2 = 2131296273;
- // aapt resource value: 0x7f070003
- public const int icon_text = 2131165187;
+ // aapt resource value: 0x7f09000c
+ public const int group = 2131296268;
- // aapt resource value: 0x7f070008
- public const int light_gray = 2131165192;
+ // aapt resource value: 0x7f09000f
+ public const int group_header_button_pressed = 2131296271;
+
+ // aapt resource value: 0x7f09000d
+ public const int icon_background = 2131296269;
+
+ // aapt resource value: 0x7f09000e
+ public const int icon_text = 2131296270;
+
+ // aapt resource value: 0x7f090005
+ public const int latinkeyboard_bar_language_shadow_black = 2131296261;
+
+ // aapt resource value: 0x7f090004
+ public const int latinkeyboard_bar_language_shadow_white = 2131296260;
+
+ // aapt resource value: 0x7f090006
+ public const int latinkeyboard_bar_language_text = 2131296262;
+
+ // aapt resource value: 0x7f090007
+ public const int latinkeyboard_extension_background = 2131296263;
+
+ // aapt resource value: 0x7f090008
+ public const int latinkeyboard_feedback_language_text = 2131296264;
+
+ // aapt resource value: 0x7f09000a
+ public const int latinkeyboard_key_color_black = 2131296266;
+
+ // aapt resource value: 0x7f090009
+ public const int latinkeyboard_key_color_white = 2131296265;
+
+ // aapt resource value: 0x7f090003
+ public const int latinkeyboard_transparent = 2131296259;
+
+ // aapt resource value: 0x7f090013
+ public const int light_gray = 2131296275;
static Color()
{
@@ -205,11 +346,68 @@ namespace keepass2android
public partial class Dimension
{
- // aapt resource value: 0x7f0a0000
- public const int activity_horizontal_margin = 2131361792;
+ // aapt resource value: 0x7f0b0013
+ public const int activity_horizontal_margin = 2131427347;
- // aapt resource value: 0x7f0a0001
- public const int activity_vertical_margin = 2131361793;
+ // aapt resource value: 0x7f0b0014
+ public const int activity_vertical_margin = 2131427348;
+
+ // aapt resource value: 0x7f0b0004
+ public const int bubble_pointer_offset = 2131427332;
+
+ // aapt resource value: 0x7f0b0012
+ public const int candidate_min_touchable_width = 2131427346;
+
+ // aapt resource value: 0x7f0b0006
+ public const int candidate_strip_fading_edge_length = 2131427334;
+
+ // aapt resource value: 0x7f0b0005
+ public const int candidate_strip_height = 2131427333;
+
+ // aapt resource value: 0x7f0b0001
+ public const int key_bottom_gap = 2131427329;
+
+ // aapt resource value: 0x7f0b0000
+ public const int key_height = 2131427328;
+
+ // aapt resource value: 0x7f0b0010
+ public const int key_hysteresis_distance = 2131427344;
+
+ // aapt resource value: 0x7f0b000a
+ public const int key_label_text_size = 2131427338;
+
+ // aapt resource value: 0x7f0b000d
+ public const int key_preview_height = 2131427341;
+
+ // aapt resource value: 0x7f0b000c
+ public const int key_preview_offset = 2131427340;
+
+ // aapt resource value: 0x7f0b000b
+ public const int key_preview_text_size_large = 2131427339;
+
+ // aapt resource value: 0x7f0b0009
+ public const int key_text_size = 2131427337;
+
+ // aapt resource value: 0x7f0b0003
+ public const int keyboard_bottom_padding = 2131427331;
+
+ // aapt resource value: 0x7f0b0011
+ public const int keyboard_vertical_correction = 2131427345;
+
+ // aapt resource value: 0x7f0b0008
+ public const int max_height_for_fullscreen = 2131427336;
+
+ // aapt resource value: 0x7f0b000e
+ public const int mini_keyboard_slide_allowance = 2131427342;
+
+ // aapt resource value: 0x7f0b000f
+ public const int mini_keyboard_vertical_correction = 2131427343;
+
+ // aapt resource value: 0x7f0b0002
+ public const int popup_key_height = 2131427330;
+
+ // aapt resource value: 0x7f0b0007
+ public const int spacebar_vertical_correction = 2131427335;
static Dimension()
{
@@ -228,358 +426,787 @@ namespace keepass2android
public const int BlueButton = 2130837504;
// aapt resource value: 0x7f020001
- public const int btn_new_group = 2130837505;
+ public const int btn_keyboard_key = 2130837505;
// aapt resource value: 0x7f020002
- public const int btn_new_group_dark = 2130837506;
+ public const int btn_keyboard_key2 = 2130837506;
// aapt resource value: 0x7f020003
- public const int collections_collection = 2130837507;
+ public const int btn_keyboard_key3 = 2130837507;
// aapt resource value: 0x7f020004
- public const int collections_new_label = 2130837508;
+ public const int btn_keyboard_key_dark_normal = 2130837508;
// aapt resource value: 0x7f020005
- public const int device_access_new_account = 2130837509;
+ public const int btn_keyboard_key_dark_normal_off = 2130837509;
// aapt resource value: 0x7f020006
- public const int device_access_new_account_dark = 2130837510;
+ public const int btn_keyboard_key_dark_normal_on = 2130837510;
// aapt resource value: 0x7f020007
- public const int device_access_not_secure = 2130837511;
+ public const int btn_keyboard_key_dark_pressed = 2130837511;
// aapt resource value: 0x7f020008
- public const int EntryFieldHeaderBackground = 2130837512;
+ public const int btn_keyboard_key_dark_pressed_off = 2130837512;
// aapt resource value: 0x7f020009
- public const int extra_string_header = 2130837513;
+ public const int btn_keyboard_key_dark_pressed_on = 2130837513;
// aapt resource value: 0x7f02000a
- public const int GreenButton = 2130837514;
+ public const int btn_keyboard_key_fulltrans = 2130837514;
// aapt resource value: 0x7f02000b
- public const int HeaderButtonBackground = 2130837515;
+ public const int btn_keyboard_key_fulltrans_normal = 2130837515;
// aapt resource value: 0x7f02000c
- public const int ic00 = 2130837516;
+ public const int btn_keyboard_key_fulltrans_pressed = 2130837516;
// aapt resource value: 0x7f02000d
- public const int ic01 = 2130837517;
+ public const int btn_keyboard_key_gingerbread = 2130837517;
// aapt resource value: 0x7f02000e
- public const int ic02 = 2130837518;
+ public const int btn_keyboard_key_gingerbread_popup = 2130837518;
// aapt resource value: 0x7f02000f
- public const int ic03 = 2130837519;
+ public const int btn_keyboard_key_light_normal = 2130837519;
// aapt resource value: 0x7f020010
- public const int ic04 = 2130837520;
+ public const int btn_keyboard_key_light_popup_normal = 2130837520;
// aapt resource value: 0x7f020011
- public const int ic05 = 2130837521;
+ public const int btn_keyboard_key_light_popup_selected = 2130837521;
// aapt resource value: 0x7f020012
- public const int ic06 = 2130837522;
+ public const int btn_keyboard_key_light_pressed = 2130837522;
// aapt resource value: 0x7f020013
- public const int ic07 = 2130837523;
+ public const int btn_keyboard_key_normal = 2130837523;
// aapt resource value: 0x7f020014
- public const int ic08 = 2130837524;
+ public const int btn_keyboard_key_normal_off = 2130837524;
// aapt resource value: 0x7f020015
- public const int ic09 = 2130837525;
+ public const int btn_keyboard_key_normal_off_stone = 2130837525;
// aapt resource value: 0x7f020016
- public const int ic10 = 2130837526;
+ public const int btn_keyboard_key_normal_on = 2130837526;
// aapt resource value: 0x7f020017
- public const int ic11 = 2130837527;
+ public const int btn_keyboard_key_normal_on_stone = 2130837527;
// aapt resource value: 0x7f020018
- public const int ic12 = 2130837528;
+ public const int btn_keyboard_key_normal_stone = 2130837528;
// aapt resource value: 0x7f020019
- public const int ic13 = 2130837529;
+ public const int btn_keyboard_key_pressed = 2130837529;
// aapt resource value: 0x7f02001a
- public const int ic14 = 2130837530;
+ public const int btn_keyboard_key_pressed_off = 2130837530;
// aapt resource value: 0x7f02001b
- public const int ic15 = 2130837531;
+ public const int btn_keyboard_key_pressed_on = 2130837531;
// aapt resource value: 0x7f02001c
- public const int ic16 = 2130837532;
+ public const int btn_keyboard_key_stone = 2130837532;
// aapt resource value: 0x7f02001d
- public const int ic17 = 2130837533;
+ public const int btn_new_group = 2130837533;
// aapt resource value: 0x7f02001e
- public const int ic18 = 2130837534;
+ public const int btn_new_group_dark = 2130837534;
// aapt resource value: 0x7f02001f
- public const int ic19 = 2130837535;
+ public const int cancel = 2130837535;
// aapt resource value: 0x7f020020
- public const int ic20 = 2130837536;
+ public const int candidate_feedback_background = 2130837536;
// aapt resource value: 0x7f020021
- public const int ic21 = 2130837537;
+ public const int caution = 2130837537;
// aapt resource value: 0x7f020022
- public const int ic22 = 2130837538;
+ public const int collections_collection = 2130837538;
// aapt resource value: 0x7f020023
- public const int ic23 = 2130837539;
+ public const int collections_new_label = 2130837539;
// aapt resource value: 0x7f020024
- public const int ic24 = 2130837540;
+ public const int device_access_new_account = 2130837540;
// aapt resource value: 0x7f020025
- public const int ic25 = 2130837541;
+ public const int device_access_new_account_dark = 2130837541;
// aapt resource value: 0x7f020026
- public const int ic26 = 2130837542;
+ public const int device_access_not_secure = 2130837542;
// aapt resource value: 0x7f020027
- public const int ic27 = 2130837543;
+ public const int dialog_bubble_step02 = 2130837543;
// aapt resource value: 0x7f020028
- public const int ic28 = 2130837544;
+ public const int dialog_bubble_step07 = 2130837544;
// aapt resource value: 0x7f020029
- public const int ic29 = 2130837545;
+ public const int EntryFieldHeaderBackground = 2130837545;
// aapt resource value: 0x7f02002a
- public const int ic30 = 2130837546;
+ public const int extra_string_header = 2130837546;
// aapt resource value: 0x7f02002b
- public const int ic31 = 2130837547;
+ public const int GreenButton = 2130837547;
// aapt resource value: 0x7f02002c
- public const int ic32 = 2130837548;
+ public const int HeaderButtonBackground = 2130837548;
// aapt resource value: 0x7f02002d
- public const int ic33 = 2130837549;
+ public const int highlight_pressed = 2130837549;
// aapt resource value: 0x7f02002e
- public const int ic34 = 2130837550;
+ public const int hint_popup = 2130837550;
// aapt resource value: 0x7f02002f
- public const int ic35 = 2130837551;
+ public const int ic00 = 2130837551;
// aapt resource value: 0x7f020030
- public const int ic36 = 2130837552;
+ public const int ic01 = 2130837552;
// aapt resource value: 0x7f020031
- public const int ic37 = 2130837553;
+ public const int ic02 = 2130837553;
// aapt resource value: 0x7f020032
- public const int ic38 = 2130837554;
+ public const int ic03 = 2130837554;
// aapt resource value: 0x7f020033
- public const int ic39 = 2130837555;
+ public const int ic04 = 2130837555;
// aapt resource value: 0x7f020034
- public const int ic40 = 2130837556;
+ public const int ic05 = 2130837556;
// aapt resource value: 0x7f020035
- public const int ic41 = 2130837557;
+ public const int ic06 = 2130837557;
// aapt resource value: 0x7f020036
- public const int ic42 = 2130837558;
+ public const int ic07 = 2130837558;
// aapt resource value: 0x7f020037
- public const int ic43 = 2130837559;
+ public const int ic08 = 2130837559;
// aapt resource value: 0x7f020038
- public const int ic44 = 2130837560;
+ public const int ic09 = 2130837560;
// aapt resource value: 0x7f020039
- public const int ic45 = 2130837561;
+ public const int ic10 = 2130837561;
// aapt resource value: 0x7f02003a
- public const int ic46 = 2130837562;
+ public const int ic11 = 2130837562;
// aapt resource value: 0x7f02003b
- public const int ic47 = 2130837563;
+ public const int ic12 = 2130837563;
// aapt resource value: 0x7f02003c
- public const int ic48 = 2130837564;
+ public const int ic13 = 2130837564;
// aapt resource value: 0x7f02003d
- public const int ic49 = 2130837565;
+ public const int ic14 = 2130837565;
// aapt resource value: 0x7f02003e
- public const int ic50 = 2130837566;
+ public const int ic15 = 2130837566;
// aapt resource value: 0x7f02003f
- public const int ic51 = 2130837567;
+ public const int ic16 = 2130837567;
// aapt resource value: 0x7f020040
- public const int ic52 = 2130837568;
+ public const int ic17 = 2130837568;
// aapt resource value: 0x7f020041
- public const int ic53 = 2130837569;
+ public const int ic18 = 2130837569;
// aapt resource value: 0x7f020042
- public const int ic54 = 2130837570;
+ public const int ic19 = 2130837570;
// aapt resource value: 0x7f020043
- public const int ic55 = 2130837571;
+ public const int ic20 = 2130837571;
// aapt resource value: 0x7f020044
- public const int ic56 = 2130837572;
+ public const int ic21 = 2130837572;
// aapt resource value: 0x7f020045
- public const int ic57 = 2130837573;
+ public const int ic22 = 2130837573;
// aapt resource value: 0x7f020046
- public const int ic58 = 2130837574;
+ public const int ic23 = 2130837574;
// aapt resource value: 0x7f020047
- public const int ic59 = 2130837575;
+ public const int ic24 = 2130837575;
// aapt resource value: 0x7f020048
- public const int ic60 = 2130837576;
+ public const int ic25 = 2130837576;
// aapt resource value: 0x7f020049
- public const int ic61 = 2130837577;
+ public const int ic26 = 2130837577;
// aapt resource value: 0x7f02004a
- public const int ic62 = 2130837578;
+ public const int ic27 = 2130837578;
// aapt resource value: 0x7f02004b
- public const int ic63 = 2130837579;
+ public const int ic28 = 2130837579;
// aapt resource value: 0x7f02004c
- public const int ic64 = 2130837580;
+ public const int ic29 = 2130837580;
// aapt resource value: 0x7f02004d
- public const int ic65 = 2130837581;
+ public const int ic30 = 2130837581;
// aapt resource value: 0x7f02004e
- public const int ic66 = 2130837582;
+ public const int ic31 = 2130837582;
// aapt resource value: 0x7f02004f
- public const int ic67 = 2130837583;
+ public const int ic32 = 2130837583;
// aapt resource value: 0x7f020050
- public const int ic68 = 2130837584;
+ public const int ic33 = 2130837584;
// aapt resource value: 0x7f020051
- public const int ic99_blank = 2130837585;
+ public const int ic34 = 2130837585;
// aapt resource value: 0x7f020052
- public const int ic_action_eye_open = 2130837586;
+ public const int ic35 = 2130837586;
// aapt resource value: 0x7f020053
- public const int ic_action_search = 2130837587;
+ public const int ic36 = 2130837587;
// aapt resource value: 0x7f020054
- public const int ic_keepass2android = 2130837588;
+ public const int ic37 = 2130837588;
// aapt resource value: 0x7f020055
- public const int ic_keepass2android_nonet = 2130837589;
+ public const int ic38 = 2130837589;
// aapt resource value: 0x7f020056
- public const int ic_launcher = 2130837590;
+ public const int ic39 = 2130837590;
// aapt resource value: 0x7f020057
- public const int ic_launcher_folder_small = 2130837591;
+ public const int ic40 = 2130837591;
// aapt resource value: 0x7f020058
- public const int ic_launcher_gray = 2130837592;
+ public const int ic41 = 2130837592;
// aapt resource value: 0x7f020059
- public const int ic_launcher_offline = 2130837593;
+ public const int ic42 = 2130837593;
// aapt resource value: 0x7f02005a
- public const int ic_launcher_red = 2130837594;
+ public const int ic43 = 2130837594;
// aapt resource value: 0x7f02005b
- public const int ic_menu_add_field_holo_light = 2130837595;
+ public const int ic44 = 2130837595;
// aapt resource value: 0x7f02005c
- public const int ic_menu_remove_field_holo_light = 2130837596;
+ public const int ic45 = 2130837596;
// aapt resource value: 0x7f02005d
- public const int ic_menu_view = 2130837597;
+ public const int ic46 = 2130837597;
// aapt resource value: 0x7f02005e
- public const int ic_storage_androidget = 2130837598;
+ public const int ic47 = 2130837598;
// aapt resource value: 0x7f02005f
- public const int ic_storage_androidsend = 2130837599;
+ public const int ic48 = 2130837599;
// aapt resource value: 0x7f020060
- public const int ic_storage_dropbox = 2130837600;
+ public const int ic49 = 2130837600;
// aapt resource value: 0x7f020061
- public const int ic_storage_dropboxKP2A = 2130837601;
+ public const int ic50 = 2130837601;
// aapt resource value: 0x7f020062
- public const int ic_storage_file = 2130837602;
+ public const int ic51 = 2130837602;
// aapt resource value: 0x7f020063
- public const int ic_storage_ftp = 2130837603;
+ public const int ic52 = 2130837603;
// aapt resource value: 0x7f020064
- public const int ic_storage_gdrive = 2130837604;
+ public const int ic53 = 2130837604;
// aapt resource value: 0x7f020065
- public const int ic_storage_http = 2130837605;
+ public const int ic54 = 2130837605;
// aapt resource value: 0x7f020066
- public const int ic_storage_https = 2130837606;
+ public const int ic55 = 2130837606;
// aapt resource value: 0x7f020067
- public const int ic_storage_sftp = 2130837607;
+ public const int ic56 = 2130837607;
// aapt resource value: 0x7f020068
- public const int ic_storage_skydrive = 2130837608;
+ public const int ic57 = 2130837608;
// aapt resource value: 0x7f020069
- public const int ic_unlocked_gray = 2130837609;
+ public const int ic58 = 2130837609;
// aapt resource value: 0x7f02006a
- public const int location_web_site = 2130837610;
+ public const int ic59 = 2130837610;
// aapt resource value: 0x7f02006b
- public const int navigation_accept = 2130837611;
+ public const int ic60 = 2130837611;
// aapt resource value: 0x7f02006c
- public const int navigation_accept_dark = 2130837612;
+ public const int ic61 = 2130837612;
// aapt resource value: 0x7f02006d
- public const int navigation_cancel = 2130837613;
+ public const int ic62 = 2130837613;
// aapt resource value: 0x7f02006e
- public const int navigation_previous_item = 2130837614;
+ public const int ic63 = 2130837614;
// aapt resource value: 0x7f02006f
- public const int navigation_previous_item_dark = 2130837615;
+ public const int ic64 = 2130837615;
// aapt resource value: 0x7f020070
- public const int notify = 2130837616;
+ public const int ic65 = 2130837616;
// aapt resource value: 0x7f020071
- public const int notify_keyboard = 2130837617;
+ public const int ic66 = 2130837617;
// aapt resource value: 0x7f020072
- public const int oktoberfest = 2130837618;
+ public const int ic67 = 2130837618;
// aapt resource value: 0x7f020073
- public const int RedButton = 2130837619;
+ public const int ic68 = 2130837619;
// aapt resource value: 0x7f020074
- public const int section_header = 2130837620;
+ public const int ic99_blank = 2130837620;
// aapt resource value: 0x7f020075
- public const int transparent = 2130837621;
+ public const int ic_action_eye_open = 2130837621;
// aapt resource value: 0x7f020076
- public const int YellowButton = 2130837622;
+ public const int ic_action_search = 2130837622;
+
+ // aapt resource value: 0x7f020077
+ public const int ic_dialog_keyboard = 2130837623;
+
+ // aapt resource value: 0x7f020078
+ public const int ic_keepass2android = 2130837624;
+
+ // aapt resource value: 0x7f020079
+ public const int ic_keepass2android_nonet = 2130837625;
+
+ // aapt resource value: 0x7f02007a
+ public const int ic_launcher = 2130837626;
+
+ // aapt resource value: 0x7f02007b
+ public const int ic_launcher_folder_small = 2130837627;
+
+ // aapt resource value: 0x7f02007c
+ public const int ic_launcher_gray = 2130837628;
+
+ // aapt resource value: 0x7f02007d
+ public const int ic_launcher_offline = 2130837629;
+
+ // aapt resource value: 0x7f02007e
+ public const int ic_launcher_red = 2130837630;
+
+ // aapt resource value: 0x7f02007f
+ public const int ic_menu_add_field_holo_light = 2130837631;
+
+ // aapt resource value: 0x7f020080
+ public const int ic_menu_remove_field_holo_light = 2130837632;
+
+ // aapt resource value: 0x7f020081
+ public const int ic_menu_view = 2130837633;
+
+ // aapt resource value: 0x7f020082
+ public const int ic_mic_dialog = 2130837634;
+
+ // aapt resource value: 0x7f020083
+ public const int ic_storage_androidget = 2130837635;
+
+ // aapt resource value: 0x7f020084
+ public const int ic_storage_androidsend = 2130837636;
+
+ // aapt resource value: 0x7f020085
+ public const int ic_storage_dropbox = 2130837637;
+
+ // aapt resource value: 0x7f020086
+ public const int ic_storage_dropboxKP2A = 2130837638;
+
+ // aapt resource value: 0x7f020087
+ public const int ic_storage_file = 2130837639;
+
+ // aapt resource value: 0x7f020088
+ public const int ic_storage_ftp = 2130837640;
+
+ // aapt resource value: 0x7f020089
+ public const int ic_storage_gdrive = 2130837641;
+
+ // aapt resource value: 0x7f02008a
+ public const int ic_storage_http = 2130837642;
+
+ // aapt resource value: 0x7f02008b
+ public const int ic_storage_https = 2130837643;
+
+ // aapt resource value: 0x7f02008c
+ public const int ic_storage_sftp = 2130837644;
+
+ // aapt resource value: 0x7f02008d
+ public const int ic_storage_skydrive = 2130837645;
+
+ // aapt resource value: 0x7f02008e
+ public const int ic_subtype_keyboard = 2130837646;
+
+ // aapt resource value: 0x7f02008f
+ public const int ic_subtype_mic = 2130837647;
+
+ // aapt resource value: 0x7f020090
+ public const int ic_suggest_scroll_background = 2130837648;
+
+ // aapt resource value: 0x7f020091
+ public const int ic_suggest_strip_microphone = 2130837649;
+
+ // aapt resource value: 0x7f020092
+ public const int ic_suggest_strip_microphone_swipe = 2130837650;
+
+ // aapt resource value: 0x7f020093
+ public const int ic_unlocked_gray = 2130837651;
+
+ // aapt resource value: 0x7f020094
+ public const int keyboard_background = 2130837652;
+
+ // aapt resource value: 0x7f020095
+ public const int keyboard_dark_background = 2130837653;
+
+ // aapt resource value: 0x7f020096
+ public const int keyboard_hint_0 = 2130837654;
+
+ // aapt resource value: 0x7f020097
+ public const int keyboard_hint_1 = 2130837655;
+
+ // aapt resource value: 0x7f020098
+ public const int keyboard_hint_2 = 2130837656;
+
+ // aapt resource value: 0x7f020099
+ public const int keyboard_hint_3 = 2130837657;
+
+ // aapt resource value: 0x7f02009a
+ public const int keyboard_hint_4 = 2130837658;
+
+ // aapt resource value: 0x7f02009b
+ public const int keyboard_hint_5 = 2130837659;
+
+ // aapt resource value: 0x7f02009c
+ public const int keyboard_hint_6 = 2130837660;
+
+ // aapt resource value: 0x7f02009d
+ public const int keyboard_hint_7 = 2130837661;
+
+ // aapt resource value: 0x7f02009e
+ public const int keyboard_hint_8 = 2130837662;
+
+ // aapt resource value: 0x7f02009f
+ public const int keyboard_hint_9 = 2130837663;
+
+ // aapt resource value: 0x7f0200a0
+ public const int keyboard_key_feedback = 2130837664;
+
+ // aapt resource value: 0x7f0200a1
+ public const int keyboard_key_feedback_background = 2130837665;
+
+ // aapt resource value: 0x7f0200a2
+ public const int keyboard_key_feedback_more_background = 2130837666;
+
+ // aapt resource value: 0x7f0200a3
+ public const int keyboard_popup_panel_background = 2130837667;
+
+ // aapt resource value: 0x7f0200a4
+ public const int keyboard_suggest_strip = 2130837668;
+
+ // aapt resource value: 0x7f0200a5
+ public const int keyboard_suggest_strip_divider = 2130837669;
+
+ // aapt resource value: 0x7f0200a6
+ public const int list_selector_background_pressed = 2130837670;
+
+ // aapt resource value: 0x7f0200a7
+ public const int location_web_site = 2130837671;
+
+ // aapt resource value: 0x7f0200a8
+ public const int mic_slash = 2130837672;
+
+ // aapt resource value: 0x7f0200a9
+ public const int navigation_accept = 2130837673;
+
+ // aapt resource value: 0x7f0200aa
+ public const int navigation_accept_dark = 2130837674;
+
+ // aapt resource value: 0x7f0200ab
+ public const int navigation_cancel = 2130837675;
+
+ // aapt resource value: 0x7f0200ac
+ public const int navigation_previous_item = 2130837676;
+
+ // aapt resource value: 0x7f0200ad
+ public const int navigation_previous_item_dark = 2130837677;
+
+ // aapt resource value: 0x7f0200ae
+ public const int notify = 2130837678;
+
+ // aapt resource value: 0x7f0200af
+ public const int notify_keyboard = 2130837679;
+
+ // aapt resource value: 0x7f0200b0
+ public const int ok_cancel = 2130837680;
+
+ // aapt resource value: 0x7f0200b1
+ public const int oktoberfest = 2130837681;
+
+ // aapt resource value: 0x7f0200b2
+ public const int RedButton = 2130837682;
+
+ // aapt resource value: 0x7f0200b3
+ public const int section_header = 2130837683;
+
+ // aapt resource value: 0x7f0200b4
+ public const int speak_now_level0 = 2130837684;
+
+ // aapt resource value: 0x7f0200b5
+ public const int speak_now_level1 = 2130837685;
+
+ // aapt resource value: 0x7f0200b6
+ public const int speak_now_level2 = 2130837686;
+
+ // aapt resource value: 0x7f0200b7
+ public const int speak_now_level3 = 2130837687;
+
+ // aapt resource value: 0x7f0200b8
+ public const int speak_now_level4 = 2130837688;
+
+ // aapt resource value: 0x7f0200b9
+ public const int speak_now_level5 = 2130837689;
+
+ // aapt resource value: 0x7f0200ba
+ public const int speak_now_level6 = 2130837690;
+
+ // aapt resource value: 0x7f0200bb
+ public const int sym_bkeyboard_123_mic = 2130837691;
+
+ // aapt resource value: 0x7f0200bc
+ public const int sym_bkeyboard_delete = 2130837692;
+
+ // aapt resource value: 0x7f0200bd
+ public const int sym_bkeyboard_done = 2130837693;
+
+ // aapt resource value: 0x7f0200be
+ public const int sym_bkeyboard_kp2a = 2130837694;
+
+ // aapt resource value: 0x7f0200bf
+ public const int sym_bkeyboard_mic = 2130837695;
+
+ // aapt resource value: 0x7f0200c0
+ public const int sym_bkeyboard_num0 = 2130837696;
+
+ // aapt resource value: 0x7f0200c1
+ public const int sym_bkeyboard_num1 = 2130837697;
+
+ // aapt resource value: 0x7f0200c2
+ public const int sym_bkeyboard_num2 = 2130837698;
+
+ // aapt resource value: 0x7f0200c3
+ public const int sym_bkeyboard_num3 = 2130837699;
+
+ // aapt resource value: 0x7f0200c4
+ public const int sym_bkeyboard_num4 = 2130837700;
+
+ // aapt resource value: 0x7f0200c5
+ public const int sym_bkeyboard_num5 = 2130837701;
+
+ // aapt resource value: 0x7f0200c6
+ public const int sym_bkeyboard_num6 = 2130837702;
+
+ // aapt resource value: 0x7f0200c7
+ public const int sym_bkeyboard_num7 = 2130837703;
+
+ // aapt resource value: 0x7f0200c8
+ public const int sym_bkeyboard_num8 = 2130837704;
+
+ // aapt resource value: 0x7f0200c9
+ public const int sym_bkeyboard_num9 = 2130837705;
+
+ // aapt resource value: 0x7f0200ca
+ public const int sym_bkeyboard_numalt = 2130837706;
+
+ // aapt resource value: 0x7f0200cb
+ public const int sym_bkeyboard_numpound = 2130837707;
+
+ // aapt resource value: 0x7f0200cc
+ public const int sym_bkeyboard_numstar = 2130837708;
+
+ // aapt resource value: 0x7f0200cd
+ public const int sym_bkeyboard_return = 2130837709;
+
+ // aapt resource value: 0x7f0200ce
+ public const int sym_bkeyboard_search = 2130837710;
+
+ // aapt resource value: 0x7f0200cf
+ public const int sym_bkeyboard_settings = 2130837711;
+
+ // aapt resource value: 0x7f0200d0
+ public const int sym_bkeyboard_shift = 2130837712;
+
+ // aapt resource value: 0x7f0200d1
+ public const int sym_bkeyboard_shift_locked = 2130837713;
+
+ // aapt resource value: 0x7f0200d2
+ public const int sym_bkeyboard_space = 2130837714;
+
+ // aapt resource value: 0x7f0200d3
+ public const int sym_bkeyboard_tab = 2130837715;
+
+ // aapt resource value: 0x7f0200d4
+ public const int sym_keyboard = 2130837716;
+
+ // aapt resource value: 0x7f0200d5
+ public const int sym_keyboard_123_mic = 2130837717;
+
+ // aapt resource value: 0x7f0200d6
+ public const int sym_keyboard_delete = 2130837718;
+
+ // aapt resource value: 0x7f0200d7
+ public const int sym_keyboard_done = 2130837719;
+
+ // aapt resource value: 0x7f0200d8
+ public const int sym_keyboard_feedback_123_mic = 2130837720;
+
+ // aapt resource value: 0x7f0200d9
+ public const int sym_keyboard_feedback_delete = 2130837721;
+
+ // aapt resource value: 0x7f0200da
+ public const int sym_keyboard_feedback_done = 2130837722;
+
+ // aapt resource value: 0x7f0200db
+ public const int sym_keyboard_feedback_kp2a = 2130837723;
+
+ // aapt resource value: 0x7f0200dc
+ public const int sym_keyboard_feedback_language_arrows_left = 2130837724;
+
+ // aapt resource value: 0x7f0200dd
+ public const int sym_keyboard_feedback_language_arrows_right = 2130837725;
+
+ // aapt resource value: 0x7f0200de
+ public const int sym_keyboard_feedback_mic = 2130837726;
+
+ // aapt resource value: 0x7f0200df
+ public const int sym_keyboard_feedback_numalt = 2130837727;
+
+ // aapt resource value: 0x7f0200e0
+ public const int sym_keyboard_feedback_return = 2130837728;
+
+ // aapt resource value: 0x7f0200e1
+ public const int sym_keyboard_feedback_search = 2130837729;
+
+ // aapt resource value: 0x7f0200e2
+ public const int sym_keyboard_feedback_settings = 2130837730;
+
+ // aapt resource value: 0x7f0200e3
+ public const int sym_keyboard_feedback_shift = 2130837731;
+
+ // aapt resource value: 0x7f0200e4
+ public const int sym_keyboard_feedback_shift_locked = 2130837732;
+
+ // aapt resource value: 0x7f0200e5
+ public const int sym_keyboard_feedback_space = 2130837733;
+
+ // aapt resource value: 0x7f0200e6
+ public const int sym_keyboard_feedback_tab = 2130837734;
+
+ // aapt resource value: 0x7f0200e7
+ public const int sym_keyboard_kp2a = 2130837735;
+
+ // aapt resource value: 0x7f0200e8
+ public const int sym_keyboard_language_arrows_left = 2130837736;
+
+ // aapt resource value: 0x7f0200e9
+ public const int sym_keyboard_language_arrows_right = 2130837737;
+
+ // aapt resource value: 0x7f0200ea
+ public const int sym_keyboard_mic = 2130837738;
+
+ // aapt resource value: 0x7f0200eb
+ public const int sym_keyboard_num0 = 2130837739;
+
+ // aapt resource value: 0x7f0200ec
+ public const int sym_keyboard_num1 = 2130837740;
+
+ // aapt resource value: 0x7f0200ed
+ public const int sym_keyboard_num2 = 2130837741;
+
+ // aapt resource value: 0x7f0200ee
+ public const int sym_keyboard_num3 = 2130837742;
+
+ // aapt resource value: 0x7f0200ef
+ public const int sym_keyboard_num4 = 2130837743;
+
+ // aapt resource value: 0x7f0200f0
+ public const int sym_keyboard_num5 = 2130837744;
+
+ // aapt resource value: 0x7f0200f1
+ public const int sym_keyboard_num6 = 2130837745;
+
+ // aapt resource value: 0x7f0200f2
+ public const int sym_keyboard_num7 = 2130837746;
+
+ // aapt resource value: 0x7f0200f3
+ public const int sym_keyboard_num8 = 2130837747;
+
+ // aapt resource value: 0x7f0200f4
+ public const int sym_keyboard_num9 = 2130837748;
+
+ // aapt resource value: 0x7f0200f5
+ public const int sym_keyboard_numalt = 2130837749;
+
+ // aapt resource value: 0x7f0200f6
+ public const int sym_keyboard_numpound = 2130837750;
+
+ // aapt resource value: 0x7f0200f7
+ public const int sym_keyboard_numstar = 2130837751;
+
+ // aapt resource value: 0x7f0200f8
+ public const int sym_keyboard_return = 2130837752;
+
+ // aapt resource value: 0x7f0200f9
+ public const int sym_keyboard_search = 2130837753;
+
+ // aapt resource value: 0x7f0200fa
+ public const int sym_keyboard_settings = 2130837754;
+
+ // aapt resource value: 0x7f0200fb
+ public const int sym_keyboard_shift = 2130837755;
+
+ // aapt resource value: 0x7f0200fc
+ public const int sym_keyboard_shift_lock = 2130837756;
+
+ // aapt resource value: 0x7f0200fd
+ public const int sym_keyboard_shift_locked = 2130837757;
+
+ // aapt resource value: 0x7f0200fe
+ public const int sym_keyboard_space = 2130837758;
+
+ // aapt resource value: 0x7f0200ff
+ public const int sym_keyboard_space_led = 2130837759;
+
+ // aapt resource value: 0x7f020100
+ public const int sym_keyboard_tab = 2130837760;
+
+ // aapt resource value: 0x7f020101
+ public const int transparent = 2130837761;
+
+ // aapt resource value: 0x7f020102
+ public const int voice_ime_background = 2130837762;
+
+ // aapt resource value: 0x7f020103
+ public const int voice_swipe_hint = 2130837763;
+
+ // aapt resource value: 0x7f020104
+ public const int working = 2130837764;
+
+ // aapt resource value: 0x7f020105
+ public const int YellowButton = 2130837765;
static Drawable()
{
@@ -594,668 +1221,743 @@ namespace keepass2android
public partial class Id
{
- // aapt resource value: 0x7f0d0011
- public const int Credit = 2131558417;
+ // aapt resource value: 0x7f070016
+ public const int Credit = 2131165206;
- // aapt resource value: 0x7f0d0012
- public const int Credit2 = 2131558418;
+ // aapt resource value: 0x7f070017
+ public const int Credit2 = 2131165207;
- // aapt resource value: 0x7f0d0089
- public const int IconGridView = 2131558537;
+ // aapt resource value: 0x7f07008f
+ public const int IconGridView = 2131165327;
- // aapt resource value: 0x7f0d00a8
- public const int QuickUnlock_button = 2131558568;
+ // aapt resource value: 0x7f070091
+ public const int LatinKeyboardBaseView = 2131165329;
- // aapt resource value: 0x7f0d00a9
- public const int QuickUnlock_buttonLock = 2131558569;
+ // aapt resource value: 0x7f070090
+ public const int LatinkeyboardBaseView = 2131165328;
- // aapt resource value: 0x7f0d00a6
- public const int QuickUnlock_label = 2131558566;
+ // aapt resource value: 0x7f0700b0
+ public const int QuickUnlock_button = 2131165360;
- // aapt resource value: 0x7f0d00a7
- public const int QuickUnlock_password = 2131558567;
+ // aapt resource value: 0x7f0700b1
+ public const int QuickUnlock_buttonLock = 2131165361;
- // aapt resource value: 0x7f0d006a
- public const int RelativeLayout = 2131558506;
+ // aapt resource value: 0x7f0700ae
+ public const int QuickUnlock_label = 2131165358;
- // aapt resource value: 0x7f0d0069
- public const int ScrollView = 2131558505;
+ // aapt resource value: 0x7f0700af
+ public const int QuickUnlock_password = 2131165359;
- // aapt resource value: 0x7f0d0000
- public const int about_title = 2131558400;
+ // aapt resource value: 0x7f070070
+ public const int RelativeLayout = 2131165296;
- // aapt resource value: 0x7f0d0067
- public const int accept_button = 2131558503;
+ // aapt resource value: 0x7f07006f
+ public const int ScrollView = 2131165295;
- // aapt resource value: 0x7f0d003a
- public const int add_advanced = 2131558458;
+ // aapt resource value: 0x7f070005
+ public const int about_title = 2131165189;
- // aapt resource value: 0x7f0d007d
- public const int add_entry = 2131558525;
+ // aapt resource value: 0x7f07006d
+ public const int accept_button = 2131165293;
- // aapt resource value: 0x7f0d007c
- public const int add_group = 2131558524;
+ // aapt resource value: 0x7f070040
+ public const int add_advanced = 2131165248;
- // aapt resource value: 0x7f0d00bc
- public const int add_url_entry = 2131558588;
+ // aapt resource value: 0x7f070083
+ public const int add_entry = 2131165315;
- // aapt resource value: 0x7f0d0039
- public const int advanced_container = 2131558457;
+ // aapt resource value: 0x7f070082
+ public const int add_group = 2131165314;
- // aapt resource value: 0x7f0d000f
- public const int android_filechooser_contrib = 2131558415;
+ // aapt resource value: 0x7f0700ca
+ public const int add_url_entry = 2131165386;
- // aapt resource value: 0x7f0d000c
- public const int author = 2131558412;
+ // aapt resource value: 0x7f07003f
+ public const int advanced_container = 2131165247;
- // aapt resource value: 0x7f0d003c
- public const int binaries = 2131558460;
+ // aapt resource value: 0x7f070014
+ public const int android_filechooser_contrib = 2131165204;
- // aapt resource value: 0x7f0d0049
- public const int bottom_bar = 2131558473;
+ // aapt resource value: 0x7f070011
+ public const int author = 2131165201;
- // aapt resource value: 0x7f0d0061
- public const int bottom_layout = 2131558497;
+ // aapt resource value: 0x7f070042
+ public const int binaries = 2131165250;
- // aapt resource value: 0x7f0d005c
- public const int browse_button = 2131558492;
+ // aapt resource value: 0x7f070004
+ public const int black = 2131165188;
- // aapt resource value: 0x7f0d0016
- public const int btn_change_location = 2131558422;
+ // aapt resource value: 0x7f070001
+ public const int bold = 2131165185;
- // aapt resource value: 0x7f0d001f
- public const int btn_create = 2131558431;
+ // aapt resource value: 0x7f07004f
+ public const int bottom_bar = 2131165263;
- // aapt resource value: 0x7f0d006f
- public const int btn_length12 = 2131558511;
+ // aapt resource value: 0x7f070067
+ public const int bottom_layout = 2131165287;
- // aapt resource value: 0x7f0d006e
- public const int btn_length16 = 2131558510;
+ // aapt resource value: 0x7f070062
+ public const int browse_button = 2131165282;
- // aapt resource value: 0x7f0d0071
- public const int btn_length6 = 2131558513;
+ // aapt resource value: 0x7f07001c
+ public const int btn_change_location = 2131165212;
- // aapt resource value: 0x7f0d0070
- public const int btn_length8 = 2131558512;
+ // aapt resource value: 0x7f070025
+ public const int btn_create = 2131165221;
- // aapt resource value: 0x7f0d0082
- public const int cancel = 2131558530;
+ // aapt resource value: 0x7f070075
+ public const int btn_length12 = 2131165301;
- // aapt resource value: 0x7f0d0068
- public const int cancel_button = 2131558504;
+ // aapt resource value: 0x7f070074
+ public const int btn_length16 = 2131165300;
- // aapt resource value: 0x7f0d007f
- public const int cancel_insert_element = 2131558527;
+ // aapt resource value: 0x7f070077
+ public const int btn_length6 = 2131165303;
- // aapt resource value: 0x7f0d00b9
- public const int cbCaseSensitive = 2131558585;
+ // aapt resource value: 0x7f070076
+ public const int btn_length8 = 2131165302;
- // aapt resource value: 0x7f0d00ba
- public const int cbExcludeExpiredEntries = 2131558586;
+ // aapt resource value: 0x7f0700b6
+ public const int button = 2131165366;
- // aapt resource value: 0x7f0d00af
- public const int cbRegEx = 2131558575;
+ // aapt resource value: 0x7f0700b7
+ public const int button_text = 2131165367;
- // aapt resource value: 0x7f0d00b8
- public const int cbSearchInGroupName = 2131558584;
+ // aapt resource value: 0x7f070088
+ public const int cancel = 2131165320;
- // aapt resource value: 0x7f0d00b5
- public const int cbSearchInNotes = 2131558581;
+ // aapt resource value: 0x7f07006e
+ public const int cancel_button = 2131165294;
- // aapt resource value: 0x7f0d00b6
- public const int cbSearchInOtherStrings = 2131558582;
+ // aapt resource value: 0x7f070085
+ public const int cancel_insert_element = 2131165317;
- // aapt resource value: 0x7f0d00b4
- public const int cbSearchInPassword = 2131558580;
+ // aapt resource value: 0x7f070018
+ public const int candidates = 2131165208;
- // aapt resource value: 0x7f0d00b7
- public const int cbSearchInTags = 2131558583;
+ // aapt resource value: 0x7f0700c7
+ public const int cbCaseSensitive = 2131165383;
- // aapt resource value: 0x7f0d00b1
- public const int cbSearchInTitle = 2131558577;
+ // aapt resource value: 0x7f0700c8
+ public const int cbExcludeExpiredEntries = 2131165384;
- // aapt resource value: 0x7f0d00b2
- public const int cbSearchInUrl = 2131558578;
+ // aapt resource value: 0x7f0700bd
+ public const int cbRegEx = 2131165373;
- // aapt resource value: 0x7f0d00b3
- public const int cbSearchInUsername = 2131558579;
+ // aapt resource value: 0x7f0700c6
+ public const int cbSearchInGroupName = 2131165382;
- // aapt resource value: 0x7f0d007a
- public const int cb_brackets = 2131558522;
+ // aapt resource value: 0x7f0700c3
+ public const int cbSearchInNotes = 2131165379;
- // aapt resource value: 0x7f0d0075
- public const int cb_digits = 2131558517;
+ // aapt resource value: 0x7f0700c4
+ public const int cbSearchInOtherStrings = 2131165380;
- // aapt resource value: 0x7f0d0074
- public const int cb_lowercase = 2131558516;
+ // aapt resource value: 0x7f0700c2
+ public const int cbSearchInPassword = 2131165378;
- // aapt resource value: 0x7f0d0076
- public const int cb_minus = 2131558518;
+ // aapt resource value: 0x7f0700c5
+ public const int cbSearchInTags = 2131165381;
- // aapt resource value: 0x7f0d0078
- public const int cb_space = 2131558520;
+ // aapt resource value: 0x7f0700bf
+ public const int cbSearchInTitle = 2131165375;
- // aapt resource value: 0x7f0d0079
- public const int cb_specials = 2131558521;
+ // aapt resource value: 0x7f0700c0
+ public const int cbSearchInUrl = 2131165376;
- // aapt resource value: 0x7f0d0077
- public const int cb_underline = 2131558519;
+ // aapt resource value: 0x7f0700c1
+ public const int cbSearchInUsername = 2131165377;
- // aapt resource value: 0x7f0d0073
- public const int cb_uppercase = 2131558515;
+ // aapt resource value: 0x7f070080
+ public const int cb_brackets = 2131165312;
- // aapt resource value: 0x7f0d000b
- public const int contributors_title = 2131558411;
+ // aapt resource value: 0x7f07007b
+ public const int cb_digits = 2131165307;
- // aapt resource value: 0x7f0d005f
- public const int create = 2131558495;
+ // aapt resource value: 0x7f07007a
+ public const int cb_lowercase = 2131165306;
- // aapt resource value: 0x7f0d00cb
- public const int cred_password = 2131558603;
+ // aapt resource value: 0x7f07007c
+ public const int cb_minus = 2131165308;
- // aapt resource value: 0x7f0d00cc
- public const int cred_remember_mode = 2131558604;
+ // aapt resource value: 0x7f07007e
+ public const int cb_space = 2131165310;
- // aapt resource value: 0x7f0d00ca
- public const int cred_username = 2131558602;
+ // aapt resource value: 0x7f07007f
+ public const int cb_specials = 2131165311;
- // aapt resource value: 0x7f0d0029
- public const int delete_extra = 2131558441;
+ // aapt resource value: 0x7f07007d
+ public const int cb_underline = 2131165309;
- // aapt resource value: 0x7f0d000a
- public const int disclaimer = 2131558410;
+ // aapt resource value: 0x7f070079
+ public const int cb_uppercase = 2131165305;
- // aapt resource value: 0x7f0d0009
- public const int disclaimer_title = 2131558409;
+ // aapt resource value: 0x7f070010
+ public const int contributors_title = 2131165200;
- // aapt resource value: 0x7f0d0001
- public const int divider1 = 2131558401;
+ // aapt resource value: 0x7f070065
+ public const int create = 2131165285;
- // aapt resource value: 0x7f0d0005
- public const int divider2 = 2131558405;
+ // aapt resource value: 0x7f0700d8
+ public const int cred_password = 2131165400;
- // aapt resource value: 0x7f0d0008
- public const int divider3 = 2131558408;
+ // aapt resource value: 0x7f0700d9
+ public const int cred_remember_mode = 2131165401;
- // aapt resource value: 0x7f0d0022
- public const int donate_question = 2131558434;
+ // aapt resource value: 0x7f0700d7
+ public const int cred_username = 2131165399;
- // aapt resource value: 0x7f0d0044
- public const int edit_extra = 2131558468;
+ // aapt resource value: 0x7f07002f
+ public const int delete_extra = 2131165231;
- // aapt resource value: 0x7f0d00a4
- public const int enable_quickunlock = 2131558564;
+ // aapt resource value: 0x7f07000f
+ public const int disclaimer = 2131165199;
- // aapt resource value: 0x7f0d003b
- public const int entry_binaries_label = 2131558459;
+ // aapt resource value: 0x7f07000e
+ public const int disclaimer_title = 2131165198;
- // aapt resource value: 0x7f0d0037
- public const int entry_comment = 2131558455;
+ // aapt resource value: 0x7f070006
+ public const int divider1 = 2131165190;
- // aapt resource value: 0x7f0d0036
- public const int entry_comment_label = 2131558454;
+ // aapt resource value: 0x7f07000a
+ public const int divider2 = 2131165194;
- // aapt resource value: 0x7f0d001b
- public const int entry_confpassword = 2131558427;
+ // aapt resource value: 0x7f07000d
+ public const int divider3 = 2131165197;
- // aapt resource value: 0x7f0d0035
- public const int entry_confpassword_label = 2131558453;
+ // aapt resource value: 0x7f070028
+ public const int donate_question = 2131165224;
- // aapt resource value: 0x7f0d004c
- public const int entry_contents = 2131558476;
+ // aapt resource value: 0x7f07004a
+ public const int edit_extra = 2131165258;
- // aapt resource value: 0x7f0d0051
- public const int entry_created = 2131558481;
+ // aapt resource value: 0x7f0700ac
+ public const int enable_quickunlock = 2131165356;
- // aapt resource value: 0x7f0d0050
- public const int entry_created_label = 2131558480;
+ // aapt resource value: 0x7f070041
+ public const int entry_binaries_label = 2131165249;
- // aapt resource value: 0x7f0d004b
- public const int entry_divider2 = 2131558475;
+ // aapt resource value: 0x7f07003d
+ public const int entry_comment = 2131165245;
- // aapt resource value: 0x7f0d004a
- public const int entry_edit = 2131558474;
+ // aapt resource value: 0x7f07003c
+ public const int entry_comment_label = 2131165244;
- // aapt resource value: 0x7f0d0043
- public const int entry_expires = 2131558467;
+ // aapt resource value: 0x7f070021
+ public const int entry_confpassword = 2131165217;
- // aapt resource value: 0x7f0d0042
- public const int entry_expires_checkbox = 2131558466;
+ // aapt resource value: 0x7f07003b
+ public const int entry_confpassword_label = 2131165243;
- // aapt resource value: 0x7f0d0041
- public const int entry_expires_label = 2131558465;
+ // aapt resource value: 0x7f070052
+ public const int entry_contents = 2131165266;
- // aapt resource value: 0x7f0d0038
- public const int entry_extra_strings_label = 2131558456;
+ // aapt resource value: 0x7f070057
+ public const int entry_created = 2131165271;
- // aapt resource value: 0x7f0d0045
- public const int entry_icon = 2131558469;
+ // aapt resource value: 0x7f070056
+ public const int entry_created_label = 2131165270;
- // aapt resource value: 0x7f0d0053
- public const int entry_modified = 2131558483;
+ // aapt resource value: 0x7f070051
+ public const int entry_divider2 = 2131165265;
- // aapt resource value: 0x7f0d0052
- public const int entry_modified_label = 2131558482;
+ // aapt resource value: 0x7f070050
+ public const int entry_edit = 2131165264;
- // aapt resource value: 0x7f0d0040
- public const int entry_override_url = 2131558464;
+ // aapt resource value: 0x7f070049
+ public const int entry_expires = 2131165257;
- // aapt resource value: 0x7f0d003f
- public const int entry_override_url_label = 2131558463;
+ // aapt resource value: 0x7f070048
+ public const int entry_expires_checkbox = 2131165256;
- // aapt resource value: 0x7f0d001a
- public const int entry_password = 2131558426;
+ // aapt resource value: 0x7f070047
+ public const int entry_expires_label = 2131165255;
- // aapt resource value: 0x7f0d0034
- public const int entry_password_label = 2131558452;
+ // aapt resource value: 0x7f07003e
+ public const int entry_extra_strings_label = 2131165246;
- // aapt resource value: 0x7f0d002b
- public const int entry_save = 2131558443;
+ // aapt resource value: 0x7f07004b
+ public const int entry_icon = 2131165259;
- // aapt resource value: 0x7f0d002a
- public const int entry_save_header = 2131558442;
+ // aapt resource value: 0x7f070059
+ public const int entry_modified = 2131165273;
- // aapt resource value: 0x7f0d002c
- public const int entry_scroll = 2131558444;
+ // aapt resource value: 0x7f070058
+ public const int entry_modified_label = 2131165272;
- // aapt resource value: 0x7f0d004e
- public const int entry_table = 2131558478;
+ // aapt resource value: 0x7f070046
+ public const int entry_override_url = 2131165254;
- // aapt resource value: 0x7f0d003e
- public const int entry_tags = 2131558462;
+ // aapt resource value: 0x7f070045
+ public const int entry_override_url_label = 2131165253;
- // aapt resource value: 0x7f0d003d
- public const int entry_tags_label = 2131558461;
+ // aapt resource value: 0x7f070020
+ public const int entry_password = 2131165216;
- // aapt resource value: 0x7f0d0046
- public const int entry_text = 2131558470;
+ // aapt resource value: 0x7f07003a
+ public const int entry_password_label = 2131165242;
- // aapt resource value: 0x7f0d0047
- public const int entry_text_detail = 2131558471;
+ // aapt resource value: 0x7f070031
+ public const int entry_save = 2131165233;
- // aapt resource value: 0x7f0d002f
- public const int entry_title = 2131558447;
+ // aapt resource value: 0x7f070030
+ public const int entry_save_header = 2131165232;
- // aapt resource value: 0x7f0d002d
- public const int entry_title_label = 2131558445;
+ // aapt resource value: 0x7f070032
+ public const int entry_scroll = 2131165234;
- // aapt resource value: 0x7f0d0033
- public const int entry_url = 2131558451;
+ // aapt resource value: 0x7f070054
+ public const int entry_table = 2131165268;
- // aapt resource value: 0x7f0d0032
- public const int entry_url_label = 2131558450;
+ // aapt resource value: 0x7f070044
+ public const int entry_tags = 2131165252;
- // aapt resource value: 0x7f0d0031
- public const int entry_user_name = 2131558449;
+ // aapt resource value: 0x7f070043
+ public const int entry_tags_label = 2131165251;
- // aapt resource value: 0x7f0d0030
- public const int entry_user_name_label = 2131558448;
+ // aapt resource value: 0x7f07004c
+ public const int entry_text = 2131165260;
- // aapt resource value: 0x7f0d004f
- public const int extra_strings = 2131558479;
+ // aapt resource value: 0x7f07004d
+ public const int entry_text_detail = 2131165261;
- // aapt resource value: 0x7f0d0007
- public const int feedback = 2131558407;
+ // aapt resource value: 0x7f070035
+ public const int entry_title = 2131165237;
- // aapt resource value: 0x7f0d0006
- public const int feedback_title = 2131558406;
+ // aapt resource value: 0x7f070033
+ public const int entry_title_label = 2131165235;
- // aapt resource value: 0x7f0d0054
- public const int file_filename = 2131558484;
+ // aapt resource value: 0x7f070039
+ public const int entry_url = 2131165241;
- // aapt resource value: 0x7f0d0055
- public const int file_listtop = 2131558485;
+ // aapt resource value: 0x7f070038
+ public const int entry_url_label = 2131165240;
- // aapt resource value: 0x7f0d0064
- public const int file_select = 2131558500;
+ // aapt resource value: 0x7f070037
+ public const int entry_user_name = 2131165239;
- // aapt resource value: 0x7f0d008d
- public const int filename = 2131558541;
+ // aapt resource value: 0x7f070036
+ public const int entry_user_name_label = 2131165238;
- // aapt resource value: 0x7f0d005a
- public const int filename_form = 2131558490;
+ // aapt resource value: 0x7f070055
+ public const int extra_strings = 2131165269;
- // aapt resource value: 0x7f0d008a
- public const int filename_group = 2131558538;
+ // aapt resource value: 0x7f07000c
+ public const int feedback = 2131165196;
- // aapt resource value: 0x7f0d008b
- public const int filename_label = 2131558539;
+ // aapt resource value: 0x7f07000b
+ public const int feedback_title = 2131165195;
- // aapt resource value: 0x7f0d008c
- public const int filenamescroll = 2131558540;
+ // aapt resource value: 0x7f07005a
+ public const int file_filename = 2131165274;
- // aapt resource value: 0x7f0d0014
- public const int filestorage_label = 2131558420;
+ // aapt resource value: 0x7f07005b
+ public const int file_listtop = 2131165275;
- // aapt resource value: 0x7f0d0013
- public const int filestorage_logo = 2131558419;
+ // aapt resource value: 0x7f07006a
+ public const int file_select = 2131165290;
- // aapt resource value: 0x7f0d0060
- public const int fnv_cancel = 2131558496;
+ // aapt resource value: 0x7f070095
+ public const int filename = 2131165333;
- // aapt resource value: 0x7f0d0065
- public const int fssa_progress_bar = 2131558501;
+ // aapt resource value: 0x7f070060
+ public const int filename_form = 2131165280;
- // aapt resource value: 0x7f0d000d
- public const int further_authors = 2131558413;
+ // aapt resource value: 0x7f070092
+ public const int filename_group = 2131165330;
- // aapt resource value: 0x7f0d0018
- public const int generate_button = 2131558424;
+ // aapt resource value: 0x7f070093
+ public const int filename_label = 2131165331;
- // aapt resource value: 0x7f0d006c
- public const int generate_password_button = 2131558508;
+ // aapt resource value: 0x7f070094
+ public const int filenamescroll = 2131165332;
- // aapt resource value: 0x7f0d007b
- public const int group_header = 2131558523;
+ // aapt resource value: 0x7f07001a
+ public const int filestorage_label = 2131165210;
- // aapt resource value: 0x7f0d0084
- public const int group_icon = 2131558532;
+ // aapt resource value: 0x7f070019
+ public const int filestorage_logo = 2131165209;
- // aapt resource value: 0x7f0d0086
- public const int group_label = 2131558534;
+ // aapt resource value: 0x7f070066
+ public const int fnv_cancel = 2131165286;
- // aapt resource value: 0x7f0d0080
- public const int group_name = 2131558528;
+ // aapt resource value: 0x7f07006b
+ public const int fssa_progress_bar = 2131165291;
- // aapt resource value: 0x7f0d0085
- public const int group_text = 2131558533;
+ // aapt resource value: 0x7f070012
+ public const int further_authors = 2131165202;
- // aapt resource value: 0x7f0d00c8
- public const int help = 2131558600;
+ // aapt resource value: 0x7f07001e
+ public const int generate_button = 2131165214;
- // aapt resource value: 0x7f0d0083
- public const int icon = 2131558531;
+ // aapt resource value: 0x7f070072
+ public const int generate_password_button = 2131165298;
- // aapt resource value: 0x7f0d002e
- public const int icon_button = 2131558446;
+ // aapt resource value: 0x7f070081
+ public const int group_header = 2131165313;
- // aapt resource value: 0x7f0d0087
- public const int icon_image = 2131558535;
+ // aapt resource value: 0x7f07008a
+ public const int group_icon = 2131165322;
- // aapt resource value: 0x7f0d0088
- public const int icon_text = 2131558536;
+ // aapt resource value: 0x7f07008c
+ public const int group_label = 2131165324;
- // aapt resource value: 0x7f0d0062
- public const int imglogo = 2131558498;
+ // aapt resource value: 0x7f070086
+ public const int group_name = 2131165318;
- // aapt resource value: 0x7f0d0023
- public const int imgoktfest = 2131558435;
+ // aapt resource value: 0x7f07008b
+ public const int group_text = 2131165323;
- // aapt resource value: 0x7f0d0095
- public const int init_otp = 2131558549;
+ // aapt resource value: 0x7f0700d6
+ public const int help = 2131165398;
- // aapt resource value: 0x7f0d00c5
- public const int initial_dir = 2131558597;
+ // aapt resource value: 0x7f070089
+ public const int icon = 2131165321;
- // aapt resource value: 0x7f0d007e
- public const int insert_element = 2131558526;
+ // aapt resource value: 0x7f070034
+ public const int icon_button = 2131165236;
- // aapt resource value: 0x7f0d0010
- public const int keyboard_contrib = 2131558416;
+ // aapt resource value: 0x7f07008d
+ public const int icon_image = 2131165325;
- // aapt resource value: 0x7f0d0091
- public const int keyfileLine = 2131558545;
+ // aapt resource value: 0x7f07008e
+ public const int icon_text = 2131165326;
- // aapt resource value: 0x7f0d001e
- public const int keyfile_filename = 2131558430;
+ // aapt resource value: 0x7f0700b4
+ public const int image = 2131165364;
- // aapt resource value: 0x7f0d001c
- public const int keyfile_title = 2131558428;
+ // aapt resource value: 0x7f070068
+ public const int imglogo = 2131165288;
- // aapt resource value: 0x7f0d00a3
- public const int kill_app = 2131558563;
+ // aapt resource value: 0x7f070029
+ public const int imgoktfest = 2131165225;
- // aapt resource value: 0x7f0d0063
- public const int label_app_name = 2131558499;
+ // aapt resource value: 0x7f07009d
+ public const int init_otp = 2131165341;
- // aapt resource value: 0x7f0d0015
- public const int label_filename = 2131558421;
+ // aapt resource value: 0x7f0700d3
+ public const int initial_dir = 2131165395;
- // aapt resource value: 0x7f0d005b
- public const int label_open_by_filename = 2131558491;
+ // aapt resource value: 0x7f070084
+ public const int insert_element = 2131165316;
- // aapt resource value: 0x7f0d005d
- public const int label_open_by_filename_details = 2131558493;
+ // aapt resource value: 0x7f070002
+ public const int italic = 2131165186;
- // aapt resource value: 0x7f0d0056
- public const int label_warning = 2131558486;
+ // aapt resource value: 0x7f070015
+ public const int keyboard_contrib = 2131165205;
- // aapt resource value: 0x7f0d0072
- public const int length = 2131558514;
+ // aapt resource value: 0x7f070099
+ public const int keyfileLine = 2131165337;
- // aapt resource value: 0x7f0d006d
- public const int length_label = 2131558509;
+ // aapt resource value: 0x7f070024
+ public const int keyfile_filename = 2131165220;
- // aapt resource value: 0x7f0d00ae
- public const int linearLayout1 = 2131558574;
+ // aapt resource value: 0x7f070022
+ public const int keyfile_title = 2131165218;
- // aapt resource value: 0x7f0d00d6
- public const int menu_about = 2131558614;
+ // aapt resource value: 0x7f0700ab
+ public const int kill_app = 2131165355;
- // aapt resource value: 0x7f0d00d5
- public const int menu_app_settings = 2131558613;
+ // aapt resource value: 0x7f070069
+ public const int label_app_name = 2131165289;
- // aapt resource value: 0x7f0d00d4
- public const int menu_cancel_edit = 2131558612;
+ // aapt resource value: 0x7f07001b
+ public const int label_filename = 2131165211;
- // aapt resource value: 0x7f0d00dc
- public const int menu_change_db = 2131558620;
+ // aapt resource value: 0x7f070061
+ public const int label_open_by_filename = 2131165281;
- // aapt resource value: 0x7f0d00d8
- public const int menu_change_master_key = 2131558616;
+ // aapt resource value: 0x7f070063
+ public const int label_open_by_filename_details = 2131165283;
- // aapt resource value: 0x7f0d00cd
- public const int menu_donate = 2131558605;
+ // aapt resource value: 0x7f07005c
+ public const int label_warning = 2131165276;
- // aapt resource value: 0x7f0d00cf
- public const int menu_goto_url = 2131558607;
+ // aapt resource value: 0x7f070078
+ public const int length = 2131165304;
- // aapt resource value: 0x7f0d00d0
- public const int menu_lock = 2131558608;
+ // aapt resource value: 0x7f070073
+ public const int length_label = 2131165299;
- // aapt resource value: 0x7f0d00d2
- public const int menu_rate = 2131558610;
+ // aapt resource value: 0x7f0700bc
+ public const int linearLayout1 = 2131165372;
- // aapt resource value: 0x7f0d00d7
- public const int menu_search = 2131558615;
+ // aapt resource value: 0x7f0700b2
+ public const int main_image = 2131165362;
- // aapt resource value: 0x7f0d00db
- public const int menu_search_advanced = 2131558619;
+ // aapt resource value: 0x7f0700ef
+ public const int menu_about = 2131165423;
- // aapt resource value: 0x7f0d00da
- public const int menu_sort = 2131558618;
+ // aapt resource value: 0x7f0700ee
+ public const int menu_app_settings = 2131165422;
- // aapt resource value: 0x7f0d00d1
- public const int menu_suggest_improvements = 2131558609;
+ // aapt resource value: 0x7f0700ed
+ public const int menu_cancel_edit = 2131165421;
- // aapt resource value: 0x7f0d00d9
- public const int menu_sync = 2131558617;
+ // aapt resource value: 0x7f0700f5
+ public const int menu_change_db = 2131165429;
- // aapt resource value: 0x7f0d00ce
- public const int menu_toggle_pass = 2131558606;
+ // aapt resource value: 0x7f0700f1
+ public const int menu_change_master_key = 2131165425;
- // aapt resource value: 0x7f0d00d3
- public const int menu_translate = 2131558611;
+ // aapt resource value: 0x7f0700e6
+ public const int menu_donate = 2131165414;
- // aapt resource value: 0x7f0d0025
- public const int no_donate = 2131558437;
+ // aapt resource value: 0x7f0700e8
+ public const int menu_goto_url = 2131165416;
- // aapt resource value: 0x7f0d00bd
- public const int no_results = 2131558589;
+ // aapt resource value: 0x7f0700e9
+ public const int menu_lock = 2131165417;
- // aapt resource value: 0x7f0d0081
- public const int ok = 2131558529;
+ // aapt resource value: 0x7f0700eb
+ public const int menu_rate = 2131165419;
- // aapt resource value: 0x7f0d0024
- public const int ok_donate = 2131558436;
+ // aapt resource value: 0x7f0700f0
+ public const int menu_search = 2131165424;
- // aapt resource value: 0x7f0d005e
- public const int open = 2131558494;
+ // aapt resource value: 0x7f0700f4
+ public const int menu_search_advanced = 2131165428;
- // aapt resource value: 0x7f0d0099
- public const int otp1 = 2131558553;
+ // aapt resource value: 0x7f0700f3
+ public const int menu_sort = 2131165427;
- // aapt resource value: 0x7f0d009a
- public const int otp2 = 2131558554;
+ // aapt resource value: 0x7f0700ea
+ public const int menu_suggest_improvements = 2131165418;
- // aapt resource value: 0x7f0d009b
- public const int otp3 = 2131558555;
+ // aapt resource value: 0x7f0700f2
+ public const int menu_sync = 2131165426;
- // aapt resource value: 0x7f0d009c
- public const int otp4 = 2131558556;
+ // aapt resource value: 0x7f0700e7
+ public const int menu_toggle_pass = 2131165415;
- // aapt resource value: 0x7f0d009d
- public const int otp5 = 2131558557;
+ // aapt resource value: 0x7f0700ec
+ public const int menu_translate = 2131165420;
- // aapt resource value: 0x7f0d009e
- public const int otp6 = 2131558558;
+ // aapt resource value: 0x7f0700dc
+ public const int mode_email = 2131165404;
- // aapt resource value: 0x7f0d0097
- public const int otpEntry = 2131558551;
+ // aapt resource value: 0x7f0700e1
+ public const int mode_email_with_settings_key = 2131165409;
- // aapt resource value: 0x7f0d0094
- public const int otpInitView = 2131558548;
+ // aapt resource value: 0x7f0700dd
+ public const int mode_im = 2131165405;
- // aapt resource value: 0x7f0d009f
- public const int otpSecretLine = 2131558559;
+ // aapt resource value: 0x7f0700e2
+ public const int mode_im_with_settings_key = 2131165410;
- // aapt resource value: 0x7f0d0093
- public const int otpView = 2131558547;
+ // aapt resource value: 0x7f0700da
+ public const int mode_normal = 2131165402;
- // aapt resource value: 0x7f0d0098
- public const int otp_expl = 2131558552;
+ // aapt resource value: 0x7f0700df
+ public const int mode_normal_with_settings_key = 2131165407;
- // aapt resource value: 0x7f0d0096
- public const int otps_pending = 2131558550;
+ // aapt resource value: 0x7f0700e4
+ public const int mode_symbols = 2131165412;
- // aapt resource value: 0x7f0d00a1
- public const int otpsecret_format_spinner = 2131558561;
+ // aapt resource value: 0x7f0700e5
+ public const int mode_symbols_with_settings_key = 2131165413;
- // aapt resource value: 0x7f0d00bf
- public const int pass_conf_password = 2131558591;
+ // aapt resource value: 0x7f0700db
+ public const int mode_url = 2131165403;
- // aapt resource value: 0x7f0d0092
- public const int pass_keyfile = 2131558546;
+ // aapt resource value: 0x7f0700e0
+ public const int mode_url_with_settings_key = 2131165408;
- // aapt resource value: 0x7f0d00a2
- public const int pass_ok = 2131558562;
+ // aapt resource value: 0x7f0700de
+ public const int mode_webentry = 2131165406;
- // aapt resource value: 0x7f0d00a0
- public const int pass_otpsecret = 2131558560;
+ // aapt resource value: 0x7f0700e3
+ public const int mode_webentry_with_settings_key = 2131165411;
- // aapt resource value: 0x7f0d00be
- public const int pass_password = 2131558590;
+ // aapt resource value: 0x7f07002b
+ public const int no_donate = 2131165227;
- // aapt resource value: 0x7f0d006b
- public const int password = 2131558507;
+ // aapt resource value: 0x7f0700cb
+ public const int no_results = 2131165387;
- // aapt resource value: 0x7f0d0090
- public const int passwordLine = 2131558544;
+ // aapt resource value: 0x7f070000
+ public const int normal = 2131165184;
- // aapt resource value: 0x7f0d008e
- public const int password_label = 2131558542;
+ // aapt resource value: 0x7f070087
+ public const int ok = 2131165319;
- // aapt resource value: 0x7f0d008f
- public const int password_mode_spinner = 2131558543;
+ // aapt resource value: 0x7f07002a
+ public const int ok_donate = 2131165226;
- // aapt resource value: 0x7f0d0017
- public const int password_title = 2131558423;
+ // aapt resource value: 0x7f070064
+ public const int open = 2131165284;
- // aapt resource value: 0x7f0d000e
- public const int plugin1 = 2131558414;
+ // aapt resource value: 0x7f0700a1
+ public const int otp1 = 2131165345;
- // aapt resource value: 0x7f0d00c1
- public const int portsep = 2131558593;
+ // aapt resource value: 0x7f0700a2
+ public const int otp2 = 2131165346;
- // aapt resource value: 0x7f0d0028
- public const int protection = 2131558440;
+ // aapt resource value: 0x7f0700a3
+ public const int otp3 = 2131165347;
- // aapt resource value: 0x7f0d00a5
- public const int qu_filename = 2131558565;
+ // aapt resource value: 0x7f0700a4
+ public const int otp4 = 2131165348;
- // aapt resource value: 0x7f0d0020
- public const int rounds = 2131558432;
+ // aapt resource value: 0x7f0700a5
+ public const int otp5 = 2131165349;
- // aapt resource value: 0x7f0d0021
- public const int rounds_explaination = 2131558433;
+ // aapt resource value: 0x7f0700a6
+ public const int otp6 = 2131165350;
- // aapt resource value: 0x7f0d00ad
- public const int scrollView1 = 2131558573;
+ // aapt resource value: 0x7f07009f
+ public const int otpEntry = 2131165343;
- // aapt resource value: 0x7f0d00ac
- public const int searchEditText = 2131558572;
+ // aapt resource value: 0x7f07009c
+ public const int otpInitView = 2131165340;
- // aapt resource value: 0x7f0d00ab
- public const int search_button = 2131558571;
+ // aapt resource value: 0x7f0700a7
+ public const int otpSecretLine = 2131165351;
- // aapt resource value: 0x7f0d00b0
- public const int search_in_label = 2131558576;
+ // aapt resource value: 0x7f07009b
+ public const int otpView = 2131165339;
- // aapt resource value: 0x7f0d00aa
- public const int search_label = 2131558570;
+ // aapt resource value: 0x7f0700a0
+ public const int otp_expl = 2131165344;
- // aapt resource value: 0x7f0d00bb
- public const int select_other_entry = 2131558587;
+ // aapt resource value: 0x7f07009e
+ public const int otps_pending = 2131165342;
- // aapt resource value: 0x7f0d00c0
- public const int sftp_host = 2131558592;
+ // aapt resource value: 0x7f0700a9
+ public const int otpsecret_format_spinner = 2131165353;
- // aapt resource value: 0x7f0d00c6
- public const int sftp_initial_dir = 2131558598;
+ // aapt resource value: 0x7f0700cd
+ public const int pass_conf_password = 2131165389;
- // aapt resource value: 0x7f0d00c4
- public const int sftp_password = 2131558596;
+ // aapt resource value: 0x7f07009a
+ public const int pass_keyfile = 2131165338;
- // aapt resource value: 0x7f0d00c2
- public const int sftp_port = 2131558594;
+ // aapt resource value: 0x7f0700aa
+ public const int pass_ok = 2131165354;
- // aapt resource value: 0x7f0d00c3
- public const int sftp_user = 2131558595;
+ // aapt resource value: 0x7f0700a8
+ public const int pass_otpsecret = 2131165352;
- // aapt resource value: 0x7f0d0059
- public const int start_create = 2131558489;
+ // aapt resource value: 0x7f0700cc
+ public const int pass_password = 2131165388;
- // aapt resource value: 0x7f0d00c7
- public const int start_create_import = 2131558599;
+ // aapt resource value: 0x7f070071
+ public const int password = 2131165297;
- // aapt resource value: 0x7f0d0057
- public const int start_open_file = 2131558487;
+ // aapt resource value: 0x7f070098
+ public const int passwordLine = 2131165336;
- // aapt resource value: 0x7f0d0058
- public const int start_open_url = 2131558488;
+ // aapt resource value: 0x7f070096
+ public const int password_label = 2131165334;
- // aapt resource value: 0x7f0d00c9
- public const int text = 2131558601;
+ // aapt resource value: 0x7f070097
+ public const int password_mode_spinner = 2131165335;
- // aapt resource value: 0x7f0d0066
- public const int textView = 2131558502;
+ // aapt resource value: 0x7f07001d
+ public const int password_title = 2131165213;
- // aapt resource value: 0x7f0d0026
- public const int title = 2131558438;
+ // aapt resource value: 0x7f070013
+ public const int plugin1 = 2131165203;
- // aapt resource value: 0x7f0d0048
- public const int title_block = 2131558472;
+ // aapt resource value: 0x7f0700cf
+ public const int portsep = 2131165391;
- // aapt resource value: 0x7f0d0019
- public const int toggle_password = 2131558425;
+ // aapt resource value: 0x7f0700b5
+ public const int progress = 2131165365;
- // aapt resource value: 0x7f0d004d
- public const int top = 2131558477;
+ // aapt resource value: 0x7f07002e
+ public const int protection = 2131165230;
- // aapt resource value: 0x7f0d001d
- public const int use_keyfile = 2131558429;
+ // aapt resource value: 0x7f0700ad
+ public const int qu_filename = 2131165357;
- // aapt resource value: 0x7f0d0027
- public const int value = 2131558439;
+ // aapt resource value: 0x7f070026
+ public const int rounds = 2131165222;
- // aapt resource value: 0x7f0d0004
- public const int versionB = 2131558404;
+ // aapt resource value: 0x7f070027
+ public const int rounds_explaination = 2131165223;
- // aapt resource value: 0x7f0d0003
- public const int versionX = 2131558403;
+ // aapt resource value: 0x7f0700bb
+ public const int scrollView1 = 2131165371;
- // aapt resource value: 0x7f0d0002
- public const int version_title = 2131558402;
+ // aapt resource value: 0x7f0700ba
+ public const int searchEditText = 2131165370;
+
+ // aapt resource value: 0x7f0700b9
+ public const int search_button = 2131165369;
+
+ // aapt resource value: 0x7f0700be
+ public const int search_in_label = 2131165374;
+
+ // aapt resource value: 0x7f0700b8
+ public const int search_label = 2131165368;
+
+ // aapt resource value: 0x7f0700c9
+ public const int select_other_entry = 2131165385;
+
+ // aapt resource value: 0x7f0700ce
+ public const int sftp_host = 2131165390;
+
+ // aapt resource value: 0x7f0700d4
+ public const int sftp_initial_dir = 2131165396;
+
+ // aapt resource value: 0x7f0700d2
+ public const int sftp_password = 2131165394;
+
+ // aapt resource value: 0x7f0700d0
+ public const int sftp_port = 2131165392;
+
+ // aapt resource value: 0x7f0700d1
+ public const int sftp_user = 2131165393;
+
+ // aapt resource value: 0x7f07005f
+ public const int start_create = 2131165279;
+
+ // aapt resource value: 0x7f0700d5
+ public const int start_create_import = 2131165397;
+
+ // aapt resource value: 0x7f07005d
+ public const int start_open_file = 2131165277;
+
+ // aapt resource value: 0x7f07005e
+ public const int start_open_url = 2131165278;
+
+ // aapt resource value: 0x7f0700b3
+ public const int text = 2131165363;
+
+ // aapt resource value: 0x7f07006c
+ public const int textView = 2131165292;
+
+ // aapt resource value: 0x7f07002c
+ public const int title = 2131165228;
+
+ // aapt resource value: 0x7f07004e
+ public const int title_block = 2131165262;
+
+ // aapt resource value: 0x7f07001f
+ public const int toggle_password = 2131165215;
+
+ // aapt resource value: 0x7f070053
+ public const int top = 2131165267;
+
+ // aapt resource value: 0x7f070023
+ public const int use_keyfile = 2131165219;
+
+ // aapt resource value: 0x7f07002d
+ public const int value = 2131165229;
+
+ // aapt resource value: 0x7f070009
+ public const int versionB = 2131165193;
+
+ // aapt resource value: 0x7f070008
+ public const int versionX = 2131165192;
+
+ // aapt resource value: 0x7f070007
+ public const int version_title = 2131165191;
+
+ // aapt resource value: 0x7f070003
+ public const int white = 2131165187;
static Id()
{
@@ -1267,6 +1969,97 @@ namespace keepass2android
}
}
+ public partial class Integer
+ {
+
+ // aapt resource value: 0x7f0a0001
+ public const int config_delay_after_preview = 2131361793;
+
+ // aapt resource value: 0x7f0a0006
+ public const int config_delay_before_key_repeat_start = 2131361798;
+
+ // aapt resource value: 0x7f0a0000
+ public const int config_delay_before_preview = 2131361792;
+
+ // aapt resource value: 0x7f0a0007
+ public const int config_key_repeat_interval = 2131361799;
+
+ // aapt resource value: 0x7f0a0008
+ public const int config_long_press_key_timeout = 2131361800;
+
+ // aapt resource value: 0x7f0a0004
+ public const int config_mini_keyboard_fadein_anim_time = 2131361796;
+
+ // aapt resource value: 0x7f0a0005
+ public const int config_mini_keyboard_fadeout_anim_time = 2131361797;
+
+ // aapt resource value: 0x7f0a0009
+ public const int config_multi_tap_key_timeout = 2131361801;
+
+ // aapt resource value: 0x7f0a0002
+ public const int config_preview_fadein_anim_time = 2131361794;
+
+ // aapt resource value: 0x7f0a0003
+ public const int config_preview_fadeout_anim_time = 2131361795;
+
+ // aapt resource value: 0x7f0a0010
+ public const int key_delete = 2131361808;
+
+ // aapt resource value: 0x7f0a0013
+ public const int key_f1 = 2131361811;
+
+ // aapt resource value: 0x7f0a0014
+ public const int key_kp2a = 2131361812;
+
+ // aapt resource value: 0x7f0a0017
+ public const int key_kp2a_alpha = 2131361815;
+
+ // aapt resource value: 0x7f0a0019
+ public const int key_kp2a_lock = 2131361817;
+
+ // aapt resource value: 0x7f0a0016
+ public const int key_kp2a_pass = 2131361814;
+
+ // aapt resource value: 0x7f0a0018
+ public const int key_kp2a_switch = 2131361816;
+
+ // aapt resource value: 0x7f0a0015
+ public const int key_kp2a_user = 2131361813;
+
+ // aapt resource value: 0x7f0a000c
+ public const int key_return = 2131361804;
+
+ // aapt resource value: 0x7f0a0011
+ public const int key_settings = 2131361809;
+
+ // aapt resource value: 0x7f0a000e
+ public const int key_shift = 2131361806;
+
+ // aapt resource value: 0x7f0a000d
+ public const int key_space = 2131361805;
+
+ // aapt resource value: 0x7f0a000f
+ public const int key_symbol = 2131361807;
+
+ // aapt resource value: 0x7f0a000b
+ public const int key_tab = 2131361803;
+
+ // aapt resource value: 0x7f0a0012
+ public const int key_voice = 2131361810;
+
+ // aapt resource value: 0x7f0a000a
+ public const int vibrate_duration_ms = 2131361802;
+
+ static Integer()
+ {
+ global::Android.Runtime.ResourceIdManager.UpdateIdValues();
+ }
+
+ private Integer()
+ {
+ }
+ }
+
public partial class Layout
{
@@ -1274,133 +2067,175 @@ namespace keepass2android
public const int about = 2130903040;
// aapt resource value: 0x7f030001
- public const int create_database = 2130903041;
+ public const int bubble_text = 2130903041;
// aapt resource value: 0x7f030002
- public const int database_settings = 2130903042;
+ public const int candidate_preview = 2130903042;
// aapt resource value: 0x7f030003
- public const int donate = 2130903043;
+ public const int candidates = 2130903043;
// aapt resource value: 0x7f030004
- public const int edit_extra_string_dialog = 2130903044;
+ public const int create_database = 2130903044;
// aapt resource value: 0x7f030005
- public const int entry_edit = 2130903045;
+ public const int database_settings = 2130903045;
// aapt resource value: 0x7f030006
- public const int entry_edit_section = 2130903046;
+ public const int donate = 2130903046;
// aapt resource value: 0x7f030007
- public const int entry_extrastring_title = 2130903047;
+ public const int edit_extra_string_dialog = 2130903047;
// aapt resource value: 0x7f030008
- public const int entry_extrastring_value = 2130903048;
+ public const int entry_edit = 2130903048;
// aapt resource value: 0x7f030009
- public const int entry_list_entry = 2130903049;
+ public const int entry_edit_section = 2130903049;
// aapt resource value: 0x7f03000a
- public const int entry_section = 2130903050;
+ public const int entry_extrastring_title = 2130903050;
// aapt resource value: 0x7f03000b
- public const int entry_view = 2130903051;
+ public const int entry_extrastring_value = 2130903051;
// aapt resource value: 0x7f03000c
- public const int entry_view_contents = 2130903052;
+ public const int entry_list_entry = 2130903052;
// aapt resource value: 0x7f03000d
- public const int entry_view_test = 2130903053;
+ public const int entry_section = 2130903053;
// aapt resource value: 0x7f03000e
- public const int file_row = 2130903054;
+ public const int entry_view = 2130903054;
// aapt resource value: 0x7f03000f
- public const int file_selection = 2130903055;
+ public const int entry_view_contents = 2130903055;
// aapt resource value: 0x7f030010
- public const int file_selection_buttons = 2130903056;
+ public const int entry_view_test = 2130903056;
// aapt resource value: 0x7f030011
- public const int file_selection_filename = 2130903057;
+ public const int file_row = 2130903057;
// aapt resource value: 0x7f030012
- public const int file_selection_no_recent = 2130903058;
+ public const int file_selection = 2130903058;
// aapt resource value: 0x7f030013
- public const int file_storage_setup = 2130903059;
+ public const int file_selection_buttons = 2130903059;
// aapt resource value: 0x7f030014
- public const int filestorage_selection = 2130903060;
+ public const int file_selection_filename = 2130903060;
// aapt resource value: 0x7f030015
- public const int filestorage_selection_listitem = 2130903061;
+ public const int file_selection_no_recent = 2130903061;
// aapt resource value: 0x7f030016
- public const int filestorage_selection_listitem_kp2a = 2130903062;
+ public const int file_storage_setup = 2130903062;
// aapt resource value: 0x7f030017
- public const int generate_password = 2130903063;
+ public const int filestorage_selection = 2130903063;
// aapt resource value: 0x7f030018
- public const int group_add_entry = 2130903064;
+ public const int filestorage_selection_listitem = 2130903064;
// aapt resource value: 0x7f030019
- public const int group_edit = 2130903065;
+ public const int filestorage_selection_listitem_kp2a = 2130903065;
// aapt resource value: 0x7f03001a
- public const int group_empty = 2130903066;
+ public const int generate_password = 2130903066;
// aapt resource value: 0x7f03001b
- public const int group_header = 2130903067;
+ public const int group_add_entry = 2130903067;
// aapt resource value: 0x7f03001c
- public const int group_list_entry = 2130903068;
+ public const int group_edit = 2130903068;
// aapt resource value: 0x7f03001d
- public const int icon = 2130903069;
+ public const int group_empty = 2130903069;
// aapt resource value: 0x7f03001e
- public const int icon_picker = 2130903070;
+ public const int group_header = 2130903070;
// aapt resource value: 0x7f03001f
- public const int InViewButton = 2130903071;
+ public const int group_list_entry = 2130903071;
// aapt resource value: 0x7f030020
- public const int password = 2130903072;
+ public const int icon = 2130903072;
// aapt resource value: 0x7f030021
- public const int QuickUnlock = 2130903073;
+ public const int icon_picker = 2130903073;
// aapt resource value: 0x7f030022
- public const int QuickUnlock_Unused = 2130903074;
+ public const int input_basic = 2130903074;
// aapt resource value: 0x7f030023
- public const int SaveButton = 2130903075;
+ public const int input_basic_highcontrast = 2130903075;
// aapt resource value: 0x7f030024
- public const int search = 2130903076;
+ public const int input_gingerbread = 2130903076;
// aapt resource value: 0x7f030025
- public const int searchurlresults = 2130903077;
+ public const int input_stone_bold = 2130903077;
// aapt resource value: 0x7f030026
- public const int searchurlresults_empty = 2130903078;
+ public const int input_stone_normal = 2130903078;
// aapt resource value: 0x7f030027
- public const int set_password = 2130903079;
+ public const int input_stone_popup = 2130903079;
// aapt resource value: 0x7f030028
- public const int sftpcredentials = 2130903080;
+ public const int InViewButton = 2130903080;
// aapt resource value: 0x7f030029
- public const int StartScreenButtons = 2130903081;
+ public const int key_preview = 2130903081;
// aapt resource value: 0x7f03002a
- public const int text_with_help = 2130903082;
+ public const int keyboard_popup = 2130903082;
// aapt resource value: 0x7f03002b
- public const int url_credentials = 2130903083;
+ public const int password = 2130903083;
+
+ // aapt resource value: 0x7f03002c
+ public const int QuickUnlock = 2130903084;
+
+ // aapt resource value: 0x7f03002d
+ public const int QuickUnlock_Unused = 2130903085;
+
+ // aapt resource value: 0x7f03002e
+ public const int recognition_status = 2130903086;
+
+ // aapt resource value: 0x7f03002f
+ public const int SaveButton = 2130903087;
+
+ // aapt resource value: 0x7f030030
+ public const int search = 2130903088;
+
+ // aapt resource value: 0x7f030031
+ public const int searchurlresults = 2130903089;
+
+ // aapt resource value: 0x7f030032
+ public const int searchurlresults_empty = 2130903090;
+
+ // aapt resource value: 0x7f030033
+ public const int set_password = 2130903091;
+
+ // aapt resource value: 0x7f030034
+ public const int sftpcredentials = 2130903092;
+
+ // aapt resource value: 0x7f030035
+ public const int StartScreenButtons = 2130903093;
+
+ // aapt resource value: 0x7f030036
+ public const int text_with_help = 2130903094;
+
+ // aapt resource value: 0x7f030037
+ public const int url_credentials = 2130903095;
+
+ // aapt resource value: 0x7f030038
+ public const int voice_punctuation_hint = 2130903096;
+
+ // aapt resource value: 0x7f030039
+ public const int voice_swipe_hint = 2130903097;
static Layout()
{
@@ -1415,20 +2250,20 @@ namespace keepass2android
public partial class Menu
{
- // aapt resource value: 0x7f0c0000
- public const int entry = 2131492864;
+ // aapt resource value: 0x7f0f0000
+ public const int entry = 2131689472;
- // aapt resource value: 0x7f0c0001
- public const int entry_edit = 2131492865;
+ // aapt resource value: 0x7f0f0001
+ public const int entry_edit = 2131689473;
- // aapt resource value: 0x7f0c0002
- public const int fileselect = 2131492866;
+ // aapt resource value: 0x7f0f0002
+ public const int fileselect = 2131689474;
- // aapt resource value: 0x7f0c0003
- public const int group = 2131492867;
+ // aapt resource value: 0x7f0f0003
+ public const int group = 2131689475;
- // aapt resource value: 0x7f0c0004
- public const int password = 2131492868;
+ // aapt resource value: 0x7f0f0004
+ public const int password = 2131689476;
static Menu()
{
@@ -1440,1301 +2275,1800 @@ namespace keepass2android
}
}
+ public partial class Raw
+ {
+
+ // aapt resource value: 0x7f060000
+ public const int main = 2131099648;
+
+ // aapt resource value: 0x7f060001
+ public const int type3 = 2131099649;
+
+ static Raw()
+ {
+ global::Android.Runtime.ResourceIdManager.UpdateIdValues();
+ }
+
+ private Raw()
+ {
+ }
+ }
+
public partial class String
{
- // aapt resource value: 0x7f06003b
- public const int AboutText = 2131099707;
+ // aapt resource value: 0x7f0c00dc
+ public const int AboutText = 2131493084;
- // aapt resource value: 0x7f060036
- public const int AcceptAllServerCertificates_default = 2131099702;
+ // aapt resource value: 0x7f0c00d7
+ public const int AcceptAllServerCertificates_default = 2131493079;
- // aapt resource value: 0x7f06002c
- public const int AcceptAllServerCertificates_key = 2131099692;
+ // aapt resource value: 0x7f0c00cd
+ public const int AcceptAllServerCertificates_key = 2131493069;
- // aapt resource value: 0x7f060129
- public const int AcceptAllServerCertificates_summary = 2131099945;
+ // aapt resource value: 0x7f0c01c9
+ public const int AcceptAllServerCertificates_summary = 2131493321;
- // aapt resource value: 0x7f060128
- public const int AcceptAllServerCertificates_title = 2131099944;
+ // aapt resource value: 0x7f0c01c8
+ public const int AcceptAllServerCertificates_title = 2131493320;
- // aapt resource value: 0x7f060116
- public const int AddUrlToEntryDialog_text = 2131099926;
+ // aapt resource value: 0x7f0c01b6
+ public const int AddUrlToEntryDialog_text = 2131493302;
- // aapt resource value: 0x7f060115
- public const int AddUrlToEntryDialog_title = 2131099925;
+ // aapt resource value: 0x7f0c01b5
+ public const int AddUrlToEntryDialog_title = 2131493301;
- // aapt resource value: 0x7f060148
- public const int AddingEntry = 2131099976;
+ // aapt resource value: 0x7f0c01e8
+ public const int AddingEntry = 2131493352;
- // aapt resource value: 0x7f060149
- public const int AddingGroup = 2131099977;
+ // aapt resource value: 0x7f0c01e9
+ public const int AddingGroup = 2131493353;
- // aapt resource value: 0x7f06013e
- public const int AskDeletePermanentlyEntry = 2131099966;
+ // aapt resource value: 0x7f0c01de
+ public const int AskDeletePermanentlyEntry = 2131493342;
- // aapt resource value: 0x7f06013f
- public const int AskDeletePermanentlyGroup = 2131099967;
+ // aapt resource value: 0x7f0c01df
+ public const int AskDeletePermanentlyGroup = 2131493343;
- // aapt resource value: 0x7f060140
- public const int AskDeletePermanently_title = 2131099968;
+ // aapt resource value: 0x7f0c01e0
+ public const int AskDeletePermanently_title = 2131493344;
- // aapt resource value: 0x7f060143
- public const int AskDiscardChanges = 2131099971;
+ // aapt resource value: 0x7f0c01e3
+ public const int AskDiscardChanges = 2131493347;
- // aapt resource value: 0x7f060144
- public const int AskDiscardChanges_title = 2131099972;
+ // aapt resource value: 0x7f0c01e4
+ public const int AskDiscardChanges_title = 2131493348;
- // aapt resource value: 0x7f060138
- public const int AskOverwriteBinary = 2131099960;
+ // aapt resource value: 0x7f0c01d8
+ public const int AskOverwriteBinary = 2131493336;
- // aapt resource value: 0x7f06013b
- public const int AskOverwriteBinary_no = 2131099963;
+ // aapt resource value: 0x7f0c01db
+ public const int AskOverwriteBinary_no = 2131493339;
- // aapt resource value: 0x7f060139
- public const int AskOverwriteBinary_title = 2131099961;
+ // aapt resource value: 0x7f0c01d9
+ public const int AskOverwriteBinary_title = 2131493337;
- // aapt resource value: 0x7f06013a
- public const int AskOverwriteBinary_yes = 2131099962;
+ // aapt resource value: 0x7f0c01da
+ public const int AskOverwriteBinary_yes = 2131493338;
- // aapt resource value: 0x7f060142
- public const int AskReloadFile = 2131099970;
+ // aapt resource value: 0x7f0c01e2
+ public const int AskReloadFile = 2131493346;
- // aapt resource value: 0x7f060141
- public const int AskReloadFile_title = 2131099969;
+ // aapt resource value: 0x7f0c01e1
+ public const int AskReloadFile_title = 2131493345;
- // aapt resource value: 0x7f06013c
- public const int AttachFailed = 2131099964;
+ // aapt resource value: 0x7f0c01dc
+ public const int AttachFailed = 2131493340;
- // aapt resource value: 0x7f06001d
- public const int BinaryDirectory_default = 2131099677;
+ // aapt resource value: 0x7f0c00be
+ public const int BinaryDirectory_default = 2131493054;
- // aapt resource value: 0x7f06001c
- public const int BinaryDirectory_key = 2131099676;
+ // aapt resource value: 0x7f0c00bd
+ public const int BinaryDirectory_key = 2131493053;
- // aapt resource value: 0x7f06010e
- public const int BinaryDirectory_summary = 2131099918;
+ // aapt resource value: 0x7f0c01ae
+ public const int BinaryDirectory_summary = 2131493294;
- // aapt resource value: 0x7f06010d
- public const int BinaryDirectory_title = 2131099917;
+ // aapt resource value: 0x7f0c01ad
+ public const int BinaryDirectory_title = 2131493293;
- // aapt resource value: 0x7f06016c
- public const int CannotMoveGroupHere = 2131100012;
+ // aapt resource value: 0x7f0c020c
+ public const int CannotMoveGroupHere = 2131493388;
- // aapt resource value: 0x7f06019f
- public const int CertificateFailure = 2131100063;
+ // aapt resource value: 0x7f0c023f
+ public const int CertificateFailure = 2131493439;
- // aapt resource value: 0x7f06019e
- public const int CertificateWarning = 2131100062;
+ // aapt resource value: 0x7f0c023e
+ public const int CertificateWarning = 2131493438;
- // aapt resource value: 0x7f0601ae
- public const int ChangeLog = 2131100078;
+ // aapt resource value: 0x7f0c024e
+ public const int ChangeLog = 2131493454;
- // aapt resource value: 0x7f0601ad
- public const int ChangeLog_0_7 = 2131100077;
+ // aapt resource value: 0x7f0c024d
+ public const int ChangeLog_0_7 = 2131493453;
- // aapt resource value: 0x7f0601ab
- public const int ChangeLog_0_8 = 2131100075;
+ // aapt resource value: 0x7f0c024b
+ public const int ChangeLog_0_8 = 2131493451;
- // aapt resource value: 0x7f0601aa
- public const int ChangeLog_0_8_1 = 2131100074;
+ // aapt resource value: 0x7f0c024a
+ public const int ChangeLog_0_8_1 = 2131493450;
- // aapt resource value: 0x7f0601a9
- public const int ChangeLog_0_8_2 = 2131100073;
+ // aapt resource value: 0x7f0c0249
+ public const int ChangeLog_0_8_2 = 2131493449;
- // aapt resource value: 0x7f0601a8
- public const int ChangeLog_0_8_3 = 2131100072;
+ // aapt resource value: 0x7f0c0248
+ public const int ChangeLog_0_8_3 = 2131493448;
- // aapt resource value: 0x7f0601a7
- public const int ChangeLog_0_8_4 = 2131100071;
+ // aapt resource value: 0x7f0c0247
+ public const int ChangeLog_0_8_4 = 2131493447;
- // aapt resource value: 0x7f0601a6
- public const int ChangeLog_0_8_5 = 2131100070;
+ // aapt resource value: 0x7f0c0246
+ public const int ChangeLog_0_8_5 = 2131493446;
- // aapt resource value: 0x7f0601a5
- public const int ChangeLog_0_8_6 = 2131100069;
+ // aapt resource value: 0x7f0c0245
+ public const int ChangeLog_0_8_6 = 2131493445;
- // aapt resource value: 0x7f0601a4
- public const int ChangeLog_0_9 = 2131100068;
+ // aapt resource value: 0x7f0c0244
+ public const int ChangeLog_0_9 = 2131493444;
- // aapt resource value: 0x7f0601a3
- public const int ChangeLog_0_9_1 = 2131100067;
+ // aapt resource value: 0x7f0c0243
+ public const int ChangeLog_0_9_1 = 2131493443;
- // aapt resource value: 0x7f0601a2
- public const int ChangeLog_0_9_2 = 2131100066;
+ // aapt resource value: 0x7f0c0242
+ public const int ChangeLog_0_9_2 = 2131493442;
- // aapt resource value: 0x7f0601a1
- public const int ChangeLog_0_9_3 = 2131100065;
+ // aapt resource value: 0x7f0c0241
+ public const int ChangeLog_0_9_3 = 2131493441;
- // aapt resource value: 0x7f0601ac
- public const int ChangeLog_keptDonate = 2131100076;
+ // aapt resource value: 0x7f0c024c
+ public const int ChangeLog_keptDonate = 2131493452;
- // aapt resource value: 0x7f0601a0
- public const int ChangeLog_title = 2131100064;
+ // aapt resource value: 0x7f0c0240
+ public const int ChangeLog_title = 2131493440;
- // aapt resource value: 0x7f06002d
- public const int CheckForFileChangesOnSave_key = 2131099693;
+ // aapt resource value: 0x7f0c00ce
+ public const int CheckForFileChangesOnSave_key = 2131493070;
- // aapt resource value: 0x7f06012d
- public const int CheckForFileChangesOnSave_summary = 2131099949;
+ // aapt resource value: 0x7f0c01cd
+ public const int CheckForFileChangesOnSave_summary = 2131493325;
- // aapt resource value: 0x7f06012c
- public const int CheckForFileChangesOnSave_title = 2131099948;
+ // aapt resource value: 0x7f0c01cc
+ public const int CheckForFileChangesOnSave_title = 2131493324;
- // aapt resource value: 0x7f06015d
- public const int CheckingDatabaseForChanges = 2131099997;
+ // aapt resource value: 0x7f0c01fd
+ public const int CheckingDatabaseForChanges = 2131493373;
- // aapt resource value: 0x7f060151
- public const int CheckingTargetFileForChanges = 2131099985;
+ // aapt resource value: 0x7f0c01f1
+ public const int CheckingTargetFileForChanges = 2131493361;
- // aapt resource value: 0x7f060058
- public const int ClearClipboard = 2131099736;
+ // aapt resource value: 0x7f0c00f8
+ public const int ClearClipboard = 2131493112;
- // aapt resource value: 0x7f06012b
- public const int ClearOfflineCache_question = 2131099947;
+ // aapt resource value: 0x7f0c01cb
+ public const int ClearOfflineCache_question = 2131493323;
- // aapt resource value: 0x7f06012a
- public const int ClearOfflineCache_title = 2131099946;
+ // aapt resource value: 0x7f0c01ca
+ public const int ClearOfflineCache_title = 2131493322;
- // aapt resource value: 0x7f060031
- public const int CopyToClipboardNotification_key = 2131099697;
+ // aapt resource value: 0x7f0c00d2
+ public const int CopyToClipboardNotification_key = 2131493074;
- // aapt resource value: 0x7f06015f
- public const int CouldNotLoadFromRemote = 2131099999;
+ // aapt resource value: 0x7f0c01ff
+ public const int CouldNotLoadFromRemote = 2131493375;
- // aapt resource value: 0x7f06015e
- public const int CouldNotSaveToRemote = 2131099998;
+ // aapt resource value: 0x7f0c01fe
+ public const int CouldNotSaveToRemote = 2131493374;
- // aapt resource value: 0x7f060191
- public const int CouldntLoadOtpAuxFile = 2131100049;
+ // aapt resource value: 0x7f0c0231
+ public const int CouldntLoadOtpAuxFile = 2131493425;
- // aapt resource value: 0x7f060192
- public const int CouldntLoadOtpAuxFile_Hint = 2131100050;
+ // aapt resource value: 0x7f0c0232
+ public const int CouldntLoadOtpAuxFile_Hint = 2131493426;
- // aapt resource value: 0x7f060198
- public const int CouldntParseOtpSecret = 2131100056;
+ // aapt resource value: 0x7f0c0238
+ public const int CouldntParseOtpSecret = 2131493432;
- // aapt resource value: 0x7f06003c
- public const int CreditsText = 2131099708;
+ // aapt resource value: 0x7f0c00dd
+ public const int CreditsText = 2131493085;
- // aapt resource value: 0x7f06003d
- public const int CreditsTextSFTP = 2131099709;
+ // aapt resource value: 0x7f0c00de
+ public const int CreditsTextSFTP = 2131493086;
- // aapt resource value: 0x7f06014f
- public const int DecodingDatabase = 2131099983;
+ // aapt resource value: 0x7f0c01ef
+ public const int DecodingDatabase = 2131493359;
- // aapt resource value: 0x7f06014a
- public const int DeletingEntry = 2131099978;
+ // aapt resource value: 0x7f0c01ea
+ public const int DeletingEntry = 2131493354;
- // aapt resource value: 0x7f06014b
- public const int DeletingGroup = 2131099979;
+ // aapt resource value: 0x7f0c01eb
+ public const int DeletingGroup = 2131493355;
- // aapt resource value: 0x7f060158
- public const int DownloadingRemoteFile = 2131099992;
+ // aapt resource value: 0x7f0c01f8
+ public const int DownloadingRemoteFile = 2131493368;
- // aapt resource value: 0x7f06016a
- public const int ErrorOcurred = 2131100010;
+ // aapt resource value: 0x7f0c020a
+ public const int ErrorOcurred = 2131493386;
- // aapt resource value: 0x7f06019a
- public const int ErrorUpdatingOtpAuxFile = 2131100058;
+ // aapt resource value: 0x7f0c023a
+ public const int ErrorUpdatingOtpAuxFile = 2131493434;
- // aapt resource value: 0x7f060055
- public const int FileHandling_prefs = 2131099733;
+ // aapt resource value: 0x7f0c00f6
+ public const int FileHandling_prefs = 2131493110;
- // aapt resource value: 0x7f060022
- public const int FileHandling_prefs_key = 2131099682;
+ // aapt resource value: 0x7f0c00c3
+ public const int FileHandling_prefs_key = 2131493059;
- // aapt resource value: 0x7f06008a
- public const int FileNotFound = 2131099786;
+ // aapt resource value: 0x7f0c012a
+ public const int FileNotFound = 2131493162;
- // aapt resource value: 0x7f06015b
- public const int FilesInSync = 2131099995;
+ // aapt resource value: 0x7f0c01fb
+ public const int FilesInSync = 2131493371;
- // aapt resource value: 0x7f06009b
- public const int InvalidPassword = 2131099803;
+ // aapt resource value: 0x7f0c013b
+ public const int InvalidPassword = 2131493179;
- // aapt resource value: 0x7f060028
- public const int LastInfoVersionCode_key = 2131099688;
+ // aapt resource value: 0x7f0c00c9
+ public const int LastInfoVersionCode_key = 2131493065;
- // aapt resource value: 0x7f060162
- public const int LoadedFromRemoteInSync = 2131100002;
+ // aapt resource value: 0x7f0c0202
+ public const int LoadedFromRemoteInSync = 2131493378;
- // aapt resource value: 0x7f06002a
- public const int LockWhenScreenOff_key = 2131099690;
+ // aapt resource value: 0x7f0c00cb
+ public const int LockWhenScreenOff_key = 2131493067;
- // aapt resource value: 0x7f060125
- public const int LockWhenScreenOff_summary = 2131099941;
+ // aapt resource value: 0x7f0c01c5
+ public const int LockWhenScreenOff_summary = 2131493317;
- // aapt resource value: 0x7f060124
- public const int LockWhenScreenOff_title = 2131099940;
+ // aapt resource value: 0x7f0c01c4
+ public const int LockWhenScreenOff_title = 2131493316;
- // aapt resource value: 0x7f06002e
- public const int MarketURL = 2131099694;
+ // aapt resource value: 0x7f0c00cf
+ public const int MarketURL = 2131493071;
- // aapt resource value: 0x7f0600a5
- public const int MaskedPassword = 2131099813;
+ // aapt resource value: 0x7f0c0145
+ public const int MaskedPassword = 2131493189;
- // aapt resource value: 0x7f060153
- public const int MessageSyncQuestion = 2131099987;
+ // aapt resource value: 0x7f0c01f3
+ public const int MessageSyncQuestion = 2131493363;
- // aapt resource value: 0x7f060156
- public const int NoOverwrite = 2131099990;
+ // aapt resource value: 0x7f0c01f6
+ public const int NoOverwrite = 2131493366;
- // aapt resource value: 0x7f060161
- public const int NotifyOpenFromLocalDueToConflict = 2131100001;
+ // aapt resource value: 0x7f0c0201
+ public const int NotifyOpenFromLocalDueToConflict = 2131493377;
- // aapt resource value: 0x7f060033
- public const int OpenKp2aKeyboardAutomatically_key = 2131099699;
+ // aapt resource value: 0x7f0c00d4
+ public const int OpenKp2aKeyboardAutomatically_key = 2131493076;
- // aapt resource value: 0x7f060133
- public const int OpenKp2aKeyboardAutomatically_summary = 2131099955;
+ // aapt resource value: 0x7f0c01d3
+ public const int OpenKp2aKeyboardAutomatically_summary = 2131493331;
- // aapt resource value: 0x7f060132
- public const int OpenKp2aKeyboardAutomatically_title = 2131099954;
+ // aapt resource value: 0x7f0c01d2
+ public const int OpenKp2aKeyboardAutomatically_title = 2131493330;
- // aapt resource value: 0x7f060199
- public const int OtpKeyError = 2131100057;
+ // aapt resource value: 0x7f0c0239
+ public const int OtpKeyError = 2131493433;
- // aapt resource value: 0x7f060150
- public const int ParsingDatabase = 2131099984;
+ // aapt resource value: 0x7f0c01f0
+ public const int ParsingDatabase = 2131493360;
- // aapt resource value: 0x7f060038
- public const int PreloadDatabaseEnabled_key = 2131099704;
+ // aapt resource value: 0x7f0c00d9
+ public const int PreloadDatabaseEnabled_key = 2131493081;
- // aapt resource value: 0x7f060137
- public const int PreloadDatabaseEnabled_summary = 2131099959;
+ // aapt resource value: 0x7f0c01d7
+ public const int PreloadDatabaseEnabled_summary = 2131493335;
- // aapt resource value: 0x7f060136
- public const int PreloadDatabaseEnabled_title = 2131099958;
+ // aapt resource value: 0x7f0c01d6
+ public const int PreloadDatabaseEnabled_title = 2131493334;
- // aapt resource value: 0x7f060023
- public const int QuickUnlockDefaultEnabled_key = 2131099683;
+ // aapt resource value: 0x7f0c00c4
+ public const int QuickUnlockDefaultEnabled_key = 2131493060;
- // aapt resource value: 0x7f060107
- public const int QuickUnlockDefaultEnabled_summary = 2131099911;
+ // aapt resource value: 0x7f0c01a7
+ public const int QuickUnlockDefaultEnabled_summary = 2131493287;
- // aapt resource value: 0x7f060106
- public const int QuickUnlockDefaultEnabled_title = 2131099910;
+ // aapt resource value: 0x7f0c01a6
+ public const int QuickUnlockDefaultEnabled_title = 2131493286;
- // aapt resource value: 0x7f060026
- public const int QuickUnlockIconHidden_key = 2131099686;
+ // aapt resource value: 0x7f0c00c7
+ public const int QuickUnlockIconHidden_key = 2131493063;
- // aapt resource value: 0x7f060109
- public const int QuickUnlockIconHidden_summary = 2131099913;
+ // aapt resource value: 0x7f0c01a9
+ public const int QuickUnlockIconHidden_summary = 2131493289;
- // aapt resource value: 0x7f060108
- public const int QuickUnlockIconHidden_title = 2131099912;
+ // aapt resource value: 0x7f0c01a8
+ public const int QuickUnlockIconHidden_title = 2131493288;
- // aapt resource value: 0x7f060025
- public const int QuickUnlockLength_default = 2131099685;
+ // aapt resource value: 0x7f0c00c6
+ public const int QuickUnlockLength_default = 2131493062;
- // aapt resource value: 0x7f060024
- public const int QuickUnlockLength_key = 2131099684;
+ // aapt resource value: 0x7f0c00c5
+ public const int QuickUnlockLength_key = 2131493061;
- // aapt resource value: 0x7f06010b
- public const int QuickUnlockLength_summary = 2131099915;
+ // aapt resource value: 0x7f0c01ab
+ public const int QuickUnlockLength_summary = 2131493291;
- // aapt resource value: 0x7f06010a
- public const int QuickUnlockLength_title = 2131099914;
+ // aapt resource value: 0x7f0c01aa
+ public const int QuickUnlockLength_title = 2131493290;
- // aapt resource value: 0x7f060104
- public const int QuickUnlock_button = 2131099908;
+ // aapt resource value: 0x7f0c01a4
+ public const int QuickUnlock_button = 2131493284;
- // aapt resource value: 0x7f06010c
- public const int QuickUnlock_fail = 2131099916;
+ // aapt resource value: 0x7f0c01ac
+ public const int QuickUnlock_fail = 2131493292;
- // aapt resource value: 0x7f060103
- public const int QuickUnlock_label = 2131099907;
+ // aapt resource value: 0x7f0c01a3
+ public const int QuickUnlock_label = 2131493283;
- // aapt resource value: 0x7f060105
- public const int QuickUnlock_lockButton = 2131099909;
+ // aapt resource value: 0x7f0c01a5
+ public const int QuickUnlock_lockButton = 2131493285;
- // aapt resource value: 0x7f060054
- public const int QuickUnlock_prefs = 2131099732;
+ // aapt resource value: 0x7f0c00f5
+ public const int QuickUnlock_prefs = 2131493109;
- // aapt resource value: 0x7f060021
- public const int QuickUnlock_prefs_key = 2131099681;
+ // aapt resource value: 0x7f0c00c2
+ public const int QuickUnlock_prefs_key = 2131493058;
- // aapt resource value: 0x7f06013d
- public const int RecycleBin = 2131099965;
+ // aapt resource value: 0x7f0c01dd
+ public const int RecycleBin = 2131493341;
- // aapt resource value: 0x7f060019
- public const int RememberRecentFiles_key = 2131099673;
+ // aapt resource value: 0x7f0c00ba
+ public const int RememberRecentFiles_key = 2131493050;
- // aapt resource value: 0x7f0600f7
- public const int RememberRecentFiles_summary = 2131099895;
+ // aapt resource value: 0x7f0c0197
+ public const int RememberRecentFiles_summary = 2131493271;
- // aapt resource value: 0x7f0600f6
- public const int RememberRecentFiles_title = 2131099894;
+ // aapt resource value: 0x7f0c0196
+ public const int RememberRecentFiles_title = 2131493270;
- // aapt resource value: 0x7f060164
- public const int RemoteDatabaseUnchanged = 2131100004;
+ // aapt resource value: 0x7f0c0204
+ public const int RemoteDatabaseUnchanged = 2131493380;
- // aapt resource value: 0x7f060166
- public const int ResolvedCacheConflictByUsingLocalOtpAux = 2131100006;
+ // aapt resource value: 0x7f0c0206
+ public const int ResolvedCacheConflictByUsingLocalOtpAux = 2131493382;
- // aapt resource value: 0x7f060165
- public const int ResolvedCacheConflictByUsingRemoteOtpAux = 2131100005;
+ // aapt resource value: 0x7f0c0205
+ public const int ResolvedCacheConflictByUsingRemoteOtpAux = 2131493381;
- // aapt resource value: 0x7f06015a
- public const int RestoringRemoteFile = 2131099994;
+ // aapt resource value: 0x7f0c01fa
+ public const int RestoringRemoteFile = 2131493370;
- // aapt resource value: 0x7f060112
- public const int SaveAttachmentDialog_open = 2131099922;
+ // aapt resource value: 0x7f0c01b2
+ public const int SaveAttachmentDialog_open = 2131493298;
- // aapt resource value: 0x7f060111
- public const int SaveAttachmentDialog_save = 2131099921;
+ // aapt resource value: 0x7f0c01b1
+ public const int SaveAttachmentDialog_save = 2131493297;
- // aapt resource value: 0x7f060110
- public const int SaveAttachmentDialog_text = 2131099920;
+ // aapt resource value: 0x7f0c01b0
+ public const int SaveAttachmentDialog_text = 2131493296;
- // aapt resource value: 0x7f06010f
- public const int SaveAttachmentDialog_title = 2131099919;
+ // aapt resource value: 0x7f0c01af
+ public const int SaveAttachmentDialog_title = 2131493295;
- // aapt resource value: 0x7f060114
- public const int SaveAttachment_Failed = 2131099924;
+ // aapt resource value: 0x7f0c01b4
+ public const int SaveAttachment_Failed = 2131493300;
- // aapt resource value: 0x7f060113
- public const int SaveAttachment_doneMessage = 2131099923;
+ // aapt resource value: 0x7f0c01b3
+ public const int SaveAttachment_doneMessage = 2131493299;
- // aapt resource value: 0x7f06019b
- public const int SavingOtpAuxFile = 2131100059;
+ // aapt resource value: 0x7f0c023b
+ public const int SavingOtpAuxFile = 2131493435;
- // aapt resource value: 0x7f06014c
- public const int SettingPassword = 2131099980;
+ // aapt resource value: 0x7f0c01ec
+ public const int SettingPassword = 2131493356;
- // aapt resource value: 0x7f06012f
- public const int ShowCopyToClipboardNotification_summary = 2131099951;
+ // aapt resource value: 0x7f0c01cf
+ public const int ShowCopyToClipboardNotification_summary = 2131493327;
- // aapt resource value: 0x7f06012e
- public const int ShowCopyToClipboardNotification_title = 2131099950;
+ // aapt resource value: 0x7f0c01ce
+ public const int ShowCopyToClipboardNotification_title = 2131493326;
- // aapt resource value: 0x7f060131
- public const int ShowKp2aKeyboardNotification_summary = 2131099953;
+ // aapt resource value: 0x7f0c01d1
+ public const int ShowKp2aKeyboardNotification_summary = 2131493329;
- // aapt resource value: 0x7f060130
- public const int ShowKp2aKeyboardNotification_title = 2131099952;
+ // aapt resource value: 0x7f0c01d0
+ public const int ShowKp2aKeyboardNotification_title = 2131493328;
- // aapt resource value: 0x7f060037
- public const int ShowUnlockedNotification_key = 2131099703;
+ // aapt resource value: 0x7f0c00d8
+ public const int ShowUnlockedNotification_key = 2131493080;
- // aapt resource value: 0x7f060135
- public const int ShowUnlockedNotification_summary = 2131099957;
+ // aapt resource value: 0x7f0c01d5
+ public const int ShowUnlockedNotification_summary = 2131493333;
- // aapt resource value: 0x7f060134
- public const int ShowUnlockedNotification_title = 2131099956;
+ // aapt resource value: 0x7f0c01d4
+ public const int ShowUnlockedNotification_title = 2131493332;
- // aapt resource value: 0x7f060018
- public const int ShowUsernameInList_key = 2131099672;
+ // aapt resource value: 0x7f0c00b9
+ public const int ShowUsernameInList_key = 2131493049;
- // aapt resource value: 0x7f0600f5
- public const int ShowUsernameInList_summary = 2131099893;
+ // aapt resource value: 0x7f0c0195
+ public const int ShowUsernameInList_summary = 2131493269;
- // aapt resource value: 0x7f0600f4
- public const int ShowUsernameInList_title = 2131099892;
+ // aapt resource value: 0x7f0c0194
+ public const int ShowUsernameInList_title = 2131493268;
- // aapt resource value: 0x7f06002f
- public const int SuggestionsURL = 2131099695;
+ // aapt resource value: 0x7f0c00d0
+ public const int SuggestionsURL = 2131493072;
- // aapt resource value: 0x7f06015c
- public const int SynchronizedDatabaseSuccessfully = 2131099996;
+ // aapt resource value: 0x7f0c01fc
+ public const int SynchronizedDatabaseSuccessfully = 2131493372;
- // aapt resource value: 0x7f060157
- public const int SynchronizingCachedDatabase = 2131099991;
+ // aapt resource value: 0x7f0c01f7
+ public const int SynchronizingCachedDatabase = 2131493367;
- // aapt resource value: 0x7f060154
- public const int SynchronizingDatabase = 2131099988;
+ // aapt resource value: 0x7f0c01f4
+ public const int SynchronizingDatabase = 2131493364;
- // aapt resource value: 0x7f060167
- public const int SynchronizingOtpAuxFile = 2131100007;
+ // aapt resource value: 0x7f0c0207
+ public const int SynchronizingOtpAuxFile = 2131493383;
- // aapt resource value: 0x7f060017
- public const int TanExpiresOnUse_key = 2131099671;
+ // aapt resource value: 0x7f0c00b8
+ public const int TanExpiresOnUse_key = 2131493048;
- // aapt resource value: 0x7f0600f3
- public const int TanExpiresOnUse_summary = 2131099891;
+ // aapt resource value: 0x7f0c0193
+ public const int TanExpiresOnUse_summary = 2131493267;
- // aapt resource value: 0x7f0600f2
- public const int TanExpiresOnUse_title = 2131099890;
+ // aapt resource value: 0x7f0c0192
+ public const int TanExpiresOnUse_title = 2131493266;
- // aapt resource value: 0x7f060152
- public const int TitleSyncQuestion = 2131099986;
+ // aapt resource value: 0x7f0c01f2
+ public const int TitleSyncQuestion = 2131493362;
- // aapt resource value: 0x7f06014e
- public const int TransformingKey = 2131099982;
+ // aapt resource value: 0x7f0c01ee
+ public const int TransformingKey = 2131493358;
- // aapt resource value: 0x7f060030
- public const int TranslationURL = 2131099696;
+ // aapt resource value: 0x7f0c00d1
+ public const int TranslationURL = 2131493073;
- // aapt resource value: 0x7f06014d
- public const int UndoingChanges = 2131099981;
+ // aapt resource value: 0x7f0c01ed
+ public const int UndoingChanges = 2131493357;
- // aapt resource value: 0x7f060163
- public const int UpdatedCachedFileOnLoad = 2131100003;
+ // aapt resource value: 0x7f0c0203
+ public const int UpdatedCachedFileOnLoad = 2131493379;
- // aapt resource value: 0x7f060160
- public const int UpdatedRemoteFileOnLoad = 2131100000;
+ // aapt resource value: 0x7f0c0200
+ public const int UpdatedRemoteFileOnLoad = 2131493376;
- // aapt resource value: 0x7f060159
- public const int UploadingFile = 2131099993;
+ // aapt resource value: 0x7f0c01f9
+ public const int UploadingFile = 2131493369;
- // aapt resource value: 0x7f060027
- public const int UsageCount_key = 2131099687;
+ // aapt resource value: 0x7f0c00c8
+ public const int UsageCount_key = 2131493064;
- // aapt resource value: 0x7f060029
- public const int UseFileTransactions_key = 2131099689;
+ // aapt resource value: 0x7f0c00ca
+ public const int UseFileTransactions_key = 2131493066;
- // aapt resource value: 0x7f060123
- public const int UseFileTransactions_summary = 2131099939;
+ // aapt resource value: 0x7f0c01c3
+ public const int UseFileTransactions_summary = 2131493315;
- // aapt resource value: 0x7f060122
- public const int UseFileTransactions_title = 2131099938;
+ // aapt resource value: 0x7f0c01c2
+ public const int UseFileTransactions_title = 2131493314;
- // aapt resource value: 0x7f060032
- public const int UseKp2aKeyboard_key = 2131099698;
+ // aapt resource value: 0x7f0c00d3
+ public const int UseKp2aKeyboard_key = 2131493075;
- // aapt resource value: 0x7f06002b
- public const int UseOfflineCache_key = 2131099691;
+ // aapt resource value: 0x7f0c00cc
+ public const int UseOfflineCache_key = 2131493068;
- // aapt resource value: 0x7f060127
- public const int UseOfflineCache_summary = 2131099943;
+ // aapt resource value: 0x7f0c01c7
+ public const int UseOfflineCache_summary = 2131493319;
- // aapt resource value: 0x7f060126
- public const int UseOfflineCache_title = 2131099942;
+ // aapt resource value: 0x7f0c01c6
+ public const int UseOfflineCache_title = 2131493318;
- // aapt resource value: 0x7f060155
- public const int YesSynchronize = 2131099989;
+ // aapt resource value: 0x7f0c01f5
+ public const int YesSynchronize = 2131493365;
- // aapt resource value: 0x7f060039
- public const int about_feedback = 2131099705;
+ // aapt resource value: 0x7f0c00da
+ public const int about_feedback = 2131493082;
- // aapt resource value: 0x7f06003a
- public const int about_homepage = 2131099706;
+ // aapt resource value: 0x7f0c00db
+ public const int about_homepage = 2131493083;
- // aapt resource value: 0x7f06003e
- public const int accept = 2131099710;
+ // aapt resource value: 0x7f0c00df
+ public const int accept = 2131493087;
- // aapt resource value: 0x7f06011c
- public const int add_binary = 2131099932;
+ // aapt resource value: 0x7f0c01bc
+ public const int add_binary = 2131493308;
- // aapt resource value: 0x7f06003f
- public const int add_entry = 2131099711;
+ // aapt resource value: 0x7f0c00e0
+ public const int add_entry = 2131493088;
- // aapt resource value: 0x7f06011d
- public const int add_extra_string = 2131099933;
+ // aapt resource value: 0x7f0c01bd
+ public const int add_extra_string = 2131493309;
- // aapt resource value: 0x7f060041
- public const int add_group = 2131099713;
+ // aapt resource value: 0x7f0c00e2
+ public const int add_group = 2131493090;
- // aapt resource value: 0x7f060042
- public const int add_group_title = 2131099714;
+ // aapt resource value: 0x7f0c00e3
+ public const int add_group_title = 2131493091;
- // aapt resource value: 0x7f060040
- public const int add_url_entry = 2131099712;
+ // aapt resource value: 0x7f0c00e1
+ public const int add_url_entry = 2131493089;
- // aapt resource value: 0x7f060044
- public const int algorithm = 2131099716;
+ // aapt resource value: 0x7f0c0044
+ public const int added_word = 2131492932;
- // aapt resource value: 0x7f060045
- public const int algorithm_colon = 2131099717;
+ // aapt resource value: 0x7f0c00e5
+ public const int algorithm = 2131493093;
- // aapt resource value: 0x7f06000b
- public const int algorithm_key = 2131099659;
+ // aapt resource value: 0x7f0c00e6
+ public const int algorithm_colon = 2131493094;
- // aapt resource value: 0x7f06000c
- public const int app_key = 2131099660;
+ // aapt resource value: 0x7f0c00ac
+ public const int algorithm_key = 2131493036;
- // aapt resource value: 0x7f060046
- public const int app_name = 2131099718;
+ // aapt resource value: 0x7f0c0000
+ public const int alternates_for_a = 2131492864;
- // aapt resource value: 0x7f060048
- public const int app_name_nonet = 2131099720;
+ // aapt resource value: 0x7f0c0017
+ public const int alternates_for_a_umlaut = 2131492887;
- // aapt resource value: 0x7f06004a
- public const int app_timeout = 2131099722;
+ // aapt resource value: 0x7f0c0013
+ public const int alternates_for_ae = 2131492883;
- // aapt resource value: 0x7f06000d
- public const int app_timeout_key = 2131099661;
+ // aapt resource value: 0x7f0c0007
+ public const int alternates_for_c = 2131492871;
- // aapt resource value: 0x7f06004b
- public const int app_timeout_summary = 2131099723;
+ // aapt resource value: 0x7f0c0015
+ public const int alternates_for_cyrillic_e = 2131492885;
- // aapt resource value: 0x7f06004f
- public const int application = 2131099727;
+ // aapt resource value: 0x7f0c0016
+ public const int alternates_for_cyrillic_soft_sign = 2131492886;
- // aapt resource value: 0x7f060050
- public const int application_settings = 2131099728;
+ // aapt resource value: 0x7f0c000b
+ public const int alternates_for_d = 2131492875;
- // aapt resource value: 0x7f0600ea
- public const int author = 2131099882;
+ // aapt resource value: 0x7f0c0001
+ public const int alternates_for_e = 2131492865;
- // aapt resource value: 0x7f06005d
- public const int available_through_keyboard = 2131099741;
+ // aapt resource value: 0x7f0c0010
+ public const int alternates_for_g = 2131492880;
- // aapt resource value: 0x7f060056
- public const int brackets = 2131099734;
+ // aapt resource value: 0x7f0c0002
+ public const int alternates_for_i = 2131492866;
- // aapt resource value: 0x7f060185
- public const int button_change_location = 2131100037;
+ // aapt resource value: 0x7f0c000f
+ public const int alternates_for_l = 2131492879;
- // aapt resource value: 0x7f060057
- public const int cancel = 2131099735;
+ // aapt resource value: 0x7f0c0006
+ public const int alternates_for_n = 2131492870;
- // aapt resource value: 0x7f0600fb
- public const int caseSensitive = 2131099899;
+ // aapt resource value: 0x7f0c0003
+ public const int alternates_for_o = 2131492867;
- // aapt resource value: 0x7f060059
- public const int clipboard_timeout = 2131099737;
+ // aapt resource value: 0x7f0c0018
+ public const int alternates_for_o_umlaut = 2131492888;
- // aapt resource value: 0x7f060034
- public const int clipboard_timeout_default = 2131099700;
+ // aapt resource value: 0x7f0c0014
+ public const int alternates_for_oe = 2131492884;
- // aapt resource value: 0x7f06000f
- public const int clipboard_timeout_key = 2131099663;
+ // aapt resource value: 0x7f0c0011
+ public const int alternates_for_p = 2131492881;
- // aapt resource value: 0x7f06005a
- public const int clipboard_timeout_summary = 2131099738;
+ // aapt resource value: 0x7f0c0009
+ public const int alternates_for_q = 2131492873;
- // aapt resource value: 0x7f0600f0
- public const int contributors = 2131099888;
+ // aapt resource value: 0x7f0c000c
+ public const int alternates_for_r = 2131492876;
- // aapt resource value: 0x7f06005c
- public const int copy_password = 2131099740;
+ // aapt resource value: 0x7f0c0005
+ public const int alternates_for_s = 2131492869;
- // aapt resource value: 0x7f06005b
- public const int copy_username = 2131099739;
+ // aapt resource value: 0x7f0c000d
+ public const int alternates_for_t = 2131492877;
- // aapt resource value: 0x7f0600c9
- public const int create_database = 2131099849;
+ // aapt resource value: 0x7f0c0004
+ public const int alternates_for_u = 2131492868;
- // aapt resource value: 0x7f060060
- public const int creating_db_key = 2131099744;
+ // aapt resource value: 0x7f0c0012
+ public const int alternates_for_v = 2131492882;
- // aapt resource value: 0x7f060121
- public const int credentials_dialog_title = 2131099937;
+ // aapt resource value: 0x7f0c000a
+ public const int alternates_for_w = 2131492874;
- // aapt resource value: 0x7f0600ed
- public const int credit_android_filechooser = 2131099885;
+ // aapt resource value: 0x7f0c0008
+ public const int alternates_for_y = 2131492872;
- // aapt resource value: 0x7f0600ee
- public const int credit_keyboard = 2131099886;
+ // aapt resource value: 0x7f0c000e
+ public const int alternates_for_z = 2131492878;
- // aapt resource value: 0x7f0600ec
- public const int credit_plugin1 = 2131099884;
+ // aapt resource value: 0x7f0c00ad
+ public const int app_key = 2131493037;
- // aapt resource value: 0x7f060061
- public const int current_group = 2131099745;
+ // aapt resource value: 0x7f0c00e7
+ public const int app_name = 2131493095;
- // aapt resource value: 0x7f060062
- public const int current_group_root = 2131099746;
+ // aapt resource value: 0x7f0c00e9
+ public const int app_name_nonet = 2131493097;
- // aapt resource value: 0x7f060063
- public const int database = 2131099747;
+ // aapt resource value: 0x7f0c00eb
+ public const int app_timeout = 2131493099;
- // aapt resource value: 0x7f060168
- public const int database_file = 2131100008;
+ // aapt resource value: 0x7f0c00ae
+ public const int app_timeout_key = 2131493038;
- // aapt resource value: 0x7f06011f
- public const int database_loaded_quickunlock_enabled = 2131099935;
+ // aapt resource value: 0x7f0c00ec
+ public const int app_timeout_summary = 2131493100;
- // aapt resource value: 0x7f060120
- public const int database_loaded_unlocked = 2131099936;
+ // aapt resource value: 0x7f0c00f0
+ public const int application = 2131493104;
- // aapt resource value: 0x7f060182
- public const int database_location = 2131100034;
+ // aapt resource value: 0x7f0c00f1
+ public const int application_settings = 2131493105;
- // aapt resource value: 0x7f0600d3
- public const int database_name = 2131099859;
+ // aapt resource value: 0x7f0c018a
+ public const int author = 2131493258;
- // aapt resource value: 0x7f06001b
- public const int database_name_key = 2131099675;
+ // aapt resource value: 0x7f0c0031
+ public const int auto_cap = 2131492913;
- // aapt resource value: 0x7f060010
- public const int db_key = 2131099664;
+ // aapt resource value: 0x7f0c0032
+ public const int auto_cap_summary = 2131492914;
- // aapt resource value: 0x7f060002
- public const int default_file_path = 2131099650;
+ // aapt resource value: 0x7f0c0039
+ public const int auto_complete = 2131492921;
- // aapt resource value: 0x7f0600d4
- public const int default_username = 2131099860;
+ // aapt resource value: 0x7f0c002e
+ public const int auto_complete_dialog_title = 2131492910;
- // aapt resource value: 0x7f06001a
- public const int default_username_key = 2131099674;
+ // aapt resource value: 0x7f0c003a
+ public const int auto_complete_summary = 2131492922;
- // aapt resource value: 0x7f06011e
- public const int delete_extra_string = 2131099934;
+ // aapt resource value: 0x7f0c0029
+ public const int auto_correction = 2131492905;
- // aapt resource value: 0x7f060064
- public const int digits = 2131099748;
+ // aapt resource value: 0x7f0c002a
+ public const int auto_correction_summary = 2131492906;
- // aapt resource value: 0x7f060065
- public const int disclaimer_formal = 2131099749;
+ // aapt resource value: 0x7f0c0033
+ public const int auto_punctuate = 2131492915;
- // aapt resource value: 0x7f060052
- public const int display_prefs = 2131099730;
+ // aapt resource value: 0x7f0c0034
+ public const int auto_punctuate_summary = 2131492916;
- // aapt resource value: 0x7f060020
- public const int display_prefs_key = 2131099680;
+ // aapt resource value: 0x7f0c0071
+ public const int auto_submit = 2131492977;
- // aapt resource value: 0x7f06016d
- public const int donate_question = 2131100013;
+ // aapt resource value: 0x7f0c0072
+ public const int auto_submit_summary = 2131492978;
- // aapt resource value: 0x7f060003
- public const int donate_url = 2131099651;
+ // aapt resource value: 0x7f0c00fd
+ public const int available_through_keyboard = 2131493117;
- // aapt resource value: 0x7f060043
- public const int edit_group_title = 2131099715;
+ // aapt resource value: 0x7f0c003f
+ public const int bigram_suggestion = 2131492927;
- // aapt resource value: 0x7f060066
- public const int ellipsis = 2131099750;
+ // aapt resource value: 0x7f0c0040
+ public const int bigram_suggestion_summary = 2131492928;
- // aapt resource value: 0x7f060102
- public const int enable_quickunlock = 2131099906;
+ // aapt resource value: 0x7f0c00f7
+ public const int brackets = 2131493111;
- // aapt resource value: 0x7f060067
- public const int enter_filename = 2131099751;
+ // aapt resource value: 0x7f0c0225
+ public const int button_change_location = 2131493413;
- // aapt resource value: 0x7f060101
- public const int enter_filename_details_create_import = 2131099905;
+ // aapt resource value: 0x7f0c006b
+ public const int cancel = 2131492971;
- // aapt resource value: 0x7f060100
- public const int enter_filename_details_url = 2131099904;
+ // aapt resource value: 0x7f0c019b
+ public const int caseSensitive = 2131493275;
- // aapt resource value: 0x7f060173
- public const int enter_sftp_login_title = 2131100019;
+ // aapt resource value: 0x7f0c008f
+ public const int change_entry = 2131493007;
- // aapt resource value: 0x7f060068
- public const int entry_accessed = 2131099752;
+ // aapt resource value: 0x7f0c00f9
+ public const int clipboard_timeout = 2131493113;
- // aapt resource value: 0x7f060078
- public const int entry_binaries = 2131099768;
+ // aapt resource value: 0x7f0c00d5
+ public const int clipboard_timeout_default = 2131493077;
- // aapt resource value: 0x7f060069
- public const int entry_cancel = 2131099753;
+ // aapt resource value: 0x7f0c00b0
+ public const int clipboard_timeout_key = 2131493040;
- // aapt resource value: 0x7f06006a
- public const int entry_comment = 2131099754;
+ // aapt resource value: 0x7f0c00fa
+ public const int clipboard_timeout_summary = 2131493114;
- // aapt resource value: 0x7f06006d
- public const int entry_confpassword = 2131099757;
+ // aapt resource value: 0x7f0c0074
+ public const int close_the_keyboard = 2131492980;
- // aapt resource value: 0x7f06006e
- public const int entry_created = 2131099758;
+ // aapt resource value: 0x7f0c0190
+ public const int contributors = 2131493264;
- // aapt resource value: 0x7f06006f
- public const int entry_expires = 2131099759;
+ // aapt resource value: 0x7f0c00fc
+ public const int copy_password = 2131493116;
- // aapt resource value: 0x7f060077
- public const int entry_extra_strings = 2131099767;
+ // aapt resource value: 0x7f0c00fb
+ public const int copy_username = 2131493115;
- // aapt resource value: 0x7f060070
- public const int entry_keyfile = 2131099760;
+ // aapt resource value: 0x7f0c0169
+ public const int create_database = 2131493225;
- // aapt resource value: 0x7f060071
- public const int entry_modified = 2131099761;
+ // aapt resource value: 0x7f0c0100
+ public const int creating_db_key = 2131493120;
- // aapt resource value: 0x7f06006c
- public const int entry_override_url = 2131099756;
+ // aapt resource value: 0x7f0c01c1
+ public const int credentials_dialog_title = 2131493313;
- // aapt resource value: 0x7f060072
- public const int entry_password = 2131099762;
+ // aapt resource value: 0x7f0c018d
+ public const int credit_android_filechooser = 2131493261;
- // aapt resource value: 0x7f060073
- public const int entry_save = 2131099763;
+ // aapt resource value: 0x7f0c018e
+ public const int credit_keyboard = 2131493262;
- // aapt resource value: 0x7f06006b
- public const int entry_tags = 2131099755;
+ // aapt resource value: 0x7f0c018c
+ public const int credit_plugin1 = 2131493260;
- // aapt resource value: 0x7f060074
- public const int entry_title = 2131099764;
+ // aapt resource value: 0x7f0c0101
+ public const int current_group = 2131493121;
- // aapt resource value: 0x7f060075
- public const int entry_url = 2131099765;
+ // aapt resource value: 0x7f0c0102
+ public const int current_group_root = 2131493122;
- // aapt resource value: 0x7f060076
- public const int entry_user_name = 2131099766;
+ // aapt resource value: 0x7f0c0103
+ public const int database = 2131493123;
- // aapt resource value: 0x7f06018d
- public const int error_adding_keyfile = 2131100045;
+ // aapt resource value: 0x7f0c0208
+ public const int database_file = 2131493384;
- // aapt resource value: 0x7f060079
- public const int error_can_not_handle_uri = 2131099769;
+ // aapt resource value: 0x7f0c01bf
+ public const int database_loaded_quickunlock_enabled = 2131493311;
- // aapt resource value: 0x7f06007a
- public const int error_could_not_create_group = 2131099770;
+ // aapt resource value: 0x7f0c01c0
+ public const int database_loaded_unlocked = 2131493312;
- // aapt resource value: 0x7f06007b
- public const int error_could_not_create_parent = 2131099771;
+ // aapt resource value: 0x7f0c0222
+ public const int database_location = 2131493410;
- // aapt resource value: 0x7f06007c
- public const int error_database_exists = 2131099772;
+ // aapt resource value: 0x7f0c0173
+ public const int database_name = 2131493235;
- // aapt resource value: 0x7f06007d
- public const int error_database_settings = 2131099773;
+ // aapt resource value: 0x7f0c00bc
+ public const int database_name_key = 2131493052;
- // aapt resource value: 0x7f06007e
- public const int error_failed_to_launch_link = 2131099774;
+ // aapt resource value: 0x7f0c00b1
+ public const int db_key = 2131493041;
- // aapt resource value: 0x7f060080
- public const int error_file_not_create = 2131099776;
+ // aapt resource value: 0x7f0c00a3
+ public const int default_file_path = 2131493027;
- // aapt resource value: 0x7f06007f
- public const int error_filename_required = 2131099775;
+ // aapt resource value: 0x7f0c0174
+ public const int default_username = 2131493236;
- // aapt resource value: 0x7f060081
- public const int error_invalid_db = 2131099777;
+ // aapt resource value: 0x7f0c00bb
+ public const int default_username_key = 2131493051;
- // aapt resource value: 0x7f060117
- public const int error_invalid_expiry_date = 2131099927;
+ // aapt resource value: 0x7f0c01be
+ public const int delete_extra_string = 2131493310;
- // aapt resource value: 0x7f060082
- public const int error_invalid_path = 2131099778;
+ // aapt resource value: 0x7f0c0104
+ public const int digits = 2131493124;
- // aapt resource value: 0x7f060083
- public const int error_no_name = 2131099779;
+ // aapt resource value: 0x7f0c0105
+ public const int disclaimer_formal = 2131493125;
- // aapt resource value: 0x7f060084
- public const int error_nopass = 2131099780;
+ // aapt resource value: 0x7f0c00f3
+ public const int display_prefs = 2131493107;
- // aapt resource value: 0x7f060085
- public const int error_pass_gen_type = 2131099781;
+ // aapt resource value: 0x7f0c00c1
+ public const int display_prefs_key = 2131493057;
- // aapt resource value: 0x7f060086
- public const int error_pass_match = 2131099782;
+ // aapt resource value: 0x7f0c020d
+ public const int donate_question = 2131493389;
- // aapt resource value: 0x7f060087
- public const int error_rounds_not_number = 2131099783;
+ // aapt resource value: 0x7f0c00a4
+ public const int donate_url = 2131493028;
- // aapt resource value: 0x7f060118
- public const int error_string_key = 2131099928;
+ // aapt resource value: 0x7f0c00e4
+ public const int edit_group_title = 2131493092;
- // aapt resource value: 0x7f060088
- public const int error_title_required = 2131099784;
+ // aapt resource value: 0x7f0c0106
+ public const int ellipsis = 2131493126;
- // aapt resource value: 0x7f060089
- public const int error_wrong_length = 2131099785;
+ // aapt resource value: 0x7f0c01a2
+ public const int enable_quickunlock = 2131493282;
- // aapt resource value: 0x7f0600f9
- public const int excludeExpiredEntries = 2131099897;
+ // aapt resource value: 0x7f0c008d
+ public const int english_ime_debug_settings = 2131493005;
- // aapt resource value: 0x7f060119
- public const int field_name = 2131099929;
+ // aapt resource value: 0x7f0c0021
+ public const int english_ime_input_options = 2131492897;
- // aapt resource value: 0x7f06011a
- public const int field_value = 2131099930;
+ // aapt resource value: 0x7f0c001f
+ public const int english_ime_name = 2131492895;
- // aapt resource value: 0x7f06008b
- public const int file_browser = 2131099787;
+ // aapt resource value: 0x7f0c0020
+ public const int english_ime_settings = 2131492896;
- // aapt resource value: 0x7f060181
- public const int filestorage_setup_title = 2131100033;
+ // aapt resource value: 0x7f0c0107
+ public const int enter_filename = 2131493127;
- // aapt resource value: 0x7f06017d
- public const int filestoragehelp_dropboxKP2A = 2131100029;
+ // aapt resource value: 0x7f0c01a1
+ public const int enter_filename_details_create_import = 2131493281;
- // aapt resource value: 0x7f060176
- public const int filestoragename_androidget = 2131100022;
+ // aapt resource value: 0x7f0c01a0
+ public const int enter_filename_details_url = 2131493280;
- // aapt resource value: 0x7f060177
- public const int filestoragename_androidsend = 2131100023;
+ // aapt resource value: 0x7f0c0213
+ public const int enter_sftp_login_title = 2131493395;
- // aapt resource value: 0x7f06017b
- public const int filestoragename_dropbox = 2131100027;
+ // aapt resource value: 0x7f0c0108
+ public const int entry_accessed = 2131493128;
- // aapt resource value: 0x7f06017c
- public const int filestoragename_dropboxKP2A = 2131100028;
+ // aapt resource value: 0x7f0c0118
+ public const int entry_binaries = 2131493144;
- // aapt resource value: 0x7f060175
- public const int filestoragename_file = 2131100021;
+ // aapt resource value: 0x7f0c0109
+ public const int entry_cancel = 2131493129;
- // aapt resource value: 0x7f060178
- public const int filestoragename_ftp = 2131100024;
+ // aapt resource value: 0x7f0c010a
+ public const int entry_comment = 2131493130;
- // aapt resource value: 0x7f06017e
- public const int filestoragename_gdrive = 2131100030;
+ // aapt resource value: 0x7f0c010d
+ public const int entry_confpassword = 2131493133;
- // aapt resource value: 0x7f060179
- public const int filestoragename_http = 2131100025;
+ // aapt resource value: 0x7f0c010e
+ public const int entry_created = 2131493134;
- // aapt resource value: 0x7f06017a
- public const int filestoragename_https = 2131100026;
+ // aapt resource value: 0x7f0c010f
+ public const int entry_expires = 2131493135;
- // aapt resource value: 0x7f060180
- public const int filestoragename_sftp = 2131100032;
+ // aapt resource value: 0x7f0c0117
+ public const int entry_extra_strings = 2131493143;
- // aapt resource value: 0x7f06017f
- public const int filestoragename_skydrive = 2131100031;
+ // aapt resource value: 0x7f0c0110
+ public const int entry_keyfile = 2131493136;
- // aapt resource value: 0x7f060006
- public const int further_author_names = 2131099654;
+ // aapt resource value: 0x7f0c0111
+ public const int entry_modified = 2131493137;
- // aapt resource value: 0x7f0600eb
- public const int further_authors = 2131099883;
+ // aapt resource value: 0x7f0c010c
+ public const int entry_override_url = 2131493132;
- // aapt resource value: 0x7f06008c
- public const int generate_password = 2131099788;
+ // aapt resource value: 0x7f0c0112
+ public const int entry_password = 2131493138;
- // aapt resource value: 0x7f06019d
- public const int get_regular_version = 2131100061;
+ // aapt resource value: 0x7f0c0113
+ public const int entry_save = 2131493139;
- // aapt resource value: 0x7f06008d
- public const int group = 2131099789;
+ // aapt resource value: 0x7f0c010b
+ public const int entry_tags = 2131493131;
- // aapt resource value: 0x7f060183
- public const int help_database_location = 2131100035;
+ // aapt resource value: 0x7f0c0114
+ public const int entry_title = 2131493140;
- // aapt resource value: 0x7f06018a
- public const int help_key_file = 2131100042;
+ // aapt resource value: 0x7f0c0115
+ public const int entry_url = 2131493141;
- // aapt resource value: 0x7f060187
- public const int help_master_password = 2131100039;
+ // aapt resource value: 0x7f0c0116
+ public const int entry_user_name = 2131493142;
- // aapt resource value: 0x7f06008e
- public const int hint_comment = 2131099790;
+ // aapt resource value: 0x7f0c022d
+ public const int error_adding_keyfile = 2131493421;
- // aapt resource value: 0x7f06008f
- public const int hint_conf_pass = 2131099791;
+ // aapt resource value: 0x7f0c0119
+ public const int error_can_not_handle_uri = 2131493145;
- // aapt resource value: 0x7f060184
- public const int hint_database_location = 2131100036;
+ // aapt resource value: 0x7f0c011a
+ public const int error_could_not_create_group = 2131493146;
- // aapt resource value: 0x7f060090
- public const int hint_generated_password = 2131099792;
+ // aapt resource value: 0x7f0c011b
+ public const int error_could_not_create_parent = 2131493147;
- // aapt resource value: 0x7f060091
- public const int hint_group_name = 2131099793;
+ // aapt resource value: 0x7f0c011c
+ public const int error_database_exists = 2131493148;
- // aapt resource value: 0x7f06018b
- public const int hint_key_file = 2131100043;
+ // aapt resource value: 0x7f0c011d
+ public const int error_database_settings = 2131493149;
- // aapt resource value: 0x7f060092
- public const int hint_keyfile = 2131099794;
+ // aapt resource value: 0x7f0c011e
+ public const int error_failed_to_launch_link = 2131493150;
- // aapt resource value: 0x7f060093
- public const int hint_length = 2131099795;
+ // aapt resource value: 0x7f0c0120
+ public const int error_file_not_create = 2131493152;
- // aapt resource value: 0x7f060095
- public const int hint_login_pass = 2131099797;
+ // aapt resource value: 0x7f0c011f
+ public const int error_filename_required = 2131493151;
- // aapt resource value: 0x7f060188
- public const int hint_master_password = 2131100040;
+ // aapt resource value: 0x7f0c0121
+ public const int error_invalid_db = 2131493153;
- // aapt resource value: 0x7f060098
- public const int hint_override_url = 2131099800;
+ // aapt resource value: 0x7f0c01b7
+ public const int error_invalid_expiry_date = 2131493303;
- // aapt resource value: 0x7f060094
- public const int hint_pass = 2131099796;
+ // aapt resource value: 0x7f0c0122
+ public const int error_invalid_path = 2131493154;
- // aapt resource value: 0x7f060170
- public const int hint_sftp_host = 2131100016;
+ // aapt resource value: 0x7f0c0123
+ public const int error_no_name = 2131493155;
- // aapt resource value: 0x7f060171
- public const int hint_sftp_port = 2131100017;
+ // aapt resource value: 0x7f0c0124
+ public const int error_nopass = 2131493156;
- // aapt resource value: 0x7f060099
- public const int hint_tags = 2131099801;
+ // aapt resource value: 0x7f0c0125
+ public const int error_pass_gen_type = 2131493157;
- // aapt resource value: 0x7f060096
- public const int hint_title = 2131099798;
+ // aapt resource value: 0x7f0c0126
+ public const int error_pass_match = 2131493158;
- // aapt resource value: 0x7f060097
- public const int hint_url = 2131099799;
+ // aapt resource value: 0x7f0c0127
+ public const int error_rounds_not_number = 2131493159;
- // aapt resource value: 0x7f06009a
- public const int hint_username = 2131099802;
+ // aapt resource value: 0x7f0c01b8
+ public const int error_string_key = 2131493304;
- // aapt resource value: 0x7f060004
- public const int homepage = 2131099652;
+ // aapt resource value: 0x7f0c0128
+ public const int error_title_required = 2131493160;
- // aapt resource value: 0x7f060005
- public const int homepage_short = 2131099653;
+ // aapt resource value: 0x7f0c0129
+ public const int error_wrong_length = 2131493161;
- // aapt resource value: 0x7f060001
- public const int icon_info = 2131099649;
+ // aapt resource value: 0x7f0c0199
+ public const int excludeExpiredEntries = 2131493273;
- // aapt resource value: 0x7f06018e
- public const int init_otp = 2131100046;
+ // aapt resource value: 0x7f0c01b9
+ public const int field_name = 2131493305;
- // aapt resource value: 0x7f060172
- public const int initial_directory = 2131100018;
+ // aapt resource value: 0x7f0c01ba
+ public const int field_value = 2131493306;
- // aapt resource value: 0x7f0600e1
- public const int insert_element_here = 2131099873;
+ // aapt resource value: 0x7f0c012b
+ public const int file_browser = 2131493163;
- // aapt resource value: 0x7f06009c
- public const int invalid_algorithm = 2131099804;
+ // aapt resource value: 0x7f0c0221
+ public const int filestorage_setup_title = 2131493409;
- // aapt resource value: 0x7f06009d
- public const int invalid_db_sig = 2131099805;
+ // aapt resource value: 0x7f0c021d
+ public const int filestoragehelp_dropboxKP2A = 2131493405;
- // aapt resource value: 0x7f060007
- public const int issues = 2131099655;
+ // aapt resource value: 0x7f0c0216
+ public const int filestoragename_androidget = 2131493398;
- // aapt resource value: 0x7f060189
- public const int key_file = 2131100041;
+ // aapt resource value: 0x7f0c0217
+ public const int filestoragename_androidsend = 2131493399;
- // aapt resource value: 0x7f06009e
- public const int keyfile_does_not_exist = 2131099806;
+ // aapt resource value: 0x7f0c021b
+ public const int filestoragename_dropbox = 2131493403;
- // aapt resource value: 0x7f06009f
- public const int keyfile_is_empty = 2131099807;
+ // aapt resource value: 0x7f0c021c
+ public const int filestoragename_dropboxKP2A = 2131493404;
- // aapt resource value: 0x7f060012
- public const int keyfile_key = 2131099666;
+ // aapt resource value: 0x7f0c0215
+ public const int filestoragename_file = 2131493397;
- // aapt resource value: 0x7f06004c
- public const int kill_app_label = 2131099724;
+ // aapt resource value: 0x7f0c0218
+ public const int filestoragename_ftp = 2131493400;
- // aapt resource value: 0x7f0600f8
- public const int kp2a_findUrl = 2131099896;
+ // aapt resource value: 0x7f0c021e
+ public const int filestoragename_gdrive = 2131493406;
- // aapt resource value: 0x7f0600a0
- public const int length = 2131099808;
+ // aapt resource value: 0x7f0c0219
+ public const int filestoragename_http = 2131493401;
- // aapt resource value: 0x7f060000
- public const int library_name = 2131099648;
+ // aapt resource value: 0x7f0c021a
+ public const int filestoragename_https = 2131493402;
- // aapt resource value: 0x7f060035
- public const int list_size_default = 2131099701;
+ // aapt resource value: 0x7f0c0220
+ public const int filestoragename_sftp = 2131493408;
- // aapt resource value: 0x7f060015
- public const int list_size_key = 2131099669;
+ // aapt resource value: 0x7f0c021f
+ public const int filestoragename_skydrive = 2131493407;
- // aapt resource value: 0x7f0600a2
- public const int list_size_summary = 2131099810;
+ // aapt resource value: 0x7f0c00a7
+ public const int further_author_names = 2131493031;
- // aapt resource value: 0x7f0600a1
- public const int list_size_title = 2131099809;
+ // aapt resource value: 0x7f0c018b
+ public const int further_authors = 2131493259;
- // aapt resource value: 0x7f06019c
- public const int loading = 2131100060;
+ // aapt resource value: 0x7f0c012c
+ public const int generate_password = 2131493164;
- // aapt resource value: 0x7f0600a3
- public const int loading_database = 2131099811;
+ // aapt resource value: 0x7f0c023d
+ public const int get_regular_version = 2131493437;
- // aapt resource value: 0x7f0600a4
- public const int lowercase = 2131099812;
+ // aapt resource value: 0x7f0c012d
+ public const int group = 2131493165;
- // aapt resource value: 0x7f060013
- public const int maskpass_key = 2131099667;
+ // aapt resource value: 0x7f0c0080
+ public const int has_dictionary = 2131492992;
- // aapt resource value: 0x7f0600a7
- public const int maskpass_summary = 2131099815;
+ // aapt resource value: 0x7f0c0223
+ public const int help_database_location = 2131493411;
- // aapt resource value: 0x7f0600a6
- public const int maskpass_title = 2131099814;
+ // aapt resource value: 0x7f0c022a
+ public const int help_key_file = 2131493418;
- // aapt resource value: 0x7f0600c7
- public const int master_key_type = 2131099847;
+ // aapt resource value: 0x7f0c0227
+ public const int help_master_password = 2131493415;
- // aapt resource value: 0x7f060186
- public const int master_password = 2131100038;
+ // aapt resource value: 0x7f0c007f
+ public const int hint_add_to_dictionary = 2131492991;
- // aapt resource value: 0x7f0600a8
- public const int menu_about = 2131099816;
+ // aapt resource value: 0x7f0c012e
+ public const int hint_comment = 2131493166;
- // aapt resource value: 0x7f0600ad
- public const int menu_app_settings = 2131099821;
+ // aapt resource value: 0x7f0c012f
+ public const int hint_conf_pass = 2131493167;
- // aapt resource value: 0x7f0600ba
- public const int menu_change_db = 2131099834;
+ // aapt resource value: 0x7f0c0224
+ public const int hint_database_location = 2131493412;
- // aapt resource value: 0x7f0600a9
- public const int menu_change_key = 2131099817;
+ // aapt resource value: 0x7f0c0130
+ public const int hint_generated_password = 2131493168;
- // aapt resource value: 0x7f0600aa
- public const int menu_copy_pass = 2131099818;
+ // aapt resource value: 0x7f0c0131
+ public const int hint_group_name = 2131493169;
- // aapt resource value: 0x7f0600ab
- public const int menu_copy_user = 2131099819;
+ // aapt resource value: 0x7f0c022b
+ public const int hint_key_file = 2131493419;
- // aapt resource value: 0x7f0600ac
- public const int menu_create = 2131099820;
+ // aapt resource value: 0x7f0c0132
+ public const int hint_keyfile = 2131493170;
- // aapt resource value: 0x7f0600ae
- public const int menu_db_settings = 2131099822;
+ // aapt resource value: 0x7f0c0133
+ public const int hint_length = 2131493171;
- // aapt resource value: 0x7f0600af
- public const int menu_delete = 2131099823;
+ // aapt resource value: 0x7f0c0135
+ public const int hint_login_pass = 2131493173;
- // aapt resource value: 0x7f0600b1
- public const int menu_donate = 2131099825;
+ // aapt resource value: 0x7f0c0228
+ public const int hint_master_password = 2131493416;
- // aapt resource value: 0x7f0600b2
- public const int menu_edit = 2131099826;
+ // aapt resource value: 0x7f0c0138
+ public const int hint_override_url = 2131493176;
- // aapt resource value: 0x7f0600b3
- public const int menu_hide_password = 2131099827;
+ // aapt resource value: 0x7f0c0134
+ public const int hint_pass = 2131493172;
- // aapt resource value: 0x7f0600b4
- public const int menu_lock = 2131099828;
+ // aapt resource value: 0x7f0c0210
+ public const int hint_sftp_host = 2131493392;
- // aapt resource value: 0x7f0600b0
- public const int menu_move = 2131099824;
+ // aapt resource value: 0x7f0c0211
+ public const int hint_sftp_port = 2131493393;
- // aapt resource value: 0x7f0600b5
- public const int menu_open = 2131099829;
+ // aapt resource value: 0x7f0c0139
+ public const int hint_tags = 2131493177;
- // aapt resource value: 0x7f0600b6
- public const int menu_rename = 2131099830;
+ // aapt resource value: 0x7f0c0136
+ public const int hint_title = 2131493174;
- // aapt resource value: 0x7f0600b7
- public const int menu_search = 2131099831;
+ // aapt resource value: 0x7f0c0137
+ public const int hint_url = 2131493175;
- // aapt resource value: 0x7f0600b8
- public const int menu_search_advanced = 2131099832;
+ // aapt resource value: 0x7f0c013a
+ public const int hint_username = 2131493178;
- // aapt resource value: 0x7f0600b9
- public const int menu_url = 2131099833;
+ // aapt resource value: 0x7f0c0025
+ public const int hit_correction = 2131492901;
- // aapt resource value: 0x7f0600bb
- public const int minus = 2131099835;
+ // aapt resource value: 0x7f0c0027
+ public const int hit_correction_land = 2131492903;
- // aapt resource value: 0x7f0600bc
- public const int never = 2131099836;
+ // aapt resource value: 0x7f0c0028
+ public const int hit_correction_land_summary = 2131492904;
- // aapt resource value: 0x7f0600be
- public const int no = 2131099838;
+ // aapt resource value: 0x7f0c0026
+ public const int hit_correction_summary = 2131492902;
- // aapt resource value: 0x7f0600bf
- public const int no_keys = 2131099839;
+ // aapt resource value: 0x7f0c00a5
+ public const int homepage = 2131493029;
- // aapt resource value: 0x7f0600c0
- public const int no_results = 2131099840;
+ // aapt resource value: 0x7f0c00a6
+ public const int homepage_short = 2131493030;
- // aapt resource value: 0x7f06016f
- public const int no_thanks = 2131100015;
+ // aapt resource value: 0x7f0c00a2
+ public const int icon_info = 2131493026;
- // aapt resource value: 0x7f0600c1
- public const int no_url_handler = 2131099841;
+ // aapt resource value: 0x7f0c022e
+ public const int init_otp = 2131493422;
- // aapt resource value: 0x7f06005e
- public const int not_possible_im_picker = 2131099742;
+ // aapt resource value: 0x7f0c0212
+ public const int initial_directory = 2131493394;
- // aapt resource value: 0x7f060008
- public const int oi_filemanager_market = 2131099656;
+ // aapt resource value: 0x7f0c0181
+ public const int insert_element_here = 2131493249;
- // aapt resource value: 0x7f060009
- public const int oi_filemanager_web = 2131099657;
+ // aapt resource value: 0x7f0c013c
+ public const int invalid_algorithm = 2131493180;
- // aapt resource value: 0x7f06016e
- public const int ok_donate = 2131100014;
+ // aapt resource value: 0x7f0c013d
+ public const int invalid_db_sig = 2131493181;
- // aapt resource value: 0x7f060014
- public const int omitbackup_key = 2131099668;
+ // aapt resource value: 0x7f0c00a8
+ public const int issues = 2131493032;
- // aapt resource value: 0x7f0600c4
- public const int omitbackup_summary = 2131099844;
+ // aapt resource value: 0x7f0c0229
+ public const int key_file = 2131493417;
- // aapt resource value: 0x7f0600c3
- public const int omitbackup_title = 2131099843;
+ // aapt resource value: 0x7f0c0085
+ public const int keyboard_layout = 2131492997;
- // aapt resource value: 0x7f0600c2
- public const int open_recent = 2131099842;
+ // aapt resource value: 0x7f0c0076
+ public const int keyboard_settings = 2131492982;
- // aapt resource value: 0x7f060169
- public const int otp_aux_file = 2131100009;
+ // aapt resource value: 0x7f0c013e
+ public const int keyfile_does_not_exist = 2131493182;
- // aapt resource value: 0x7f060195
- public const int otp_discarded_because_db_open = 2131100053;
+ // aapt resource value: 0x7f0c013f
+ public const int keyfile_is_empty = 2131493183;
- // aapt resource value: 0x7f060193
- public const int otp_discarded_because_no_db = 2131100051;
+ // aapt resource value: 0x7f0c00b3
+ public const int keyfile_key = 2131493043;
- // aapt resource value: 0x7f060194
- public const int otp_discarded_no_space = 2131100052;
+ // aapt resource value: 0x7f0c00ed
+ public const int kill_app_label = 2131493101;
- // aapt resource value: 0x7f06018f
- public const int otp_explanation = 2131100047;
+ // aapt resource value: 0x7f0c0095
+ public const int kp2a_auto_fill = 2131493013;
- // aapt resource value: 0x7f060190
- public const int otp_hint = 2131100048;
+ // aapt resource value: 0x7f0c0096
+ public const int kp2a_auto_fill_summary = 2131493014;
- // aapt resource value: 0x7f060196
- public const int otps_pending = 2131100054;
+ // aapt resource value: 0x7f0c0198
+ public const int kp2a_findUrl = 2131493272;
- // aapt resource value: 0x7f060197
- public const int otpsecret_hint = 2131100055;
+ // aapt resource value: 0x7f0c009b
+ public const int kp2a_lock_on_sendgodone = 2131493019;
- // aapt resource value: 0x7f0600c5
- public const int pass_filename = 2131099845;
+ // aapt resource value: 0x7f0c009c
+ public const int kp2a_lock_on_sendgodone_summary = 2131493020;
- // aapt resource value: 0x7f060053
- public const int password_access_prefs = 2131099731;
+ // aapt resource value: 0x7f0c0093
+ public const int kp2a_password = 2131493011;
- // aapt resource value: 0x7f06001e
- public const int password_access_prefs_key = 2131099678;
+ // aapt resource value: 0x7f0c0094
+ public const int kp2a_prefs = 2131493012;
- // aapt resource value: 0x7f0600c6
- public const int password_title = 2131099846;
+ // aapt resource value: 0x7f0c0097
+ public const int kp2a_remember_auto_fill = 2131493015;
- // aapt resource value: 0x7f06000a
- public const int permission_desc = 2131099658;
+ // aapt resource value: 0x7f0c0098
+ public const int kp2a_remember_auto_fill_summary = 2131493016;
- // aapt resource value: 0x7f06005f
- public const int please_activate_keyboard = 2131099743;
+ // aapt resource value: 0x7f0c0099
+ public const int kp2a_simple_keyboard = 2131493017;
- // aapt resource value: 0x7f0600ef
- public const int please_note = 2131099887;
+ // aapt resource value: 0x7f0c009a
+ public const int kp2a_simple_keyboard_summary = 2131493018;
- // aapt resource value: 0x7f0600c8
- public const int progress_create = 2131099848;
+ // aapt resource value: 0x7f0c009d
+ public const int kp2a_switch_on_sendgodone = 2131493021;
- // aapt resource value: 0x7f0600ca
- public const int progress_title = 2131099850;
+ // aapt resource value: 0x7f0c009e
+ public const int kp2a_switch_on_sendgodone_summary = 2131493022;
- // aapt resource value: 0x7f06011b
- public const int protection = 2131099931;
+ // aapt resource value: 0x7f0c009f
+ public const int kp2a_switch_rooted = 2131493023;
- // aapt resource value: 0x7f060146
- public const int rate_app = 2131099974;
+ // aapt resource value: 0x7f0c00a0
+ public const int kp2a_switch_rooted_summary = 2131493024;
- // aapt resource value: 0x7f0600f1
- public const int regular_expression = 2131099889;
+ // aapt resource value: 0x7f0c0092
+ public const int kp2a_user = 2131493010;
- // aapt resource value: 0x7f0600cb
- public const int remember_keyfile_summary = 2131099851;
+ // aapt resource value: 0x7f0c0057
+ public const int label_alpha_key = 2131492951;
- // aapt resource value: 0x7f0600cc
- public const int remember_keyfile_title = 2131099852;
+ // aapt resource value: 0x7f0c0058
+ public const int label_alt_key = 2131492952;
- // aapt resource value: 0x7f0600cd
- public const int remove_from_filelist = 2131099853;
+ // aapt resource value: 0x7f0c0053
+ public const int label_done_key = 2131492947;
- // aapt resource value: 0x7f0600ce
- public const int rijndael = 2131099854;
+ // aapt resource value: 0x7f0c0051
+ public const int label_go_key = 2131492945;
- // aapt resource value: 0x7f0600cf
- public const int root = 2131099855;
+ // aapt resource value: 0x7f0c0052
+ public const int label_next_key = 2131492946;
- // aapt resource value: 0x7f0600d0
- public const int rounds = 2131099856;
+ // aapt resource value: 0x7f0c0056
+ public const int label_phone_key = 2131492950;
- // aapt resource value: 0x7f0600d1
- public const int rounds_explaination = 2131099857;
+ // aapt resource value: 0x7f0c0054
+ public const int label_send_key = 2131492948;
- // aapt resource value: 0x7f0600d2
- public const int rounds_hint = 2131099858;
+ // aapt resource value: 0x7f0c0055
+ public const int label_symbol_key = 2131492949;
- // aapt resource value: 0x7f060011
- public const int rounds_key = 2131099665;
+ // aapt resource value: 0x7f0c007e
+ public const int language_selection_summary = 2131492990;
- // aapt resource value: 0x7f0600d5
- public const int saving_database = 2131099861;
+ // aapt resource value: 0x7f0c007d
+ public const int language_selection_title = 2131492989;
- // aapt resource value: 0x7f0600dc
- public const int search_hint = 2131099868;
+ // aapt resource value: 0x7f0c0086
+ public const int layout_basic = 2131492998;
- // aapt resource value: 0x7f0600de
- public const int search_in = 2131099870;
+ // aapt resource value: 0x7f0c008a
+ public const int layout_gingerbread = 2131493002;
- // aapt resource value: 0x7f0600d7
- public const int search_label = 2131099863;
+ // aapt resource value: 0x7f0c0087
+ public const int layout_high_contrast = 2131492999;
- // aapt resource value: 0x7f0600fa
- public const int search_options = 2131099898;
+ // aapt resource value: 0x7f0c0088
+ public const int layout_stone_bold = 2131493000;
- // aapt resource value: 0x7f0600dd
- public const int search_results = 2131099869;
+ // aapt resource value: 0x7f0c0089
+ public const int layout_stone_normal = 2131493001;
- // aapt resource value: 0x7f060051
- public const int security_prefs = 2131099729;
+ // aapt resource value: 0x7f0c0140
+ public const int length = 2131493184;
- // aapt resource value: 0x7f06001f
- public const int security_prefs_key = 2131099679;
+ // aapt resource value: 0x7f0c00a1
+ public const int library_name = 2131493025;
- // aapt resource value: 0x7f0600e0
- public const int select_group_then_add = 2131099872;
+ // aapt resource value: 0x7f0c00d6
+ public const int list_size_default = 2131493078;
- // aapt resource value: 0x7f0600df
- public const int select_other_entry = 2131099871;
+ // aapt resource value: 0x7f0c00b6
+ public const int list_size_key = 2131493046;
- // aapt resource value: 0x7f060174
- public const int select_storage_type = 2131100020;
+ // aapt resource value: 0x7f0c0142
+ public const int list_size_summary = 2131493186;
- // aapt resource value: 0x7f060047
- public const int short_app_name = 2131099719;
+ // aapt resource value: 0x7f0c0141
+ public const int list_size_title = 2131493185;
- // aapt resource value: 0x7f060049
- public const int short_app_name_nonet = 2131099721;
+ // aapt resource value: 0x7f0c023c
+ public const int loading = 2131493436;
- // aapt resource value: 0x7f06004d
- public const int show_kill_app = 2131099725;
+ // aapt resource value: 0x7f0c0143
+ public const int loading_database = 2131493187;
- // aapt resource value: 0x7f06000e
- public const int show_kill_app_key = 2131099662;
+ // aapt resource value: 0x7f0c0144
+ public const int lowercase = 2131493188;
- // aapt resource value: 0x7f06004e
- public const int show_kill_app_summary = 2131099726;
+ // aapt resource value: 0x7f0c00b4
+ public const int maskpass_key = 2131493044;
- // aapt resource value: 0x7f0600d8
- public const int show_password = 2131099864;
+ // aapt resource value: 0x7f0c0147
+ public const int maskpass_summary = 2131493191;
- // aapt resource value: 0x7f0600da
- public const int sort_db = 2131099866;
+ // aapt resource value: 0x7f0c0146
+ public const int maskpass_title = 2131493190;
- // aapt resource value: 0x7f060016
- public const int sort_key = 2131099670;
+ // aapt resource value: 0x7f0c0167
+ public const int master_key_type = 2131493223;
- // aapt resource value: 0x7f0600d9
- public const int sort_name = 2131099865;
+ // aapt resource value: 0x7f0c0226
+ public const int master_password = 2131493414;
- // aapt resource value: 0x7f0600d6
- public const int space = 2131099862;
+ // aapt resource value: 0x7f0c0148
+ public const int menu_about = 2131493192;
- // aapt resource value: 0x7f0600db
- public const int special = 2131099867;
+ // aapt resource value: 0x7f0c014d
+ public const int menu_app_settings = 2131493197;
- // aapt resource value: 0x7f0600fd
- public const int start_create = 2131099901;
+ // aapt resource value: 0x7f0c015a
+ public const int menu_change_db = 2131493210;
- // aapt resource value: 0x7f0600ff
- public const int start_create_import = 2131099903;
+ // aapt resource value: 0x7f0c0149
+ public const int menu_change_key = 2131493193;
- // aapt resource value: 0x7f0600fc
- public const int start_open_file = 2131099900;
+ // aapt resource value: 0x7f0c014a
+ public const int menu_copy_pass = 2131493194;
- // aapt resource value: 0x7f0600fe
- public const int start_open_url = 2131099902;
+ // aapt resource value: 0x7f0c014b
+ public const int menu_copy_user = 2131493195;
- // aapt resource value: 0x7f060145
- public const int suggest_improvements = 2131099973;
+ // aapt resource value: 0x7f0c014c
+ public const int menu_create = 2131493196;
- // aapt resource value: 0x7f06016b
- public const int synchronize_database_menu = 2131100011;
+ // aapt resource value: 0x7f0c014e
+ public const int menu_db_settings = 2131493198;
- // aapt resource value: 0x7f060147
- public const int translate_app = 2131099975;
+ // aapt resource value: 0x7f0c014f
+ public const int menu_delete = 2131493199;
- // aapt resource value: 0x7f0600e2
- public const int twofish = 2131099874;
+ // aapt resource value: 0x7f0c0151
+ public const int menu_donate = 2131493201;
- // aapt resource value: 0x7f0600e3
- public const int underline = 2131099875;
+ // aapt resource value: 0x7f0c0152
+ public const int menu_edit = 2131493202;
- // aapt resource value: 0x7f0600e4
- public const int unsupported_db_version = 2131099876;
+ // aapt resource value: 0x7f0c0153
+ public const int menu_hide_password = 2131493203;
- // aapt resource value: 0x7f0600e5
- public const int uppercase = 2131099877;
+ // aapt resource value: 0x7f0c0154
+ public const int menu_lock = 2131493204;
- // aapt resource value: 0x7f06018c
- public const int use_key_file = 2131100044;
+ // aapt resource value: 0x7f0c0150
+ public const int menu_move = 2131493200;
- // aapt resource value: 0x7f0600e9
- public const int version_history = 2131099881;
+ // aapt resource value: 0x7f0c0155
+ public const int menu_open = 2131493205;
- // aapt resource value: 0x7f0600e8
- public const int version_label = 2131099880;
+ // aapt resource value: 0x7f0c0156
+ public const int menu_rename = 2131493206;
- // aapt resource value: 0x7f0600e6
- public const int warning_read_only = 2131099878;
+ // aapt resource value: 0x7f0c0157
+ public const int menu_search = 2131493207;
- // aapt resource value: 0x7f0600e7
- public const int warning_unmounted = 2131099879;
+ // aapt resource value: 0x7f0c0158
+ public const int menu_search_advanced = 2131493208;
- // aapt resource value: 0x7f0600bd
- public const int yes = 2131099837;
+ // aapt resource value: 0x7f0c0159
+ public const int menu_url = 2131493209;
+
+ // aapt resource value: 0x7f0c015b
+ public const int minus = 2131493211;
+
+ // aapt resource value: 0x7f0c015c
+ public const int never = 2131493212;
+
+ // aapt resource value: 0x7f0c015e
+ public const int no = 2131493214;
+
+ // aapt resource value: 0x7f0c015f
+ public const int no_keys = 2131493215;
+
+ // aapt resource value: 0x7f0c0160
+ public const int no_results = 2131493216;
+
+ // aapt resource value: 0x7f0c020f
+ public const int no_thanks = 2131493391;
+
+ // aapt resource value: 0x7f0c0161
+ public const int no_url_handler = 2131493217;
+
+ // aapt resource value: 0x7f0c00fe
+ public const int not_possible_im_picker = 2131493118;
+
+ // aapt resource value: 0x7f0c00a9
+ public const int oi_filemanager_market = 2131493033;
+
+ // aapt resource value: 0x7f0c00aa
+ public const int oi_filemanager_web = 2131493034;
+
+ // aapt resource value: 0x7f0c006c
+ public const int ok = 2131492972;
+
+ // aapt resource value: 0x7f0c020e
+ public const int ok_donate = 2131493390;
+
+ // aapt resource value: 0x7f0c00b5
+ public const int omitbackup_key = 2131493045;
+
+ // aapt resource value: 0x7f0c0164
+ public const int omitbackup_summary = 2131493220;
+
+ // aapt resource value: 0x7f0c0163
+ public const int omitbackup_title = 2131493219;
+
+ // aapt resource value: 0x7f0c0090
+ public const int open_entry = 2131493008;
+
+ // aapt resource value: 0x7f0c0091
+ public const int open_entry_for_app = 2131493009;
+
+ // aapt resource value: 0x7f0c0162
+ public const int open_recent = 2131493218;
+
+ // aapt resource value: 0x7f0c0073
+ public const int open_the_keyboard = 2131492979;
+
+ // aapt resource value: 0x7f0c0209
+ public const int otp_aux_file = 2131493385;
+
+ // aapt resource value: 0x7f0c0235
+ public const int otp_discarded_because_db_open = 2131493429;
+
+ // aapt resource value: 0x7f0c0233
+ public const int otp_discarded_because_no_db = 2131493427;
+
+ // aapt resource value: 0x7f0c0234
+ public const int otp_discarded_no_space = 2131493428;
+
+ // aapt resource value: 0x7f0c022f
+ public const int otp_explanation = 2131493423;
+
+ // aapt resource value: 0x7f0c0230
+ public const int otp_hint = 2131493424;
+
+ // aapt resource value: 0x7f0c0236
+ public const int otps_pending = 2131493430;
+
+ // aapt resource value: 0x7f0c0237
+ public const int otpsecret_hint = 2131493431;
+
+ // aapt resource value: 0x7f0c0165
+ public const int pass_filename = 2131493221;
+
+ // aapt resource value: 0x7f0c00f4
+ public const int password_access_prefs = 2131493108;
+
+ // aapt resource value: 0x7f0c00bf
+ public const int password_access_prefs_key = 2131493055;
+
+ // aapt resource value: 0x7f0c0166
+ public const int password_title = 2131493222;
+
+ // aapt resource value: 0x7f0c00ab
+ public const int permission_desc = 2131493035;
+
+ // aapt resource value: 0x7f0c00ff
+ public const int please_activate_keyboard = 2131493119;
+
+ // aapt resource value: 0x7f0c018f
+ public const int please_note = 2131493263;
+
+ // aapt resource value: 0x7f0c0077
+ public const int popular_domain_0 = 2131492983;
+
+ // aapt resource value: 0x7f0c0078
+ public const int popular_domain_1 = 2131492984;
+
+ // aapt resource value: 0x7f0c0079
+ public const int popular_domain_2 = 2131492985;
+
+ // aapt resource value: 0x7f0c007a
+ public const int popular_domain_3 = 2131492986;
+
+ // aapt resource value: 0x7f0c007b
+ public const int popular_domain_4 = 2131492987;
+
+ // aapt resource value: 0x7f0c0024
+ public const int popup_on_keypress = 2131492900;
+
+ // aapt resource value: 0x7f0c002b
+ public const int prediction = 2131492907;
+
+ // aapt resource value: 0x7f0c0042
+ public const int prediction_basic = 2131492930;
+
+ // aapt resource value: 0x7f0c002c
+ public const int prediction_category = 2131492908;
+
+ // aapt resource value: 0x7f0c0043
+ public const int prediction_full = 2131492931;
+
+ // aapt resource value: 0x7f0c002f
+ public const int prediction_landscape = 2131492911;
+
+ // aapt resource value: 0x7f0c0030
+ public const int prediction_landscape_summary = 2131492912;
+
+ // aapt resource value: 0x7f0c0041
+ public const int prediction_none = 2131492929;
+
+ // aapt resource value: 0x7f0c002d
+ public const int prediction_summary = 2131492909;
+
+ // aapt resource value: 0x7f0c008e
+ public const int prefs_debug_mode = 2131493006;
+
+ // aapt resource value: 0x7f0c0082
+ public const int prefs_description_log = 2131492994;
+
+ // aapt resource value: 0x7f0c0081
+ public const int prefs_enable_log = 2131492993;
+
+ // aapt resource value: 0x7f0c0083
+ public const int prefs_enable_recorrection = 2131492995;
+
+ // aapt resource value: 0x7f0c0084
+ public const int prefs_enable_recorrection_summary = 2131492996;
+
+ // aapt resource value: 0x7f0c003b
+ public const int prefs_settings_key = 2131492923;
+
+ // aapt resource value: 0x7f0c0168
+ public const int progress_create = 2131493224;
+
+ // aapt resource value: 0x7f0c016a
+ public const int progress_title = 2131493226;
+
+ // aapt resource value: 0x7f0c01bb
+ public const int protection = 2131493307;
+
+ // aapt resource value: 0x7f0c0035
+ public const int quick_fixes = 2131492917;
+
+ // aapt resource value: 0x7f0c0036
+ public const int quick_fixes_summary = 2131492918;
+
+ // aapt resource value: 0x7f0c01e6
+ public const int rate_app = 2131493350;
+
+ // aapt resource value: 0x7f0c0191
+ public const int regular_expression = 2131493265;
+
+ // aapt resource value: 0x7f0c016b
+ public const int remember_keyfile_summary = 2131493227;
+
+ // aapt resource value: 0x7f0c016c
+ public const int remember_keyfile_title = 2131493228;
+
+ // aapt resource value: 0x7f0c016d
+ public const int remove_from_filelist = 2131493229;
+
+ // aapt resource value: 0x7f0c016e
+ public const int rijndael = 2131493230;
+
+ // aapt resource value: 0x7f0c016f
+ public const int root = 2131493231;
+
+ // aapt resource value: 0x7f0c0170
+ public const int rounds = 2131493232;
+
+ // aapt resource value: 0x7f0c0171
+ public const int rounds_explaination = 2131493233;
+
+ // aapt resource value: 0x7f0c0172
+ public const int rounds_hint = 2131493234;
+
+ // aapt resource value: 0x7f0c00b2
+ public const int rounds_key = 2131493042;
+
+ // aapt resource value: 0x7f0c0175
+ public const int saving_database = 2131493237;
+
+ // aapt resource value: 0x7f0c017c
+ public const int search_hint = 2131493244;
+
+ // aapt resource value: 0x7f0c017e
+ public const int search_in = 2131493246;
+
+ // aapt resource value: 0x7f0c0177
+ public const int search_label = 2131493239;
+
+ // aapt resource value: 0x7f0c019a
+ public const int search_options = 2131493274;
+
+ // aapt resource value: 0x7f0c017d
+ public const int search_results = 2131493245;
+
+ // aapt resource value: 0x7f0c00f2
+ public const int security_prefs = 2131493106;
+
+ // aapt resource value: 0x7f0c00c0
+ public const int security_prefs_key = 2131493056;
+
+ // aapt resource value: 0x7f0c007c
+ public const int selectInputMethod = 2131492988;
+
+ // aapt resource value: 0x7f0c0180
+ public const int select_group_then_add = 2131493248;
+
+ // aapt resource value: 0x7f0c017f
+ public const int select_other_entry = 2131493247;
+
+ // aapt resource value: 0x7f0c0214
+ public const int select_storage_type = 2131493396;
+
+ // aapt resource value: 0x7f0c001a
+ public const int sentence_separators = 2131492890;
+
+ // aapt resource value: 0x7f0c001e
+ public const int settings_key_mode_always_hide = 2131492894;
+
+ // aapt resource value: 0x7f0c003e
+ public const int settings_key_mode_always_hide_name = 2131492926;
+
+ // aapt resource value: 0x7f0c001d
+ public const int settings_key_mode_always_show = 2131492893;
+
+ // aapt resource value: 0x7f0c003d
+ public const int settings_key_mode_always_show_name = 2131492925;
+
+ // aapt resource value: 0x7f0c001c
+ public const int settings_key_mode_auto = 2131492892;
+
+ // aapt resource value: 0x7f0c003c
+ public const int settings_key_mode_auto_name = 2131492924;
+
+ // aapt resource value: 0x7f0c00e8
+ public const int short_app_name = 2131493096;
+
+ // aapt resource value: 0x7f0c00ea
+ public const int short_app_name_nonet = 2131493098;
+
+ // aapt resource value: 0x7f0c00ee
+ public const int show_kill_app = 2131493102;
+
+ // aapt resource value: 0x7f0c00af
+ public const int show_kill_app_key = 2131493039;
+
+ // aapt resource value: 0x7f0c00ef
+ public const int show_kill_app_summary = 2131493103;
+
+ // aapt resource value: 0x7f0c0178
+ public const int show_password = 2131493240;
+
+ // aapt resource value: 0x7f0c0037
+ public const int show_suggestions = 2131492919;
+
+ // aapt resource value: 0x7f0c0038
+ public const int show_suggestions_summary = 2131492920;
+
+ // aapt resource value: 0x7f0c017a
+ public const int sort_db = 2131493242;
+
+ // aapt resource value: 0x7f0c00b7
+ public const int sort_key = 2131493047;
+
+ // aapt resource value: 0x7f0c0179
+ public const int sort_name = 2131493241;
+
+ // aapt resource value: 0x7f0c0023
+ public const int sound_on_keypress = 2131492899;
+
+ // aapt resource value: 0x7f0c0176
+ public const int space = 2131493238;
+
+ // aapt resource value: 0x7f0c017b
+ public const int special = 2131493243;
+
+ // aapt resource value: 0x7f0c019d
+ public const int start_create = 2131493277;
+
+ // aapt resource value: 0x7f0c019f
+ public const int start_create_import = 2131493279;
+
+ // aapt resource value: 0x7f0c019c
+ public const int start_open_file = 2131493276;
+
+ // aapt resource value: 0x7f0c019e
+ public const int start_open_url = 2131493278;
+
+ // aapt resource value: 0x7f0c008b
+ public const int subtype_mode_keyboard = 2131493003;
+
+ // aapt resource value: 0x7f0c008c
+ public const int subtype_mode_voice = 2131493004;
+
+ // aapt resource value: 0x7f0c01e5
+ public const int suggest_improvements = 2131493349;
+
+ // aapt resource value: 0x7f0c001b
+ public const int suggested_punctuations = 2131492891;
+
+ // aapt resource value: 0x7f0c020b
+ public const int synchronize_database_menu = 2131493387;
+
+ // aapt resource value: 0x7f0c0047
+ public const int tip_access_symbols = 2131492935;
+
+ // aapt resource value: 0x7f0c0048
+ public const int tip_add_to_dictionary = 2131492936;
+
+ // aapt resource value: 0x7f0c0046
+ public const int tip_dismiss = 2131492934;
+
+ // aapt resource value: 0x7f0c0045
+ public const int tip_long_press = 2131492933;
+
+ // aapt resource value: 0x7f0c004e
+ public const int tip_to_close_symbols = 2131492942;
+
+ // aapt resource value: 0x7f0c004f
+ public const int tip_to_launch_settings = 2131492943;
+
+ // aapt resource value: 0x7f0c004b
+ public const int tip_to_open_keyboard = 2131492939;
+
+ // aapt resource value: 0x7f0c004d
+ public const int tip_to_open_symbols = 2131492941;
+
+ // aapt resource value: 0x7f0c0050
+ public const int tip_to_start_typing = 2131492944;
+
+ // aapt resource value: 0x7f0c004c
+ public const int tip_to_view_accents = 2131492940;
+
+ // aapt resource value: 0x7f0c0075
+ public const int touch_and_hold = 2131492981;
+
+ // aapt resource value: 0x7f0c0049
+ public const int touch_to_continue = 2131492937;
+
+ // aapt resource value: 0x7f0c004a
+ public const int touch_to_finish = 2131492938;
+
+ // aapt resource value: 0x7f0c01e7
+ public const int translate_app = 2131493351;
+
+ // aapt resource value: 0x7f0c0182
+ public const int twofish = 2131493250;
+
+ // aapt resource value: 0x7f0c0183
+ public const int underline = 2131493251;
+
+ // aapt resource value: 0x7f0c0184
+ public const int unsupported_db_version = 2131493252;
+
+ // aapt resource value: 0x7f0c0185
+ public const int uppercase = 2131493253;
+
+ // aapt resource value: 0x7f0c022c
+ public const int use_key_file = 2131493420;
+
+ // aapt resource value: 0x7f0c0189
+ public const int version_history = 2131493257;
+
+ // aapt resource value: 0x7f0c0188
+ public const int version_label = 2131493256;
+
+ // aapt resource value: 0x7f0c0022
+ public const int vibrate_on_keypress = 2131492898;
+
+ // aapt resource value: 0x7f0c0064
+ public const int voice_audio_error = 2131492964;
+
+ // aapt resource value: 0x7f0c0061
+ public const int voice_error = 2131492961;
+
+ // aapt resource value: 0x7f0c005d
+ public const int voice_hint_dialog_message = 2131492957;
+
+ // aapt resource value: 0x7f0c0060
+ public const int voice_initializing = 2131492960;
+
+ // aapt resource value: 0x7f0c006d
+ public const int voice_input = 2131492973;
+
+ // aapt resource value: 0x7f0c005e
+ public const int voice_listening = 2131492958;
+
+ // aapt resource value: 0x7f0c006e
+ public const int voice_mode_main = 2131492974;
+
+ // aapt resource value: 0x7f0c0070
+ public const int voice_mode_off = 2131492976;
+
+ // aapt resource value: 0x7f0c006f
+ public const int voice_mode_symbols = 2131492975;
+
+ // aapt resource value: 0x7f0c0062
+ public const int voice_network_error = 2131492962;
+
+ // aapt resource value: 0x7f0c0067
+ public const int voice_no_match = 2131492967;
+
+ // aapt resource value: 0x7f0c0068
+ public const int voice_not_installed = 2131492968;
+
+ // aapt resource value: 0x7f0c006a
+ public const int voice_punctuation_hint = 2131492970;
+
+ // aapt resource value: 0x7f0c0065
+ public const int voice_server_error = 2131492965;
+
+ // aapt resource value: 0x7f0c0066
+ public const int voice_speech_timeout = 2131492966;
+
+ // aapt resource value: 0x7f0c0069
+ public const int voice_swipe_hint = 2131492969;
+
+ // aapt resource value: 0x7f0c0063
+ public const int voice_too_much_speech = 2131492963;
+
+ // aapt resource value: 0x7f0c005c
+ public const int voice_warning_how_to_turn_off = 2131492956;
+
+ // aapt resource value: 0x7f0c005a
+ public const int voice_warning_locale_not_supported = 2131492954;
+
+ // aapt resource value: 0x7f0c005b
+ public const int voice_warning_may_not_understand = 2131492955;
+
+ // aapt resource value: 0x7f0c0059
+ public const int voice_warning_title = 2131492953;
+
+ // aapt resource value: 0x7f0c005f
+ public const int voice_working = 2131492959;
+
+ // aapt resource value: 0x7f0c0186
+ public const int warning_read_only = 2131493254;
+
+ // aapt resource value: 0x7f0c0187
+ public const int warning_unmounted = 2131493255;
+
+ // aapt resource value: 0x7f0c0019
+ public const int word_separators = 2131492889;
+
+ // aapt resource value: 0x7f0c015d
+ public const int yes = 2131493213;
static String()
{
@@ -2749,101 +4083,110 @@ namespace keepass2android
public partial class Style
{
- // aapt resource value: 0x7f0b001f
- public const int AdditionalStringLayout = 2131427359;
+ // aapt resource value: 0x7f0e0022
+ public const int AdditionalStringLayout = 2131623970;
- // aapt resource value: 0x7f0b0000
- public const int Base = 2131427328;
+ // aapt resource value: 0x7f0e0003
+ public const int Base = 2131623939;
- // aapt resource value: 0x7f0b0017
- public const int BottomBarActionButton = 2131427351;
+ // aapt resource value: 0x7f0e001a
+ public const int BottomBarActionButton = 2131623962;
- // aapt resource value: 0x7f0b0002
- public const int Dialog = 2131427330;
+ // aapt resource value: 0x7f0e0005
+ public const int Dialog = 2131623941;
- // aapt resource value: 0x7f0b0013
- public const int EditEntryButton = 2131427347;
+ // aapt resource value: 0x7f0e0016
+ public const int EditEntryButton = 2131623958;
- // aapt resource value: 0x7f0b0007
- public const int ElementText = 2131427335;
+ // aapt resource value: 0x7f0e000a
+ public const int ElementText = 2131623946;
- // aapt resource value: 0x7f0b0008
- public const int ElementTextLarge = 2131427336;
+ // aapt resource value: 0x7f0e000b
+ public const int ElementTextLarge = 2131623947;
- // aapt resource value: 0x7f0b0006
- public const int ElementTextSmall = 2131427334;
+ // aapt resource value: 0x7f0e0009
+ public const int ElementTextSmall = 2131623945;
- // aapt resource value: 0x7f0b000f
- public const int ElementTextTitle = 2131427343;
+ // aapt resource value: 0x7f0e0012
+ public const int ElementTextTitle = 2131623954;
- // aapt resource value: 0x7f0b000e
- public const int EntryFieldHeader = 2131427342;
+ // aapt resource value: 0x7f0e0011
+ public const int EntryFieldHeader = 2131623953;
- // aapt resource value: 0x7f0b0010
- public const int EntryItem = 2131427344;
+ // aapt resource value: 0x7f0e0013
+ public const int EntryItem = 2131623955;
- // aapt resource value: 0x7f0b0014
- public const int ExtraFieldHeader = 2131427348;
+ // aapt resource value: 0x7f0e0017
+ public const int ExtraFieldHeader = 2131623959;
- // aapt resource value: 0x7f0b000b
- public const int GroupAndEntryHeader = 2131427339;
+ // aapt resource value: 0x7f0e000e
+ public const int GroupAndEntryHeader = 2131623950;
- // aapt resource value: 0x7f0b0009
- public const int GroupLabel = 2131427337;
+ // aapt resource value: 0x7f0e000c
+ public const int GroupLabel = 2131623948;
- // aapt resource value: 0x7f0b0004
- public const int GroupText = 2131427332;
+ // aapt resource value: 0x7f0e0007
+ public const int GroupText = 2131623943;
- // aapt resource value: 0x7f0b0005
- public const int GroupTextLarge = 2131427333;
+ // aapt resource value: 0x7f0e0008
+ public const int GroupTextLarge = 2131623944;
- // aapt resource value: 0x7f0b0003
- public const int GroupTextSmall = 2131427331;
+ // aapt resource value: 0x7f0e0006
+ public const int GroupTextSmall = 2131623942;
- // aapt resource value: 0x7f0b0012
- public const int InfoHeader = 2131427346;
+ // aapt resource value: 0x7f0e0015
+ public const int InfoHeader = 2131623957;
- // aapt resource value: 0x7f0b0011
- public const int MinusButton = 2131427345;
+ // aapt resource value: 0x7f0e0001
+ public const int KeyPreviewAnimation = 2131623937;
- // aapt resource value: 0x7f0b0001
- public const int NoTitleBar = 2131427329;
+ // aapt resource value: 0x7f0e0000
+ public const int LatinKeyboardBaseView = 2131623936;
- // aapt resource value: 0x7f0b0015
- public const int PaddedContainer = 2131427349;
+ // aapt resource value: 0x7f0e0002
+ public const int MiniKeyboardAnimation = 2131623938;
- // aapt resource value: 0x7f0b0016
- public const int PaddedElement = 2131427350;
+ // aapt resource value: 0x7f0e0014
+ public const int MinusButton = 2131623956;
- // aapt resource value: 0x7f0b001a
- public const int TextAppearance_EditEntry = 2131427354;
+ // aapt resource value: 0x7f0e0004
+ public const int NoTitleBar = 2131623940;
- // aapt resource value: 0x7f0b0019
- public const int TextAppearance_EditEntry_LabelSmall = 2131427353;
+ // aapt resource value: 0x7f0e0018
+ public const int PaddedContainer = 2131623960;
- // aapt resource value: 0x7f0b0018
- public const int TextAppearance_EditEntry_Small = 2131427352;
+ // aapt resource value: 0x7f0e0019
+ public const int PaddedElement = 2131623961;
- // aapt resource value: 0x7f0b001b
- public const int TextAppearance_EditEntry_Value = 2131427355;
+ // aapt resource value: 0x7f0e001d
+ public const int TextAppearance_EditEntry = 2131623965;
- // aapt resource value: 0x7f0b001e
- public const int TextAppearance_Help = 2131427358;
+ // aapt resource value: 0x7f0e001c
+ public const int TextAppearance_EditEntry_LabelSmall = 2131623964;
- // aapt resource value: 0x7f0b001c
- public const int TextAppearance_SmallHeading = 2131427356;
+ // aapt resource value: 0x7f0e001b
+ public const int TextAppearance_EditEntry_Small = 2131623963;
- // aapt resource value: 0x7f0b001d
- public const int TextAppearance_SubElement = 2131427357;
+ // aapt resource value: 0x7f0e001e
+ public const int TextAppearance_EditEntry_Value = 2131623966;
- // aapt resource value: 0x7f0b000a
- public const int WhiteOnBlack = 2131427338;
+ // aapt resource value: 0x7f0e0021
+ public const int TextAppearance_Help = 2131623969;
- // aapt resource value: 0x7f0b000c
- public const int WhiteOnBlackSmall = 2131427340;
+ // aapt resource value: 0x7f0e001f
+ public const int TextAppearance_SmallHeading = 2131623967;
- // aapt resource value: 0x7f0b000d
- public const int WhiteOnDarkSmall = 2131427341;
+ // aapt resource value: 0x7f0e0020
+ public const int TextAppearance_SubElement = 2131623968;
+
+ // aapt resource value: 0x7f0e000d
+ public const int WhiteOnBlack = 2131623949;
+
+ // aapt resource value: 0x7f0e000f
+ public const int WhiteOnBlackSmall = 2131623951;
+
+ // aapt resource value: 0x7f0e0010
+ public const int WhiteOnDarkSmall = 2131623952;
static Style()
{
@@ -2859,13 +4202,94 @@ namespace keepass2android
{
// aapt resource value: 0x7f050000
- public const int preferences = 2131034112;
+ public const int dictionary = 2131034112;
// aapt resource value: 0x7f050001
- public const int searchable = 2131034113;
+ public const int kbd_kp2a = 2131034113;
// aapt resource value: 0x7f050002
- public const int searchable_offline = 2131034114;
+ public const int kbd_kp2a_black = 2131034114;
+
+ // aapt resource value: 0x7f050003
+ public const int kbd_phone = 2131034115;
+
+ // aapt resource value: 0x7f050004
+ public const int kbd_phone_black = 2131034116;
+
+ // aapt resource value: 0x7f050005
+ public const int kbd_phone_symbols = 2131034117;
+
+ // aapt resource value: 0x7f050006
+ public const int kbd_phone_symbols_black = 2131034118;
+
+ // aapt resource value: 0x7f050007
+ public const int kbd_popup_narrow_template = 2131034119;
+
+ // aapt resource value: 0x7f050008
+ public const int kbd_popup_template = 2131034120;
+
+ // aapt resource value: 0x7f050009
+ public const int kbd_qwerty = 2131034121;
+
+ // aapt resource value: 0x7f05000a
+ public const int kbd_qwerty_black = 2131034122;
+
+ // aapt resource value: 0x7f05000b
+ public const int kbd_symbols = 2131034123;
+
+ // aapt resource value: 0x7f05000c
+ public const int kbd_symbols_black = 2131034124;
+
+ // aapt resource value: 0x7f05000d
+ public const int kbd_symbols_shift = 2131034125;
+
+ // aapt resource value: 0x7f05000e
+ public const int kbd_symbols_shift_black = 2131034126;
+
+ // aapt resource value: 0x7f05000f
+ public const int language_prefs = 2131034127;
+
+ // aapt resource value: 0x7f050010
+ public const int method = 2131034128;
+
+ // aapt resource value: 0x7f050011
+ public const int popup_at = 2131034129;
+
+ // aapt resource value: 0x7f050012
+ public const int popup_comma = 2131034130;
+
+ // aapt resource value: 0x7f050013
+ public const int popup_domains = 2131034131;
+
+ // aapt resource value: 0x7f050014
+ public const int popup_kp2a = 2131034132;
+
+ // aapt resource value: 0x7f050015
+ public const int popup_mic = 2131034133;
+
+ // aapt resource value: 0x7f050016
+ public const int popup_punctuation = 2131034134;
+
+ // aapt resource value: 0x7f050017
+ public const int popup_slash = 2131034135;
+
+ // aapt resource value: 0x7f050018
+ public const int popup_smileys = 2131034136;
+
+ // aapt resource value: 0x7f050019
+ public const int preferences = 2131034137;
+
+ // aapt resource value: 0x7f05001a
+ public const int prefs = 2131034138;
+
+ // aapt resource value: 0x7f05001b
+ public const int prefs_for_debug = 2131034139;
+
+ // aapt resource value: 0x7f05001c
+ public const int searchable = 2131034140;
+
+ // aapt resource value: 0x7f05001d
+ public const int searchable_offline = 2131034141;
static Xml()
{
@@ -2882,7 +4306,7 @@ namespace keepass2android
public static int[] Kp2aShortHelpView = new int[] {
16843087,
- 2130771968};
+ 2130771984};
// aapt resource value: 0
public const int Kp2aShortHelpView_android_text = 0;
@@ -2890,9 +4314,75 @@ namespace keepass2android
// aapt resource value: 1
public const int Kp2aShortHelpView_help_text = 1;
+ public static int[] LatinKeyboardBaseView = new int[] {
+ 2130771968,
+ 2130771969,
+ 2130771970,
+ 2130771971,
+ 2130771972,
+ 2130771973,
+ 2130771974,
+ 2130771975,
+ 2130771976,
+ 2130771977,
+ 2130771978,
+ 2130771979,
+ 2130771980,
+ 2130771981,
+ 2130771982,
+ 2130771983};
+
+ // aapt resource value: 13
+ public const int LatinKeyboardBaseView_backgroundDimAmount = 13;
+
+ // aapt resource value: 1
+ public const int LatinKeyboardBaseView_keyBackground = 1;
+
+ // aapt resource value: 8
+ public const int LatinKeyboardBaseView_keyHysteresisDistance = 8;
+
+ // aapt resource value: 7
+ public const int LatinKeyboardBaseView_keyPreviewHeight = 7;
+
+ // aapt resource value: 5
+ public const int LatinKeyboardBaseView_keyPreviewLayout = 5;
+
+ // aapt resource value: 6
+ public const int LatinKeyboardBaseView_keyPreviewOffset = 6;
+
+ // aapt resource value: 4
+ public const int LatinKeyboardBaseView_keyTextColor = 4;
+
+ // aapt resource value: 2
+ public const int LatinKeyboardBaseView_keyTextSize = 2;
+
+ // aapt resource value: 14
+ public const int LatinKeyboardBaseView_keyTextStyle = 14;
+
+ // aapt resource value: 0
+ public const int LatinKeyboardBaseView_keyboardViewStyle = 0;
+
+ // aapt resource value: 3
+ public const int LatinKeyboardBaseView_labelTextSize = 3;
+
+ // aapt resource value: 10
+ public const int LatinKeyboardBaseView_popupLayout = 10;
+
+ // aapt resource value: 11
+ public const int LatinKeyboardBaseView_shadowColor = 11;
+
+ // aapt resource value: 12
+ public const int LatinKeyboardBaseView_shadowRadius = 12;
+
+ // aapt resource value: 15
+ public const int LatinKeyboardBaseView_symbolColorScheme = 15;
+
+ // aapt resource value: 9
+ public const int LatinKeyboardBaseView_verticalCorrection = 9;
+
public static int[] TextWithHelp = new int[] {
16843087,
- 2130771968};
+ 2130771984};
// aapt resource value: 0
public const int TextWithHelp_android_text = 0;
diff --git a/src/keepass2android/Resources/values/strings.xml b/src/keepass2android/Resources/values/strings.xml
index 15dd99c5..980754e1 100644
--- a/src/keepass2android/Resources/values/strings.xml
+++ b/src/keepass2android/Resources/values/strings.xml
@@ -398,7 +398,9 @@
Change log
- Version 0.9.3 preview\n
+ Version 0.9.3 preview 2\n
+ * New keyboard with many improvements. See settings to customize.\n
+ * Read-only support for kdb (Keepass 1 files). Experimental!
* Added SFTP support\n
* Bug fixes\n
diff --git a/src/keepass2android/keepass2android.csproj b/src/keepass2android/keepass2android.csproj
index 33d93c5f..1e00f980 100644
--- a/src/keepass2android/keepass2android.csproj
+++ b/src/keepass2android/keepass2android.csproj
@@ -30,7 +30,7 @@
full
false
bin\Debug
- DEBUG;EXCLUDE_TWOFISH;EXCLUDE_KEYBOARD;EXCLUDE_KEYTRANSFORM;EXCLUDE_FILECHOOSER;EXCLUDE_JAVAFILESTORAGE
+ DEBUG;EXCLUDE_TWOFISH;INCLUDE_KEYBOARD;EXCLUDE_KEYTRANSFORM;EXCLUDE_FILECHOOSER;EXCLUDE_JAVAFILESTORAGE
prompt
4
False
@@ -698,6 +698,10 @@
{70d3844a-d9fa-4a64-b205-a84c6a822196}
KP2AKdbLibraryBinding
+
+ {a8779d4d-7c49-4c2f-82bd-2cdc448391da}
+ Kp2aKeyboardBinding
+
{5CF675A5-9BEE-4720-BED9-D5BF14A2EBF9}
TwofishCipher