Commit cf342414 by Arturo Montejo Ráez

merge

parents 96017d3b 9c55c41d
Showing with 2183 additions and 43 deletions
......@@ -7,8 +7,13 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 21
<<<<<<< HEAD
versionCode 3
versionName "1.8"
=======
versionCode 4
versionName "1.7"
>>>>>>> develop
resValue "string", "db_name", "PCB.db"
resValue "integer", "db_version", "11"
//resValue "string", "app_version", "1.1"
......@@ -42,6 +47,7 @@ android {
}
dependencies {
<<<<<<< HEAD
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:support-v4:24.2.1'
......@@ -52,4 +58,16 @@ dependencies {
implementation 'com.google.android.gms:play-services-ads:9.2.1'
implementation 'com.google.android.gms:play-services-auth:9.2.1'
implementation 'com.google.android.gms:play-services-gcm:9.2.1'
=======
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:support-v4:24.2.1'
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.github.nkzawa:socket.io-client:0.5.1'
compile 'com.koushikdutta.async:androidasync:2.+'
compile 'com.koushikdutta.ion:ion:2.+'
compile 'com.google.android.gms:play-services-ads:9.2.1'
compile 'com.google.android.gms:play-services-auth:9.2.1'
compile 'com.google.android.gms:play-services-gcm:9.2.1'
>>>>>>> develop
}
......@@ -285,6 +285,12 @@ public class NetService implements Runnable, RestapiWrapper.iSilentLogin {
}
public void setOffline(Exception e) {
if (this.updated)
try {
PCBcontext.getPcbdb().getStudentVocabulary(PCBcontext.getVocabulary());
} catch (JSONException e1) {
Log.e(LOG_TAG,"Local vocabulary when offline not loading:"+e1.getMessage());
}
this.updated=false;
//PCBcontext.getRoom().exit();
Log.e(LOG_TAG, "PCB offline because exception happens: " + e.getMessage());
......
......@@ -42,7 +42,7 @@ public class Room {
@Override
public void call(Object... args) {
Log.e(LOG_TAG,"Websockect disconnect");
PCBcontext.getNetService().setOffline(new SocketIOException("Websocket connection is lost"));
//PCBcontext.getNetService().setOffline(new SocketIOException("Websocket connection is lost"));
}
});
connect();
......
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.yottacode.pictogram.communicator;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.yottacode.pictogram.yotta_tablet";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "DevFlavor";
public static final int VERSION_CODE = 7;
public static final String VERSION_NAME = "1.7";
}
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package com.google.android.gms;
public final class R {
public static final class attr {
public static final int adSize = 0x7f030022;
public static final int adSizes = 0x7f030023;
public static final int adUnitId = 0x7f030024;
public static final int buttonSize = 0x7f03003e;
public static final int circleCrop = 0x7f030045;
public static final int colorScheme = 0x7f030053;
public static final int imageAspectRatio = 0x7f03007b;
public static final int imageAspectRatioAdjust = 0x7f03007c;
public static final int scopeUris = 0x7f0300a9;
}
public static final class color {
public static final int common_google_signin_btn_text_dark = 0x7f05002b;
public static final int common_google_signin_btn_text_dark_default = 0x7f05002c;
public static final int common_google_signin_btn_text_dark_disabled = 0x7f05002d;
public static final int common_google_signin_btn_text_dark_focused = 0x7f05002e;
public static final int common_google_signin_btn_text_dark_pressed = 0x7f05002f;
public static final int common_google_signin_btn_text_light = 0x7f050030;
public static final int common_google_signin_btn_text_light_default = 0x7f050031;
public static final int common_google_signin_btn_text_light_disabled = 0x7f050032;
public static final int common_google_signin_btn_text_light_focused = 0x7f050033;
public static final int common_google_signin_btn_text_light_pressed = 0x7f050034;
public static final int common_plus_signin_btn_text_dark = 0x7f050035;
public static final int common_plus_signin_btn_text_dark_default = 0x7f050036;
public static final int common_plus_signin_btn_text_dark_disabled = 0x7f050037;
public static final int common_plus_signin_btn_text_dark_focused = 0x7f050038;
public static final int common_plus_signin_btn_text_dark_pressed = 0x7f050039;
public static final int common_plus_signin_btn_text_light = 0x7f05003a;
public static final int common_plus_signin_btn_text_light_default = 0x7f05003b;
public static final int common_plus_signin_btn_text_light_disabled = 0x7f05003c;
public static final int common_plus_signin_btn_text_light_focused = 0x7f05003d;
public static final int common_plus_signin_btn_text_light_pressed = 0x7f05003e;
}
public static final class drawable {
public static final int common_full_open_on_phone = 0x7f070057;
public static final int common_google_signin_btn_icon_dark = 0x7f070058;
public static final int common_google_signin_btn_icon_dark_disabled = 0x7f070059;
public static final int common_google_signin_btn_icon_dark_focused = 0x7f07005a;
public static final int common_google_signin_btn_icon_dark_normal = 0x7f07005b;
public static final int common_google_signin_btn_icon_dark_pressed = 0x7f07005c;
public static final int common_google_signin_btn_icon_light = 0x7f07005d;
public static final int common_google_signin_btn_icon_light_disabled = 0x7f07005e;
public static final int common_google_signin_btn_icon_light_focused = 0x7f07005f;
public static final int common_google_signin_btn_icon_light_normal = 0x7f070060;
public static final int common_google_signin_btn_icon_light_pressed = 0x7f070061;
public static final int common_google_signin_btn_text_dark = 0x7f070062;
public static final int common_google_signin_btn_text_dark_disabled = 0x7f070063;
public static final int common_google_signin_btn_text_dark_focused = 0x7f070064;
public static final int common_google_signin_btn_text_dark_normal = 0x7f070065;
public static final int common_google_signin_btn_text_dark_pressed = 0x7f070066;
public static final int common_google_signin_btn_text_light = 0x7f070067;
public static final int common_google_signin_btn_text_light_disabled = 0x7f070068;
public static final int common_google_signin_btn_text_light_focused = 0x7f070069;
public static final int common_google_signin_btn_text_light_normal = 0x7f07006a;
public static final int common_google_signin_btn_text_light_pressed = 0x7f07006b;
public static final int common_ic_googleplayservices = 0x7f07006c;
public static final int common_plus_signin_btn_icon_dark = 0x7f07006d;
public static final int common_plus_signin_btn_icon_dark_disabled = 0x7f07006e;
public static final int common_plus_signin_btn_icon_dark_focused = 0x7f07006f;
public static final int common_plus_signin_btn_icon_dark_normal = 0x7f070070;
public static final int common_plus_signin_btn_icon_dark_pressed = 0x7f070071;
public static final int common_plus_signin_btn_icon_light = 0x7f070072;
public static final int common_plus_signin_btn_icon_light_disabled = 0x7f070073;
public static final int common_plus_signin_btn_icon_light_focused = 0x7f070074;
public static final int common_plus_signin_btn_icon_light_normal = 0x7f070075;
public static final int common_plus_signin_btn_icon_light_pressed = 0x7f070076;
public static final int common_plus_signin_btn_text_dark = 0x7f070077;
public static final int common_plus_signin_btn_text_dark_disabled = 0x7f070078;
public static final int common_plus_signin_btn_text_dark_focused = 0x7f070079;
public static final int common_plus_signin_btn_text_dark_normal = 0x7f07007a;
public static final int common_plus_signin_btn_text_dark_pressed = 0x7f07007b;
public static final int common_plus_signin_btn_text_light = 0x7f07007c;
public static final int common_plus_signin_btn_text_light_disabled = 0x7f07007d;
public static final int common_plus_signin_btn_text_light_focused = 0x7f07007e;
public static final int common_plus_signin_btn_text_light_normal = 0x7f07007f;
public static final int common_plus_signin_btn_text_light_pressed = 0x7f070080;
}
public static final class id {
public static final int adjust_height = 0x7f080013;
public static final int adjust_width = 0x7f080014;
public static final int auto = 0x7f080017;
public static final int button = 0x7f08001b;
public static final int dark = 0x7f080029;
public static final int icon_only = 0x7f080041;
public static final int light = 0x7f080056;
public static final int none = 0x7f080064;
public static final int normal = 0x7f080065;
public static final int radio = 0x7f080078;
public static final int standard = 0x7f080094;
public static final int text = 0x7f08009b;
public static final int text2 = 0x7f08009c;
public static final int wide = 0x7f0800ab;
public static final int wrap_content = 0x7f0800ad;
}
public static final class integer {
public static final int google_play_services_version = 0x7f090006;
}
public static final class string {
public static final int accept = 0x7f0e0020;
public static final int common_google_play_services_api_unavailable_text = 0x7f0e002a;
public static final int common_google_play_services_enable_button = 0x7f0e002b;
public static final int common_google_play_services_enable_text = 0x7f0e002c;
public static final int common_google_play_services_enable_title = 0x7f0e002d;
public static final int common_google_play_services_install_button = 0x7f0e002e;
public static final int common_google_play_services_install_text_phone = 0x7f0e002f;
public static final int common_google_play_services_install_text_tablet = 0x7f0e0030;
public static final int common_google_play_services_install_title = 0x7f0e0031;
public static final int common_google_play_services_invalid_account_text = 0x7f0e0032;
public static final int common_google_play_services_invalid_account_title = 0x7f0e0033;
public static final int common_google_play_services_network_error_text = 0x7f0e0034;
public static final int common_google_play_services_network_error_title = 0x7f0e0035;
public static final int common_google_play_services_notification_ticker = 0x7f0e0036;
public static final int common_google_play_services_resolution_required_text = 0x7f0e0037;
public static final int common_google_play_services_resolution_required_title = 0x7f0e0038;
public static final int common_google_play_services_restricted_profile_text = 0x7f0e0039;
public static final int common_google_play_services_restricted_profile_title = 0x7f0e003a;
public static final int common_google_play_services_sign_in_failed_text = 0x7f0e003b;
public static final int common_google_play_services_sign_in_failed_title = 0x7f0e003c;
public static final int common_google_play_services_unknown_issue = 0x7f0e003d;
public static final int common_google_play_services_unsupported_text = 0x7f0e003e;
public static final int common_google_play_services_unsupported_title = 0x7f0e003f;
public static final int common_google_play_services_update_button = 0x7f0e0040;
public static final int common_google_play_services_update_text = 0x7f0e0041;
public static final int common_google_play_services_update_title = 0x7f0e0042;
public static final int common_google_play_services_updating_text = 0x7f0e0043;
public static final int common_google_play_services_updating_title = 0x7f0e0044;
public static final int common_google_play_services_wear_update_text = 0x7f0e0045;
public static final int common_open_on_phone = 0x7f0e0046;
public static final int common_signin_button_text = 0x7f0e0047;
public static final int common_signin_button_text_long = 0x7f0e0048;
public static final int create_calendar_message = 0x7f0e004b;
public static final int create_calendar_title = 0x7f0e004c;
public static final int decline = 0x7f0e004f;
public static final int store_picture_message = 0x7f0e0082;
public static final int store_picture_title = 0x7f0e0083;
}
public static final class style {
public static final int Theme_IAPTheme = 0x7f0f00fd;
}
public static final class styleable {
public static final int[] AdsAttrs = { 0x7f030022, 0x7f030023, 0x7f030024 };
public static final int AdsAttrs_adSize = 0;
public static final int AdsAttrs_adSizes = 1;
public static final int AdsAttrs_adUnitId = 2;
public static final int[] LoadingImageView = { 0x7f030045, 0x7f03007b, 0x7f03007c };
public static final int LoadingImageView_circleCrop = 0;
public static final int LoadingImageView_imageAspectRatio = 1;
public static final int LoadingImageView_imageAspectRatioAdjust = 2;
public static final int[] SignInButton = { 0x7f03003e, 0x7f030053, 0x7f0300a9 };
public static final int SignInButton_buttonSize = 0;
public static final int SignInButton_colorScheme = 1;
public static final int SignInButton_scopeUris = 2;
}
}
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.yottacode.pictogram.yotta_tablet"
android:versionCode="7"
android:versionName="1.7" >
<uses-sdk
android:minSdkVersion="21"
android:targetSdkVersion="22" />
<!-- The app has the permission to receive the RECEIVE_BOOT_COMPLETED broadcast -->
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<!-- For kiosk mode -->
<uses-permission android:name="android.permission.WAKE_LOCK" />
<!-- For the service that restarts the app when another app go to foreground -->
<uses-permission android:name="android.permission.GET_TASKS" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<!-- To auto-complete the email text field in the login form with the user's emails -->
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.READ_PROFILE" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="android.permission.READ_CALL_LOG" />
<!-- Permissions required for GCM -->
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
<application
android:allowBackup="true"
android:debuggable="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:testOnly="true"
android:theme="@style/AppTheme" >
<activity
android:name="com.yottacode.pictogram.tabletlibrary.gui.login.SplashScreenActivity"
android:label="@string/app_name"
android:screenOrientation="landscape" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name="com.yottacode.pictogram.tabletlibrary.gui.login.MainActivity"
android:label="@string/app_name"
android:screenOrientation="landscape" />
<activity
android:name="com.yottacode.pictogram.tabletlibrary.gui.login.SerialActivity"
android:label="@string/title_activity_serial"
android:screenOrientation="landscape" />
<activity
android:name="com.yottacode.pictogram.communicator.gui.VOCAC"
android:exported="true"
android:label="@string/app_name"
android:launchMode="singleTop"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />
<!-- Intent Filter to run the app when the boot is completed -->
<receiver android:name="com.yottacode.pictogram.communicator.BootReceiver" >
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
<activity
android:name="com.yottacode.pictogram.communicator.gui.EmptySceneActivity"
android:exported="true"
android:label="@string/app_name"
android:launchMode="singleTop"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />
<activity
android:name="com.google.android.gms.auth.api.signin.internal.SignInHubActivity"
android:excludeFromRecents="true"
android:exported="false"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<!--
Service handling Google Sign-In user revocation. For apps that do not integrate with
Google Sign-In, this service will never be started.
-->
<service
android:name="com.google.android.gms.auth.api.signin.RevocationBoundService"
android:exported="true"
android:permission="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION" /> <!-- Include the AdActivity and InAppPurchaseActivity configChanges and themes. -->
<activity
android:name="com.google.android.gms.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
android:theme="@android:style/Theme.Translucent" />
<activity
android:name="com.google.android.gms.ads.purchase.InAppPurchaseActivity"
android:theme="@style/Theme.IAPTheme" />
<activity
android:name="com.google.android.gms.common.api.GoogleApiActivity"
android:exported="false"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
</application>
</manifest>
\ No newline at end of file
int anim abc_fade_in 0x7f010000
int anim abc_fade_out 0x7f010001
int anim abc_grow_fade_in_from_bottom 0x7f010002
int anim abc_popup_enter 0x7f010003
int anim abc_popup_exit 0x7f010004
int anim abc_shrink_fade_out_from_bottom 0x7f010005
int anim abc_slide_in_bottom 0x7f010006
int anim abc_slide_in_top 0x7f010007
int anim abc_slide_out_bottom 0x7f010008
int anim abc_slide_out_top 0x7f010009
int anim leftin 0x7f01000a
int anim leftout 0x7f01000b
int anim pulse 0x7f01000c
int anim rightin 0x7f01000d
int anim rightout 0x7f01000e
int anim slide_in 0x7f01000f
int anim slide_out 0x7f010010
int array androidcolors 0x7f020000
int attr actionBarDivider 0x7f030000
int attr actionBarItemBackground 0x7f030001
int attr actionBarPopupTheme 0x7f030002
int attr actionBarSize 0x7f030003
int attr actionBarSplitStyle 0x7f030004
int attr actionBarStyle 0x7f030005
int attr actionBarTabBarStyle 0x7f030006
int attr actionBarTabStyle 0x7f030007
int attr actionBarTabTextStyle 0x7f030008
int attr actionBarTheme 0x7f030009
int attr actionBarWidgetTheme 0x7f03000a
int attr actionButtonStyle 0x7f03000b
int attr actionDropDownStyle 0x7f03000c
int attr actionLayout 0x7f03000d
int attr actionMenuTextAppearance 0x7f03000e
int attr actionMenuTextColor 0x7f03000f
int attr actionModeBackground 0x7f030010
int attr actionModeCloseButtonStyle 0x7f030011
int attr actionModeCloseDrawable 0x7f030012
int attr actionModeCopyDrawable 0x7f030013
int attr actionModeCutDrawable 0x7f030014
int attr actionModeFindDrawable 0x7f030015
int attr actionModePasteDrawable 0x7f030016
int attr actionModePopupWindowStyle 0x7f030017
int attr actionModeSelectAllDrawable 0x7f030018
int attr actionModeShareDrawable 0x7f030019
int attr actionModeSplitBackground 0x7f03001a
int attr actionModeStyle 0x7f03001b
int attr actionModeWebSearchDrawable 0x7f03001c
int attr actionOverflowButtonStyle 0x7f03001d
int attr actionOverflowMenuStyle 0x7f03001e
int attr actionProviderClass 0x7f03001f
int attr actionViewClass 0x7f030020
int attr activityChooserViewStyle 0x7f030021
int attr adSize 0x7f030022
int attr adSizes 0x7f030023
int attr adUnitId 0x7f030024
int attr alertDialogButtonGroupStyle 0x7f030025
int attr alertDialogCenterButtons 0x7f030026
int attr alertDialogStyle 0x7f030027
int attr alertDialogTheme 0x7f030028
int attr allowStacking 0x7f030029
int attr alpha 0x7f03002a
int attr arrowHeadLength 0x7f03002b
int attr arrowShaftLength 0x7f03002c
int attr aspectRatioX 0x7f03002d
int attr aspectRatioY 0x7f03002e
int attr autoCompleteTextViewStyle 0x7f03002f
int attr background 0x7f030030
int attr backgroundSplit 0x7f030031
int attr backgroundStacked 0x7f030032
int attr backgroundTint 0x7f030033
int attr backgroundTintMode 0x7f030034
int attr barLength 0x7f030035
int attr borderlessButtonStyle 0x7f030036
int attr buttonBarButtonStyle 0x7f030037
int attr buttonBarNegativeButtonStyle 0x7f030038
int attr buttonBarNeutralButtonStyle 0x7f030039
int attr buttonBarPositiveButtonStyle 0x7f03003a
int attr buttonBarStyle 0x7f03003b
int attr buttonGravity 0x7f03003c
int attr buttonPanelSideLayout 0x7f03003d
int attr buttonSize 0x7f03003e
int attr buttonStyle 0x7f03003f
int attr buttonStyleSmall 0x7f030040
int attr buttonTint 0x7f030041
int attr buttonTintMode 0x7f030042
int attr checkboxStyle 0x7f030043
int attr checkedTextViewStyle 0x7f030044
int attr circleCrop 0x7f030045
int attr closeIcon 0x7f030046
int attr closeItemLayout 0x7f030047
int attr collapseContentDescription 0x7f030048
int attr collapseIcon 0x7f030049
int attr color 0x7f03004a
int attr colorAccent 0x7f03004b
int attr colorBackgroundFloating 0x7f03004c
int attr colorButtonNormal 0x7f03004d
int attr colorControlActivated 0x7f03004e
int attr colorControlHighlight 0x7f03004f
int attr colorControlNormal 0x7f030050
int attr colorPrimary 0x7f030051
int attr colorPrimaryDark 0x7f030052
int attr colorScheme 0x7f030053
int attr colorSwitchThumbNormal 0x7f030054
int attr commitIcon 0x7f030055
int attr contentInsetEnd 0x7f030056
int attr contentInsetEndWithActions 0x7f030057
int attr contentInsetLeft 0x7f030058
int attr contentInsetRight 0x7f030059
int attr contentInsetStart 0x7f03005a
int attr contentInsetStartWithNavigation 0x7f03005b
int attr controlBackground 0x7f03005c
int attr customNavigationLayout 0x7f03005d
int attr defaultQueryHint 0x7f03005e
int attr dialogPreferredPadding 0x7f03005f
int attr dialogTheme 0x7f030060
int attr displayOptions 0x7f030061
int attr divider 0x7f030062
int attr dividerHorizontal 0x7f030063
int attr dividerPadding 0x7f030064
int attr dividerVertical 0x7f030065
int attr drawableSize 0x7f030066
int attr drawerArrowStyle 0x7f030067
int attr dropDownListViewStyle 0x7f030068
int attr dropdownListPreferredItemHeight 0x7f030069
int attr editTextBackground 0x7f03006a
int attr editTextColor 0x7f03006b
int attr editTextStyle 0x7f03006c
int attr elevation 0x7f03006d
int attr expandActivityOverflowButtonDrawable 0x7f03006e
int attr fixAspectRatio 0x7f03006f
int attr freezesAnimation 0x7f030070
int attr gapBetweenBars 0x7f030071
int attr gifSource 0x7f030072
int attr goIcon 0x7f030073
int attr guidelines 0x7f030074
int attr height 0x7f030075
int attr hideOnContentScroll 0x7f030076
int attr homeAsUpIndicator 0x7f030077
int attr homeLayout 0x7f030078
int attr icon 0x7f030079
int attr iconifiedByDefault 0x7f03007a
int attr imageAspectRatio 0x7f03007b
int attr imageAspectRatioAdjust 0x7f03007c
int attr imageButtonStyle 0x7f03007d
int attr indeterminateProgressStyle 0x7f03007e
int attr initialActivityCount 0x7f03007f
int attr isLightTheme 0x7f030080
int attr isOpaque 0x7f030081
int attr itemPadding 0x7f030082
int attr layout 0x7f030083
int attr listChoiceBackgroundIndicator 0x7f030084
int attr listDividerAlertDialog 0x7f030085
int attr listItemLayout 0x7f030086
int attr listLayout 0x7f030087
int attr listMenuViewStyle 0x7f030088
int attr listPopupWindowStyle 0x7f030089
int attr listPreferredItemHeight 0x7f03008a
int attr listPreferredItemHeightLarge 0x7f03008b
int attr listPreferredItemHeightSmall 0x7f03008c
int attr listPreferredItemPaddingLeft 0x7f03008d
int attr listPreferredItemPaddingRight 0x7f03008e
int attr logo 0x7f03008f
int attr logoDescription 0x7f030090
int attr maxButtonHeight 0x7f030091
int attr measureWithLargestChild 0x7f030092
int attr multiChoiceItemLayout 0x7f030093
int attr navigationContentDescription 0x7f030094
int attr navigationIcon 0x7f030095
int attr navigationMode 0x7f030096
int attr overlapAnchor 0x7f030097
int attr paddingEnd 0x7f030098
int attr paddingStart 0x7f030099
int attr panelBackground 0x7f03009a
int attr panelMenuListTheme 0x7f03009b
int attr panelMenuListWidth 0x7f03009c
int attr popupMenuStyle 0x7f03009d
int attr popupTheme 0x7f03009e
int attr popupWindowStyle 0x7f03009f
int attr preserveIconSpacing 0x7f0300a0
int attr progressBarPadding 0x7f0300a1
int attr progressBarStyle 0x7f0300a2
int attr queryBackground 0x7f0300a3
int attr queryHint 0x7f0300a4
int attr radioButtonStyle 0x7f0300a5
int attr ratingBarStyle 0x7f0300a6
int attr ratingBarStyleIndicator 0x7f0300a7
int attr ratingBarStyleSmall 0x7f0300a8
int attr scopeUris 0x7f0300a9
int attr searchHintIcon 0x7f0300aa
int attr searchIcon 0x7f0300ab
int attr searchViewStyle 0x7f0300ac
int attr seekBarStyle 0x7f0300ad
int attr selectableItemBackground 0x7f0300ae
int attr selectableItemBackgroundBorderless 0x7f0300af
int attr showAsAction 0x7f0300b0
int attr showDividers 0x7f0300b1
int attr showText 0x7f0300b2
int attr singleChoiceItemLayout 0x7f0300b3
int attr spinBars 0x7f0300b4
int attr spinnerDropDownItemStyle 0x7f0300b5
int attr spinnerStyle 0x7f0300b6
int attr splitTrack 0x7f0300b7
int attr srcCompat 0x7f0300b8
int attr state_above_anchor 0x7f0300b9
int attr subMenuArrow 0x7f0300ba
int attr submitBackground 0x7f0300bb
int attr subtitle 0x7f0300bc
int attr subtitleTextAppearance 0x7f0300bd
int attr subtitleTextColor 0x7f0300be
int attr subtitleTextStyle 0x7f0300bf
int attr suggestionRowLayout 0x7f0300c0
int attr switchMinWidth 0x7f0300c1
int attr switchPadding 0x7f0300c2
int attr switchStyle 0x7f0300c3
int attr switchTextAppearance 0x7f0300c4
int attr textAllCaps 0x7f0300c5
int attr textAppearanceLargePopupMenu 0x7f0300c6
int attr textAppearanceListItem 0x7f0300c7
int attr textAppearanceListItemSmall 0x7f0300c8
int attr textAppearancePopupMenuHeader 0x7f0300c9
int attr textAppearanceSearchResultSubtitle 0x7f0300ca
int attr textAppearanceSearchResultTitle 0x7f0300cb
int attr textAppearanceSmallPopupMenu 0x7f0300cc
int attr textColorAlertDialogListItem 0x7f0300cd
int attr textColorSearchUrl 0x7f0300ce
int attr theme 0x7f0300cf
int attr thickness 0x7f0300d0
int attr thumbTextPadding 0x7f0300d1
int attr thumbTint 0x7f0300d2
int attr thumbTintMode 0x7f0300d3
int attr tickMark 0x7f0300d4
int attr tickMarkTint 0x7f0300d5
int attr tickMarkTintMode 0x7f0300d6
int attr title 0x7f0300d7
int attr titleMargin 0x7f0300d8
int attr titleMarginBottom 0x7f0300d9
int attr titleMarginEnd 0x7f0300da
int attr titleMarginStart 0x7f0300db
int attr titleMarginTop 0x7f0300dc
int attr titleMargins 0x7f0300dd
int attr titleTextAppearance 0x7f0300de
int attr titleTextColor 0x7f0300df
int attr titleTextStyle 0x7f0300e0
int attr toolbarNavigationButtonStyle 0x7f0300e1
int attr toolbarStyle 0x7f0300e2
int attr track 0x7f0300e3
int attr trackTint 0x7f0300e4
int attr trackTintMode 0x7f0300e5
int attr voiceIcon 0x7f0300e6
int attr windowActionBar 0x7f0300e7
int attr windowActionBarOverlay 0x7f0300e8
int attr windowActionModeOverlay 0x7f0300e9
int attr windowFixedHeightMajor 0x7f0300ea
int attr windowFixedHeightMinor 0x7f0300eb
int attr windowFixedWidthMajor 0x7f0300ec
int attr windowFixedWidthMinor 0x7f0300ed
int attr windowMinWidthMajor 0x7f0300ee
int attr windowMinWidthMinor 0x7f0300ef
int attr windowNoTitle 0x7f0300f0
int bool NotifyAllwaysVisible 0x7f040000
int bool abc_action_bar_embed_tabs 0x7f040001
int bool abc_allow_stacked_button_bar 0x7f040002
int bool abc_config_actionMenuItemAllCaps 0x7f040003
int bool abc_config_closeDialogWhenTouchOutside 0x7f040004
int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f040005
int bool force_db_create 0x7f040006
int bool force_img_download 0x7f040007
int bool ssl_connect 0x7f040008
int color BlancoApp 0x7f050000
int color VerdeApp 0x7f050001
int color abc_background_cache_hint_selector_material_dark 0x7f050002
int color abc_background_cache_hint_selector_material_light 0x7f050003
int color abc_btn_colored_borderless_text_material 0x7f050004
int color abc_color_highlight_material 0x7f050005
int color abc_input_method_navigation_guard 0x7f050006
int color abc_primary_text_disable_only_material_dark 0x7f050007
int color abc_primary_text_disable_only_material_light 0x7f050008
int color abc_primary_text_material_dark 0x7f050009
int color abc_primary_text_material_light 0x7f05000a
int color abc_search_url_text 0x7f05000b
int color abc_search_url_text_normal 0x7f05000c
int color abc_search_url_text_pressed 0x7f05000d
int color abc_search_url_text_selected 0x7f05000e
int color abc_secondary_text_material_dark 0x7f05000f
int color abc_secondary_text_material_light 0x7f050010
int color abc_tint_btn_checkable 0x7f050011
int color abc_tint_default 0x7f050012
int color abc_tint_edittext 0x7f050013
int color abc_tint_seek_thumb 0x7f050014
int color abc_tint_spinner 0x7f050015
int color abc_tint_switch_thumb 0x7f050016
int color abc_tint_switch_track 0x7f050017
int color accent_material_dark 0x7f050018
int color accent_material_light 0x7f050019
int color background_floating_material_dark 0x7f05001a
int color background_floating_material_light 0x7f05001b
int color background_material_dark 0x7f05001c
int color background_material_light 0x7f05001d
int color black 0x7f05001e
int color black_translucent 0x7f05001f
int color blue 0x7f050020
int color blue_light 0x7f050021
int color border 0x7f050022
int color bright_foreground_disabled_material_dark 0x7f050023
int color bright_foreground_disabled_material_light 0x7f050024
int color bright_foreground_inverse_material_dark 0x7f050025
int color bright_foreground_inverse_material_light 0x7f050026
int color bright_foreground_material_dark 0x7f050027
int color bright_foreground_material_light 0x7f050028
int color button_material_dark 0x7f050029
int color button_material_light 0x7f05002a
int color common_google_signin_btn_text_dark 0x7f05002b
int color common_google_signin_btn_text_dark_default 0x7f05002c
int color common_google_signin_btn_text_dark_disabled 0x7f05002d
int color common_google_signin_btn_text_dark_focused 0x7f05002e
int color common_google_signin_btn_text_dark_pressed 0x7f05002f
int color common_google_signin_btn_text_light 0x7f050030
int color common_google_signin_btn_text_light_default 0x7f050031
int color common_google_signin_btn_text_light_disabled 0x7f050032
int color common_google_signin_btn_text_light_focused 0x7f050033
int color common_google_signin_btn_text_light_pressed 0x7f050034
int color common_plus_signin_btn_text_dark 0x7f050035
int color common_plus_signin_btn_text_dark_default 0x7f050036
int color common_plus_signin_btn_text_dark_disabled 0x7f050037
int color common_plus_signin_btn_text_dark_focused 0x7f050038
int color common_plus_signin_btn_text_dark_pressed 0x7f050039
int color common_plus_signin_btn_text_light 0x7f05003a
int color common_plus_signin_btn_text_light_default 0x7f05003b
int color common_plus_signin_btn_text_light_disabled 0x7f05003c
int color common_plus_signin_btn_text_light_focused 0x7f05003d
int color common_plus_signin_btn_text_light_pressed 0x7f05003e
int color corner 0x7f05003f
int color darkblue 0x7f050040
int color darkgreen 0x7f050041
int color darkorange 0x7f050042
int color darkpurple 0x7f050043
int color darkred 0x7f050044
int color dim_foreground_disabled_material_dark 0x7f050045
int color dim_foreground_disabled_material_light 0x7f050046
int color dim_foreground_material_dark 0x7f050047
int color dim_foreground_material_light 0x7f050048
int color foreground_material_dark 0x7f050049
int color foreground_material_light 0x7f05004a
int color gray 0x7f05004b
int color gray_blue 0x7f05004c
int color green 0x7f05004d
int color guideline 0x7f05004e
int color highlighted_text_material_dark 0x7f05004f
int color highlighted_text_material_light 0x7f050050
int color hint_foreground_material_dark 0x7f050051
int color hint_foreground_material_light 0x7f050052
int color material_blue_grey_800 0x7f050053
int color material_blue_grey_900 0x7f050054
int color material_blue_grey_950 0x7f050055
int color material_deep_teal_200 0x7f050056
int color material_deep_teal_500 0x7f050057
int color material_grey_100 0x7f050058
int color material_grey_300 0x7f050059
int color material_grey_50 0x7f05005a
int color material_grey_600 0x7f05005b
int color material_grey_800 0x7f05005c
int color material_grey_850 0x7f05005d
int color material_grey_900 0x7f05005e
int color orange 0x7f05005f
int color picto_border 0x7f050060
int color picto_default_background 0x7f050061
int color primary_dark_material_dark 0x7f050062
int color primary_dark_material_light 0x7f050063
int color primary_material_dark 0x7f050064
int color primary_material_light 0x7f050065
int color primary_text_default_material_dark 0x7f050066
int color primary_text_default_material_light 0x7f050067
int color primary_text_disabled_material_dark 0x7f050068
int color primary_text_disabled_material_light 0x7f050069
int color purple 0x7f05006a
int color red 0x7f05006b
int color ripple_material_dark 0x7f05006c
int color ripple_material_light 0x7f05006d
int color secondary_text_default_material_dark 0x7f05006e
int color secondary_text_default_material_light 0x7f05006f
int color secondary_text_disabled_material_dark 0x7f050070
int color secondary_text_disabled_material_light 0x7f050071
int color surrounding_area 0x7f050072
int color switch_thumb_disabled_material_dark 0x7f050073
int color switch_thumb_disabled_material_light 0x7f050074
int color switch_thumb_material_dark 0x7f050075
int color switch_thumb_material_light 0x7f050076
int color switch_thumb_normal_material_dark 0x7f050077
int color switch_thumb_normal_material_light 0x7f050078
int color text_danger 0x7f050079
int color text_primary 0x7f05007a
int color text_warning 0x7f05007b
int color white 0x7f05007c
int color white_translucent 0x7f05007d
int dimen abc_action_bar_content_inset_material 0x7f060000
int dimen abc_action_bar_content_inset_with_nav 0x7f060001
int dimen abc_action_bar_default_height_material 0x7f060002
int dimen abc_action_bar_default_padding_end_material 0x7f060003
int dimen abc_action_bar_default_padding_start_material 0x7f060004
int dimen abc_action_bar_elevation_material 0x7f060005
int dimen abc_action_bar_icon_vertical_padding_material 0x7f060006
int dimen abc_action_bar_overflow_padding_end_material 0x7f060007
int dimen abc_action_bar_overflow_padding_start_material 0x7f060008
int dimen abc_action_bar_progress_bar_size 0x7f060009
int dimen abc_action_bar_stacked_max_height 0x7f06000a
int dimen abc_action_bar_stacked_tab_max_width 0x7f06000b
int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f06000c
int dimen abc_action_bar_subtitle_top_margin_material 0x7f06000d
int dimen abc_action_button_min_height_material 0x7f06000e
int dimen abc_action_button_min_width_material 0x7f06000f
int dimen abc_action_button_min_width_overflow_material 0x7f060010
int dimen abc_alert_dialog_button_bar_height 0x7f060011
int dimen abc_button_inset_horizontal_material 0x7f060012
int dimen abc_button_inset_vertical_material 0x7f060013
int dimen abc_button_padding_horizontal_material 0x7f060014
int dimen abc_button_padding_vertical_material 0x7f060015
int dimen abc_cascading_menus_min_smallest_width 0x7f060016
int dimen abc_config_prefDialogWidth 0x7f060017
int dimen abc_control_corner_material 0x7f060018
int dimen abc_control_inset_material 0x7f060019
int dimen abc_control_padding_material 0x7f06001a
int dimen abc_dialog_fixed_height_major 0x7f06001b
int dimen abc_dialog_fixed_height_minor 0x7f06001c
int dimen abc_dialog_fixed_width_major 0x7f06001d
int dimen abc_dialog_fixed_width_minor 0x7f06001e
int dimen abc_dialog_list_padding_vertical_material 0x7f06001f
int dimen abc_dialog_min_width_major 0x7f060020
int dimen abc_dialog_min_width_minor 0x7f060021
int dimen abc_dialog_padding_material 0x7f060022
int dimen abc_dialog_padding_top_material 0x7f060023
int dimen abc_disabled_alpha_material_dark 0x7f060024
int dimen abc_disabled_alpha_material_light 0x7f060025
int dimen abc_dropdownitem_icon_width 0x7f060026
int dimen abc_dropdownitem_text_padding_left 0x7f060027
int dimen abc_dropdownitem_text_padding_right 0x7f060028
int dimen abc_edit_text_inset_bottom_material 0x7f060029
int dimen abc_edit_text_inset_horizontal_material 0x7f06002a
int dimen abc_edit_text_inset_top_material 0x7f06002b
int dimen abc_floating_window_z 0x7f06002c
int dimen abc_list_item_padding_horizontal_material 0x7f06002d
int dimen abc_panel_menu_list_width 0x7f06002e
int dimen abc_progress_bar_height_material 0x7f06002f
int dimen abc_search_view_preferred_height 0x7f060030
int dimen abc_search_view_preferred_width 0x7f060031
int dimen abc_seekbar_track_background_height_material 0x7f060032
int dimen abc_seekbar_track_progress_height_material 0x7f060033
int dimen abc_select_dialog_padding_start_material 0x7f060034
int dimen abc_switch_padding 0x7f060035
int dimen abc_text_size_body_1_material 0x7f060036
int dimen abc_text_size_body_2_material 0x7f060037
int dimen abc_text_size_button_material 0x7f060038
int dimen abc_text_size_caption_material 0x7f060039
int dimen abc_text_size_display_1_material 0x7f06003a
int dimen abc_text_size_display_2_material 0x7f06003b
int dimen abc_text_size_display_3_material 0x7f06003c
int dimen abc_text_size_display_4_material 0x7f06003d
int dimen abc_text_size_headline_material 0x7f06003e
int dimen abc_text_size_large_material 0x7f06003f
int dimen abc_text_size_medium_material 0x7f060040
int dimen abc_text_size_menu_header_material 0x7f060041
int dimen abc_text_size_menu_material 0x7f060042
int dimen abc_text_size_small_material 0x7f060043
int dimen abc_text_size_subhead_material 0x7f060044
int dimen abc_text_size_subtitle_material_toolbar 0x7f060045
int dimen abc_text_size_title_material 0x7f060046
int dimen abc_text_size_title_material_toolbar 0x7f060047
int dimen activity_horizontal_margin 0x7f060048
int dimen activity_vertical_margin 0x7f060049
int dimen border_thickness 0x7f06004a
int dimen content_padding 0x7f06004b
int dimen content_padding_half 0x7f06004c
int dimen corner_length 0x7f06004d
int dimen corner_thickness 0x7f06004e
int dimen disabled_alpha_material_dark 0x7f06004f
int dimen disabled_alpha_material_light 0x7f060050
int dimen guideline_thickness 0x7f060051
int dimen highlight_alpha_material_colored 0x7f060052
int dimen highlight_alpha_material_dark 0x7f060053
int dimen highlight_alpha_material_light 0x7f060054
int dimen menu_top_height 0x7f060055
int dimen notification_large_icon_height 0x7f060056
int dimen notification_large_icon_width 0x7f060057
int dimen notification_subtext_size 0x7f060058
int dimen picto_big_side 0x7f060059
int dimen picto_border_width 0x7f06005a
int dimen picto_grid_spacing 0x7f06005b
int dimen picto_normal_side 0x7f06005c
int dimen picto_padding 0x7f06005d
int dimen picto_session_height 0x7f06005e
int dimen picto_session_width 0x7f06005f
int dimen small_padding 0x7f060060
int dimen snap_radius 0x7f060061
int dimen tape_big_height 0x7f060062
int dimen tape_normal_height 0x7f060063
int dimen target_radius 0x7f060064
int drawable abc_ab_share_pack_mtrl_alpha 0x7f070000
int drawable abc_action_bar_item_background_material 0x7f070001
int drawable abc_btn_borderless_material 0x7f070002
int drawable abc_btn_check_material 0x7f070003
int drawable abc_btn_check_to_on_mtrl_000 0x7f070004
int drawable abc_btn_check_to_on_mtrl_015 0x7f070005
int drawable abc_btn_colored_material 0x7f070006
int drawable abc_btn_default_mtrl_shape 0x7f070007
int drawable abc_btn_radio_material 0x7f070008
int drawable abc_btn_radio_to_on_mtrl_000 0x7f070009
int drawable abc_btn_radio_to_on_mtrl_015 0x7f07000a
int drawable abc_btn_switch_to_on_mtrl_00001 0x7f07000b
int drawable abc_btn_switch_to_on_mtrl_00012 0x7f07000c
int drawable abc_cab_background_internal_bg 0x7f07000d
int drawable abc_cab_background_top_material 0x7f07000e
int drawable abc_cab_background_top_mtrl_alpha 0x7f07000f
int drawable abc_control_background_material 0x7f070010
int drawable abc_dialog_material_background 0x7f070011
int drawable abc_edit_text_material 0x7f070012
int drawable abc_ic_ab_back_material 0x7f070013
int drawable abc_ic_arrow_drop_right_black_24dp 0x7f070014
int drawable abc_ic_clear_material 0x7f070015
int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f070016
int drawable abc_ic_go_search_api_material 0x7f070017
int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f070018
int drawable abc_ic_menu_cut_mtrl_alpha 0x7f070019
int drawable abc_ic_menu_overflow_material 0x7f07001a
int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f07001b
int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f07001c
int drawable abc_ic_menu_share_mtrl_alpha 0x7f07001d
int drawable abc_ic_search_api_material 0x7f07001e
int drawable abc_ic_star_black_16dp 0x7f07001f
int drawable abc_ic_star_black_36dp 0x7f070020
int drawable abc_ic_star_black_48dp 0x7f070021
int drawable abc_ic_star_half_black_16dp 0x7f070022
int drawable abc_ic_star_half_black_36dp 0x7f070023
int drawable abc_ic_star_half_black_48dp 0x7f070024
int drawable abc_ic_voice_search_api_material 0x7f070025
int drawable abc_item_background_holo_dark 0x7f070026
int drawable abc_item_background_holo_light 0x7f070027
int drawable abc_list_divider_mtrl_alpha 0x7f070028
int drawable abc_list_focused_holo 0x7f070029
int drawable abc_list_longpressed_holo 0x7f07002a
int drawable abc_list_pressed_holo_dark 0x7f07002b
int drawable abc_list_pressed_holo_light 0x7f07002c
int drawable abc_list_selector_background_transition_holo_dark 0x7f07002d
int drawable abc_list_selector_background_transition_holo_light 0x7f07002e
int drawable abc_list_selector_disabled_holo_dark 0x7f07002f
int drawable abc_list_selector_disabled_holo_light 0x7f070030
int drawable abc_list_selector_holo_dark 0x7f070031
int drawable abc_list_selector_holo_light 0x7f070032
int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f070033
int drawable abc_popup_background_mtrl_mult 0x7f070034
int drawable abc_ratingbar_indicator_material 0x7f070035
int drawable abc_ratingbar_material 0x7f070036
int drawable abc_ratingbar_small_material 0x7f070037
int drawable abc_scrubber_control_off_mtrl_alpha 0x7f070038
int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f070039
int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f07003a
int drawable abc_scrubber_primary_mtrl_alpha 0x7f07003b
int drawable abc_scrubber_track_mtrl_alpha 0x7f07003c
int drawable abc_seekbar_thumb_material 0x7f07003d
int drawable abc_seekbar_tick_mark_material 0x7f07003e
int drawable abc_seekbar_track_material 0x7f07003f
int drawable abc_spinner_mtrl_am_alpha 0x7f070040
int drawable abc_spinner_textfield_background_material 0x7f070041
int drawable abc_switch_thumb_material 0x7f070042
int drawable abc_switch_track_mtrl_alpha 0x7f070043
int drawable abc_tab_indicator_material 0x7f070044
int drawable abc_tab_indicator_mtrl_alpha 0x7f070045
int drawable abc_text_cursor_material 0x7f070046
int drawable abc_text_select_handle_left_mtrl_dark 0x7f070047
int drawable abc_text_select_handle_left_mtrl_light 0x7f070048
int drawable abc_text_select_handle_middle_mtrl_dark 0x7f070049
int drawable abc_text_select_handle_middle_mtrl_light 0x7f07004a
int drawable abc_text_select_handle_right_mtrl_dark 0x7f07004b
int drawable abc_text_select_handle_right_mtrl_light 0x7f07004c
int drawable abc_textfield_activated_mtrl_alpha 0x7f07004d
int drawable abc_textfield_default_mtrl_alpha 0x7f07004e
int drawable abc_textfield_search_activated_mtrl_alpha 0x7f07004f
int drawable abc_textfield_search_default_mtrl_alpha 0x7f070050
int drawable abc_textfield_search_material 0x7f070051
int drawable abc_vector_test 0x7f070052
int drawable anonymous_student 0x7f070053
int drawable application_offline 0x7f070054
int drawable application_online 0x7f070055
int drawable camera 0x7f070056
int drawable common_full_open_on_phone 0x7f070057
int drawable common_google_signin_btn_icon_dark 0x7f070058
int drawable common_google_signin_btn_icon_dark_disabled 0x7f070059
int drawable common_google_signin_btn_icon_dark_focused 0x7f07005a
int drawable common_google_signin_btn_icon_dark_normal 0x7f07005b
int drawable common_google_signin_btn_icon_dark_pressed 0x7f07005c
int drawable common_google_signin_btn_icon_light 0x7f07005d
int drawable common_google_signin_btn_icon_light_disabled 0x7f07005e
int drawable common_google_signin_btn_icon_light_focused 0x7f07005f
int drawable common_google_signin_btn_icon_light_normal 0x7f070060
int drawable common_google_signin_btn_icon_light_pressed 0x7f070061
int drawable common_google_signin_btn_text_dark 0x7f070062
int drawable common_google_signin_btn_text_dark_disabled 0x7f070063
int drawable common_google_signin_btn_text_dark_focused 0x7f070064
int drawable common_google_signin_btn_text_dark_normal 0x7f070065
int drawable common_google_signin_btn_text_dark_pressed 0x7f070066
int drawable common_google_signin_btn_text_light 0x7f070067
int drawable common_google_signin_btn_text_light_disabled 0x7f070068
int drawable common_google_signin_btn_text_light_focused 0x7f070069
int drawable common_google_signin_btn_text_light_normal 0x7f07006a
int drawable common_google_signin_btn_text_light_pressed 0x7f07006b
int drawable common_ic_googleplayservices 0x7f07006c
int drawable common_plus_signin_btn_icon_dark 0x7f07006d
int drawable common_plus_signin_btn_icon_dark_disabled 0x7f07006e
int drawable common_plus_signin_btn_icon_dark_focused 0x7f07006f
int drawable common_plus_signin_btn_icon_dark_normal 0x7f070070
int drawable common_plus_signin_btn_icon_dark_pressed 0x7f070071
int drawable common_plus_signin_btn_icon_light 0x7f070072
int drawable common_plus_signin_btn_icon_light_disabled 0x7f070073
int drawable common_plus_signin_btn_icon_light_focused 0x7f070074
int drawable common_plus_signin_btn_icon_light_normal 0x7f070075
int drawable common_plus_signin_btn_icon_light_pressed 0x7f070076
int drawable common_plus_signin_btn_text_dark 0x7f070077
int drawable common_plus_signin_btn_text_dark_disabled 0x7f070078
int drawable common_plus_signin_btn_text_dark_focused 0x7f070079
int drawable common_plus_signin_btn_text_dark_normal 0x7f07007a
int drawable common_plus_signin_btn_text_dark_pressed 0x7f07007b
int drawable common_plus_signin_btn_text_light 0x7f07007c
int drawable common_plus_signin_btn_text_light_disabled 0x7f07007d
int drawable common_plus_signin_btn_text_light_focused 0x7f07007e
int drawable common_plus_signin_btn_text_light_normal 0x7f07007f
int drawable common_plus_signin_btn_text_light_pressed 0x7f070080
int drawable descarga 0x7f070081
int drawable disabled_picto 0x7f070082
int drawable edit 0x7f070083
int drawable edit_picture 0x7f070084
int drawable edit_text 0x7f070085
int drawable edit_text_login_style 0x7f070086
int drawable editpicto_edittext_style 0x7f070087
int drawable emptyvocab 0x7f070088
int drawable eye_blocked 0x7f070089
int drawable flash 0x7f07008a
int drawable gallery 0x7f07008b
int drawable ic_launcher 0x7f07008c
int drawable ic_remove_red_eye_black_24dp 0x7f07008d
int drawable login_image 0x7f07008e
int drawable micro 0x7f07008f
int drawable micro_negro 0x7f070090
int drawable notification_template_icon_bg 0x7f070091
int drawable photo_camera 0x7f070092
int drawable photo_gallery 0x7f070093
int drawable picto_grid_item_border 0x7f070094
int drawable pictogram_logo 0x7f070095
int drawable record_animation 0x7f070096
int drawable remove_picto_from_tape 0x7f070097
int drawable round_design_photo_green 0x7f070098
int drawable round_design_photo_white 0x7f070099
int drawable send_tape 0x7f07009a
int drawable session_category 0x7f07009b
int drawable session_discarded 0x7f07009c
int drawable session_fail 0x7f07009d
int drawable session_model 0x7f07009e
int drawable session_notevaluated 0x7f07009f
int drawable session_ok 0x7f0700a0
int drawable session_spontaneous 0x7f0700a1
int drawable session_supervised 0x7f0700a2
int drawable session_talk 0x7f0700a3
int drawable show_categories_grid 0x7f0700a4
int drawable try_border 0x7f0700a5
int drawable unlock 0x7f0700a6
int drawable yottacode_logo 0x7f0700a7
int id aceptar 0x7f080000
int id action0 0x7f080001
int id action_bar 0x7f080002
int id action_bar_activity_content 0x7f080003
int id action_bar_container 0x7f080004
int id action_bar_root 0x7f080005
int id action_bar_spinner 0x7f080006
int id action_bar_subtitle 0x7f080007
int id action_bar_title 0x7f080008
int id action_context_bar 0x7f080009
int id action_divider 0x7f08000a
int id action_menu_divider 0x7f08000b
int id action_menu_presenter 0x7f08000c
int id action_mode_bar 0x7f08000d
int id action_mode_bar_stub 0x7f08000e
int id action_mode_close_button 0x7f08000f
int id action_settings 0x7f080010
int id activity_chooser_view_content 0x7f080011
int id add 0x7f080012
int id adjust_height 0x7f080013
int id adjust_width 0x7f080014
int id alertTitle 0x7f080015
int id always 0x7f080016
int id auto 0x7f080017
int id beginning 0x7f080018
int id bottom 0x7f080019
int id btn_empty_vocabulary 0x7f08001a
int id button 0x7f08001b
int id button2 0x7f08001c
int id buttonPanel 0x7f08001d
int id button_delete 0x7f08001e
int id button_student 0x7f08001f
int id button_tts 0x7f080020
int id cancel_action 0x7f080021
int id checkBox 0x7f080022
int id checkbox 0x7f080023
int id chronometer 0x7f080024
int id collapseActionView 0x7f080025
int id contentPanel 0x7f080026
int id custom 0x7f080027
int id customPanel 0x7f080028
int id dark 0x7f080029
int id decor_content_parent 0x7f08002a
int id default_activity_button 0x7f08002b
int id disableHome 0x7f08002c
int id editText 0x7f08002d
int id editText1 0x7f08002e
int id editText2 0x7f08002f
int id edit_query 0x7f080030
int id edittext 0x7f080031
int id edittext_student 0x7f080032
int id edittts_engine 0x7f080033
int id edittts_voice 0x7f080034
int id emptyVocabulary_txt 0x7f080035
int id end 0x7f080036
int id end_padder 0x7f080037
int id entrar_button 0x7f080038
int id expand_activities_button 0x7f080039
int id expanded_menu 0x7f08003a
int id firstlogin 0x7f08003b
int id fondoFotoLogin 0x7f08003c
int id fragment_container 0x7f08003d
int id home 0x7f08003e
int id homeAsUp 0x7f08003f
int id icon 0x7f080040
int id icon_only 0x7f080041
int id ifRoom 0x7f080042
int id image 0x7f080043
int id imageView1 0x7f080044
int id imageView2 0x7f080045
int id imageView3 0x7f080046
int id imageView4 0x7f080047
int id imageView5 0x7f080048
int id imageView6 0x7f080049
int id imageView7 0x7f08004a
int id imageView8 0x7f08004b
int id info 0x7f08004c
int id labelUser 0x7f08004d
int id labelVersion 0x7f08004e
int id label_name 0x7f08004f
int id label_surname 0x7f080050
int id layoutImages 0x7f080051
int id legend_text 0x7f080052
int id legend_text_big 0x7f080053
int id legend_text_big_full 0x7f080054
int id legend_text_full 0x7f080055
int id light 0x7f080056
int id line1 0x7f080057
int id line3 0x7f080058
int id list 0x7f080059
int id listMode 0x7f08005a
int id list_item 0x7f08005b
int id list_item_picto 0x7f08005c
int id loginlayout 0x7f08005d
int id logo 0x7f08005e
int id media_actions 0x7f08005f
int id micro_icon 0x7f080060
int id middle 0x7f080061
int id multiply 0x7f080062
int id never 0x7f080063
int id none 0x7f080064
int id normal 0x7f080065
int id off 0x7f080066
int id on 0x7f080067
int id onTouch 0x7f080068
int id parentPanel 0x7f080069
int id photo 0x7f08006a
int id picto_category_grid_view 0x7f08006b
int id picto_grid_item_image 0x7f08006c
int id picto_grid_item_image_big 0x7f08006d
int id picto_grid_item_layout 0x7f08006e
int id picto_grid_item_layout_big 0x7f08006f
int id picto_grid_item_layout_wrapper 0x7f080070
int id picto_grid_item_layout_wrapper_big 0x7f080071
int id picto_grid_item_redcross 0x7f080072
int id picto_grid_item_redcross_big 0x7f080073
int id picto_main_grid_view 0x7f080074
int id pictogramLayout 0x7f080075
int id progress_circular 0x7f080076
int id progress_horizontal 0x7f080077
int id radio 0x7f080078
int id screen 0x7f080079
int id scrollIndicatorDown 0x7f08007a
int id scrollIndicatorUp 0x7f08007b
int id scrollView 0x7f08007c
int id search_badge 0x7f08007d
int id search_bar 0x7f08007e
int id search_button 0x7f08007f
int id search_close_btn 0x7f080080
int id search_edit_frame 0x7f080081
int id search_go_btn 0x7f080082
int id search_mag_icon 0x7f080083
int id search_plate 0x7f080084
int id search_src_text 0x7f080085
int id search_voice_btn 0x7f080086
int id select_dialog_listview 0x7f080087
int id serialmail 0x7f080088
int id serialpass 0x7f080089
int id shortcut 0x7f08008a
int id showCustom 0x7f08008b
int id showHome 0x7f08008c
int id showPictoCategoriesViewButton 0x7f08008d
int id showTitle 0x7f08008e
int id spacer 0x7f08008f
int id split_action_bar 0x7f080090
int id src_atop 0x7f080091
int id src_in 0x7f080092
int id src_over 0x7f080093
int id standard 0x7f080094
int id status_bar_latest_event_content 0x7f080095
int id submenuarrow 0x7f080096
int id submit_area 0x7f080097
int id supstulist 0x7f080098
int id tabMode 0x7f080099
int id tape_grid_view 0x7f08009a
int id text 0x7f08009b
int id text2 0x7f08009c
int id textSpacerNoButtons 0x7f08009d
int id textView 0x7f08009e
int id textView1 0x7f08009f
int id textView2 0x7f0800a0
int id time 0x7f0800a1
int id title 0x7f0800a2
int id title_template 0x7f0800a3
int id top 0x7f0800a4
int id topPanel 0x7f0800a5
int id txt_firstlogin 0x7f0800a6
int id up 0x7f0800a7
int id useLogo 0x7f0800a8
int id userList 0x7f0800a9
int id viewPwdButton 0x7f0800aa
int id wide 0x7f0800ab
int id withText 0x7f0800ac
int id wrap_content 0x7f0800ad
int integer abc_config_activityDefaultDur 0x7f090000
int integer abc_config_activityShortDur 0x7f090001
int integer cancel_button_image_alpha 0x7f090002
int integer columns 0x7f090003
int integer columns_big 0x7f090004
int integer db_version 0x7f090005
int integer google_play_services_version 0x7f090006
int integer maxInTape 0x7f090007
int integer maxInTape_big 0x7f090008
int integer netservice_force_restfull_synchro 0x7f090009
int integer netservice_timing 0x7f09000a
int integer rows 0x7f09000b
int integer rows_big 0x7f09000c
int integer status_bar_notification_info_maxnum 0x7f09000d
int layout abc_action_bar_title_item 0x7f0a0000
int layout abc_action_bar_up_container 0x7f0a0001
int layout abc_action_bar_view_list_nav_layout 0x7f0a0002
int layout abc_action_menu_item_layout 0x7f0a0003
int layout abc_action_menu_layout 0x7f0a0004
int layout abc_action_mode_bar 0x7f0a0005
int layout abc_action_mode_close_item_material 0x7f0a0006
int layout abc_activity_chooser_view 0x7f0a0007
int layout abc_activity_chooser_view_list_item 0x7f0a0008
int layout abc_alert_dialog_button_bar_material 0x7f0a0009
int layout abc_alert_dialog_material 0x7f0a000a
int layout abc_dialog_title_material 0x7f0a000b
int layout abc_expanded_menu_layout 0x7f0a000c
int layout abc_list_menu_item_checkbox 0x7f0a000d
int layout abc_list_menu_item_icon 0x7f0a000e
int layout abc_list_menu_item_layout 0x7f0a000f
int layout abc_list_menu_item_radio 0x7f0a0010
int layout abc_popup_menu_header_item_layout 0x7f0a0011
int layout abc_popup_menu_item_layout 0x7f0a0012
int layout abc_screen_content_include 0x7f0a0013
int layout abc_screen_simple 0x7f0a0014
int layout abc_screen_simple_overlay_action_mode 0x7f0a0015
int layout abc_screen_toolbar 0x7f0a0016
int layout abc_search_dropdown_item_icons_2line 0x7f0a0017
int layout abc_search_view 0x7f0a0018
int layout abc_select_dialog_material 0x7f0a0019
int layout activity_empty_scene 0x7f0a001a
int layout activity_main 0x7f0a001b
int layout activity_serial 0x7f0a001c
int layout activity_splash_screen 0x7f0a001d
int layout dialog_change_escape_code 0x7f0a001e
int layout dialog_escape 0x7f0a001f
int layout fragment_message 0x7f0a0020
int layout notification_media_action 0x7f0a0021
int layout notification_media_cancel_action 0x7f0a0022
int layout notification_template_big_media 0x7f0a0023
int layout notification_template_big_media_narrow 0x7f0a0024
int layout notification_template_lines 0x7f0a0025
int layout notification_template_media 0x7f0a0026
int layout notification_template_part_chronometer 0x7f0a0027
int layout notification_template_part_time 0x7f0a0028
int layout picto_grid_item 0x7f0a0029
int layout picto_grid_item_big 0x7f0a002a
int layout select_dialog_item_material 0x7f0a002b
int layout select_dialog_multichoice_material 0x7f0a002c
int layout select_dialog_singlechoice_material 0x7f0a002d
int layout support_simple_spinner_dropdown_item 0x7f0a002e
int layout text_view_picto 0x7f0a002f
int layout user_login_item 0x7f0a0030
int layout voca 0x7f0a0031
int layout voca_big 0x7f0a0032
int menu activity_login 0x7f0b0000
int menu main 0x7f0b0001
int menu menu_login 0x7f0b0002
int menu menu_login_activity 0x7f0b0003
int menu menu_pictogram 0x7f0b0004
int menu menu_splash_screen 0x7f0b0005
int mipmap ic_launcher 0x7f0c0000
int raw pcbdb_create 0x7f0d0000
int string VersionManagerClass 0x7f0e0000
int string abc_action_bar_home_description 0x7f0e0001
int string abc_action_bar_home_description_format 0x7f0e0002
int string abc_action_bar_home_subtitle_description_format 0x7f0e0003
int string abc_action_bar_up_description 0x7f0e0004
int string abc_action_menu_overflow_description 0x7f0e0005
int string abc_action_mode_done 0x7f0e0006
int string abc_activity_chooser_view_see_all 0x7f0e0007
int string abc_activitychooserview_choose_application 0x7f0e0008
int string abc_capital_off 0x7f0e0009
int string abc_capital_on 0x7f0e000a
int string abc_font_family_body_1_material 0x7f0e000b
int string abc_font_family_body_2_material 0x7f0e000c
int string abc_font_family_button_material 0x7f0e000d
int string abc_font_family_caption_material 0x7f0e000e
int string abc_font_family_display_1_material 0x7f0e000f
int string abc_font_family_display_2_material 0x7f0e0010
int string abc_font_family_display_3_material 0x7f0e0011
int string abc_font_family_display_4_material 0x7f0e0012
int string abc_font_family_headline_material 0x7f0e0013
int string abc_font_family_menu_material 0x7f0e0014
int string abc_font_family_subhead_material 0x7f0e0015
int string abc_font_family_title_material 0x7f0e0016
int string abc_search_hint 0x7f0e0017
int string abc_searchview_description_clear 0x7f0e0018
int string abc_searchview_description_query 0x7f0e0019
int string abc_searchview_description_search 0x7f0e001a
int string abc_searchview_description_submit 0x7f0e001b
int string abc_searchview_description_voice 0x7f0e001c
int string abc_shareactionprovider_share_with 0x7f0e001d
int string abc_shareactionprovider_share_with_application 0x7f0e001e
int string abc_toolbar_collapse_description 0x7f0e001f
int string accept 0x7f0e0020
int string action_entrar 0x7f0e0021
int string action_settings 0x7f0e0022
int string activityAfterLogin 0x7f0e0023
int string addStudent 0x7f0e0024
int string apk 0x7f0e0025
int string app_name 0x7f0e0026
int string cancel 0x7f0e0027
int string codeModified 0x7f0e0028
int string codesNotEqual 0x7f0e0029
int string common_google_play_services_api_unavailable_text 0x7f0e002a
int string common_google_play_services_enable_button 0x7f0e002b
int string common_google_play_services_enable_text 0x7f0e002c
int string common_google_play_services_enable_title 0x7f0e002d
int string common_google_play_services_install_button 0x7f0e002e
int string common_google_play_services_install_text_phone 0x7f0e002f
int string common_google_play_services_install_text_tablet 0x7f0e0030
int string common_google_play_services_install_title 0x7f0e0031
int string common_google_play_services_invalid_account_text 0x7f0e0032
int string common_google_play_services_invalid_account_title 0x7f0e0033
int string common_google_play_services_network_error_text 0x7f0e0034
int string common_google_play_services_network_error_title 0x7f0e0035
int string common_google_play_services_notification_ticker 0x7f0e0036
int string common_google_play_services_resolution_required_text 0x7f0e0037
int string common_google_play_services_resolution_required_title 0x7f0e0038
int string common_google_play_services_restricted_profile_text 0x7f0e0039
int string common_google_play_services_restricted_profile_title 0x7f0e003a
int string common_google_play_services_sign_in_failed_text 0x7f0e003b
int string common_google_play_services_sign_in_failed_title 0x7f0e003c
int string common_google_play_services_unknown_issue 0x7f0e003d
int string common_google_play_services_unsupported_text 0x7f0e003e
int string common_google_play_services_unsupported_title 0x7f0e003f
int string common_google_play_services_update_button 0x7f0e0040
int string common_google_play_services_update_text 0x7f0e0041
int string common_google_play_services_update_title 0x7f0e0042
int string common_google_play_services_updating_text 0x7f0e0043
int string common_google_play_services_updating_title 0x7f0e0044
int string common_google_play_services_wear_update_text 0x7f0e0045
int string common_open_on_phone 0x7f0e0046
int string common_signin_button_text 0x7f0e0047
int string common_signin_button_text_long 0x7f0e0048
int string communicatorapp_name 0x7f0e0049
int string core_vocabulary 0x7f0e004a
int string create_calendar_message 0x7f0e004b
int string create_calendar_title 0x7f0e004c
int string db_name 0x7f0e004d
int string db_script_error 0x7f0e004e
int string decline 0x7f0e004f
int string default_tts_engine 0x7f0e0050
int string default_tts_voice_female 0x7f0e0051
int string default_tts_voice_male 0x7f0e0052
int string editEscapeCode 0x7f0e0053
int string emptyVocabulary_msg 0x7f0e0054
int string enterEscapeCode 0x7f0e0055
int string enterImgLabel 0x7f0e0056
int string enterNewEscapeCode 0x7f0e0057
int string exitPictogram 0x7f0e0058
int string exitingApp 0x7f0e0059
int string fa_certificate 0x7f0e005a
int string fa_exclamation_triangle 0x7f0e005b
int string fa_flask 0x7f0e005c
int string fa_question_circle 0x7f0e005d
int string fa_user_plus 0x7f0e005e
int string firstlogin 0x7f0e005f
int string getLicenseStudent 0x7f0e0060
int string google_play_student_apk 0x7f0e0061
int string google_play_supervisor_apk 0x7f0e0062
int string ilegal_user 0x7f0e0063
int string imguserLoadingErrMsg 0x7f0e0064
int string imguserLoadingMsg 0x7f0e0065
int string loadingGrammar 0x7f0e0066
int string loginErrorMsg 0x7f0e0067
int string loginErrorTxt 0x7f0e0068
int string loginExpiredLicenseMsg 0x7f0e0069
int string loginNoLicenseMsg 0x7f0e006a
int string loginTitle 0x7f0e006b
int string login_ilegaluser 0x7f0e006c
int string login_web 0x7f0e006d
int string logout 0x7f0e006e
int string mirror_mode_off 0x7f0e006f
int string mirror_mode_on 0x7f0e0070
int string newEscapeCode 0x7f0e0071
int string new_version_detail 0x7f0e0072
int string new_version_title 0x7f0e0073
int string noInternetConnection 0x7f0e0074
int string noStudentsError 0x7f0e0075
int string ok 0x7f0e0076
int string picto_delete_fail 0x7f0e0077
int string picto_delete_ok 0x7f0e0078
int string pictogram_offline 0x7f0e0079
int string pictogram_online 0x7f0e007a
int string prompt_serial_mail 0x7f0e007b
int string prompt_serial_pass 0x7f0e007c
int string reEnterNewEscapeCode 0x7f0e007d
int string search_menu_title 0x7f0e007e
int string server 0x7f0e007f
int string serverError 0x7f0e0080
int string status_bar_notification_info_overflow 0x7f0e0081
int string store_picture_message 0x7f0e0082
int string store_picture_title 0x7f0e0083
int string supervisorapp_name 0x7f0e0084
int string systemMessage 0x7f0e0085
int string title_activity_login 0x7f0e0086
int string title_activity_login_activity_fragment 0x7f0e0087
int string title_activity_login_activity_fragments 0x7f0e0088
int string title_activity_pictogram 0x7f0e0089
int string title_activity_serial 0x7f0e008a
int string title_activity_splash_screen 0x7f0e008b
int string toStudentList 0x7f0e008c
int string upload_duplicated 0x7f0e008d
int string upload_error 0x7f0e008e
int string upload_ok 0x7f0e008f
int string userInetErrorMsg 0x7f0e0090
int string userLoadingMsg 0x7f0e0091
int string userLoadingTxt 0x7f0e0092
int string version_label 0x7f0e0093
int string wrongCode 0x7f0e0094
int style AlertDialog_AppCompat 0x7f0f0000
int style AlertDialog_AppCompat_Light 0x7f0f0001
int style Animation_AppCompat_Dialog 0x7f0f0002
int style Animation_AppCompat_DropDownUp 0x7f0f0003
int style AppTheme 0x7f0f0004
int style Base_AlertDialog_AppCompat 0x7f0f0005
int style Base_AlertDialog_AppCompat_Light 0x7f0f0006
int style Base_Animation_AppCompat_Dialog 0x7f0f0007
int style Base_Animation_AppCompat_DropDownUp 0x7f0f0008
int style Base_DialogWindowTitle_AppCompat 0x7f0f0009
int style Base_DialogWindowTitleBackground_AppCompat 0x7f0f000a
int style Base_TextAppearance_AppCompat 0x7f0f000b
int style Base_TextAppearance_AppCompat_Body1 0x7f0f000c
int style Base_TextAppearance_AppCompat_Body2 0x7f0f000d
int style Base_TextAppearance_AppCompat_Button 0x7f0f000e
int style Base_TextAppearance_AppCompat_Caption 0x7f0f000f
int style Base_TextAppearance_AppCompat_Display1 0x7f0f0010
int style Base_TextAppearance_AppCompat_Display2 0x7f0f0011
int style Base_TextAppearance_AppCompat_Display3 0x7f0f0012
int style Base_TextAppearance_AppCompat_Display4 0x7f0f0013
int style Base_TextAppearance_AppCompat_Headline 0x7f0f0014
int style Base_TextAppearance_AppCompat_Inverse 0x7f0f0015
int style Base_TextAppearance_AppCompat_Large 0x7f0f0016
int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0f0017
int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0f0018
int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0f0019
int style Base_TextAppearance_AppCompat_Medium 0x7f0f001a
int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0f001b
int style Base_TextAppearance_AppCompat_Menu 0x7f0f001c
int style Base_TextAppearance_AppCompat_SearchResult 0x7f0f001d
int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0f001e
int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0f001f
int style Base_TextAppearance_AppCompat_Small 0x7f0f0020
int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0f0021
int style Base_TextAppearance_AppCompat_Subhead 0x7f0f0022
int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0f0023
int style Base_TextAppearance_AppCompat_Title 0x7f0f0024
int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0f0025
int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0f0026
int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0f0027
int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0f0028
int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0f0029
int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0f002a
int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0f002b
int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0f002c
int style Base_TextAppearance_AppCompat_Widget_Button 0x7f0f002d
int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0f002e
int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0f002f
int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0f0030
int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0f0031
int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0f0032
int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0f0033
int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0f0034
int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0f0035
int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0f0036
int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0f0037
int style Base_Theme_AppCompat 0x7f0f0038
int style Base_Theme_AppCompat_CompactMenu 0x7f0f0039
int style Base_Theme_AppCompat_Dialog 0x7f0f003a
int style Base_Theme_AppCompat_Dialog_Alert 0x7f0f003b
int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0f003c
int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0f003d
int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0f003e
int style Base_Theme_AppCompat_Light 0x7f0f003f
int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0f0040
int style Base_Theme_AppCompat_Light_Dialog 0x7f0f0041
int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0f0042
int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0f0043
int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0f0044
int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0f0045
int style Base_ThemeOverlay_AppCompat 0x7f0f0046
int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0f0047
int style Base_ThemeOverlay_AppCompat_Dark 0x7f0f0048
int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0f0049
int style Base_ThemeOverlay_AppCompat_Dialog 0x7f0f004a
int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f0f004b
int style Base_ThemeOverlay_AppCompat_Light 0x7f0f004c
int style Base_V11_Theme_AppCompat_Dialog 0x7f0f004d
int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f0f004e
int style Base_V11_ThemeOverlay_AppCompat_Dialog 0x7f0f004f
int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f0f0050
int style Base_V12_Widget_AppCompat_EditText 0x7f0f0051
int style Base_V21_Theme_AppCompat 0x7f0f0052
int style Base_V21_Theme_AppCompat_Dialog 0x7f0f0053
int style Base_V21_Theme_AppCompat_Light 0x7f0f0054
int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0f0055
int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f0f0056
int style Base_V22_Theme_AppCompat 0x7f0f0057
int style Base_V22_Theme_AppCompat_Light 0x7f0f0058
int style Base_V23_Theme_AppCompat 0x7f0f0059
int style Base_V23_Theme_AppCompat_Light 0x7f0f005a
int style Base_V7_Theme_AppCompat 0x7f0f005b
int style Base_V7_Theme_AppCompat_Dialog 0x7f0f005c
int style Base_V7_Theme_AppCompat_Light 0x7f0f005d
int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0f005e
int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f0f005f
int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f0f0060
int style Base_V7_Widget_AppCompat_EditText 0x7f0f0061
int style Base_Widget_AppCompat_ActionBar 0x7f0f0062
int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0f0063
int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0f0064
int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0f0065
int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0f0066
int style Base_Widget_AppCompat_ActionButton 0x7f0f0067
int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0f0068
int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0f0069
int style Base_Widget_AppCompat_ActionMode 0x7f0f006a
int style Base_Widget_AppCompat_ActivityChooserView 0x7f0f006b
int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0f006c
int style Base_Widget_AppCompat_Button 0x7f0f006d
int style Base_Widget_AppCompat_Button_Borderless 0x7f0f006e
int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0f006f
int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0f0070
int style Base_Widget_AppCompat_Button_Colored 0x7f0f0071
int style Base_Widget_AppCompat_Button_Small 0x7f0f0072
int style Base_Widget_AppCompat_ButtonBar 0x7f0f0073
int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0f0074
int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0f0075
int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0f0076
int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0f0077
int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0f0078
int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0f0079
int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0f007a
int style Base_Widget_AppCompat_EditText 0x7f0f007b
int style Base_Widget_AppCompat_ImageButton 0x7f0f007c
int style Base_Widget_AppCompat_Light_ActionBar 0x7f0f007d
int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0f007e
int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0f007f
int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0f0080
int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0f0081
int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0f0082
int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0f0083
int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0f0084
int style Base_Widget_AppCompat_ListMenuView 0x7f0f0085
int style Base_Widget_AppCompat_ListPopupWindow 0x7f0f0086
int style Base_Widget_AppCompat_ListView 0x7f0f0087
int style Base_Widget_AppCompat_ListView_DropDown 0x7f0f0088
int style Base_Widget_AppCompat_ListView_Menu 0x7f0f0089
int style Base_Widget_AppCompat_PopupMenu 0x7f0f008a
int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0f008b
int style Base_Widget_AppCompat_PopupWindow 0x7f0f008c
int style Base_Widget_AppCompat_ProgressBar 0x7f0f008d
int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0f008e
int style Base_Widget_AppCompat_RatingBar 0x7f0f008f
int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f0f0090
int style Base_Widget_AppCompat_RatingBar_Small 0x7f0f0091
int style Base_Widget_AppCompat_SearchView 0x7f0f0092
int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0f0093
int style Base_Widget_AppCompat_SeekBar 0x7f0f0094
int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f0f0095
int style Base_Widget_AppCompat_Spinner 0x7f0f0096
int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0f0097
int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0f0098
int style Base_Widget_AppCompat_Toolbar 0x7f0f0099
int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0f009a
int style Platform_AppCompat 0x7f0f009b
int style Platform_AppCompat_Light 0x7f0f009c
int style Platform_ThemeOverlay_AppCompat 0x7f0f009d
int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0f009e
int style Platform_ThemeOverlay_AppCompat_Light 0x7f0f009f
int style Platform_V11_AppCompat 0x7f0f00a0
int style Platform_V11_AppCompat_Light 0x7f0f00a1
int style Platform_V14_AppCompat 0x7f0f00a2
int style Platform_V14_AppCompat_Light 0x7f0f00a3
int style Platform_Widget_AppCompat_Spinner 0x7f0f00a4
int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f0f00a5
int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0f00a6
int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f0f00a7
int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0f00a8
int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0f00a9
int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0f00aa
int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0f00ab
int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0f00ac
int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0f00ad
int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0f00ae
int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0f00af
int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0f00b0
int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f0f00b1
int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f0f00b2
int style TextAppearance_AppCompat 0x7f0f00b3
int style TextAppearance_AppCompat_Body1 0x7f0f00b4
int style TextAppearance_AppCompat_Body2 0x7f0f00b5
int style TextAppearance_AppCompat_Button 0x7f0f00b6
int style TextAppearance_AppCompat_Caption 0x7f0f00b7
int style TextAppearance_AppCompat_Display1 0x7f0f00b8
int style TextAppearance_AppCompat_Display2 0x7f0f00b9
int style TextAppearance_AppCompat_Display3 0x7f0f00ba
int style TextAppearance_AppCompat_Display4 0x7f0f00bb
int style TextAppearance_AppCompat_Headline 0x7f0f00bc
int style TextAppearance_AppCompat_Inverse 0x7f0f00bd
int style TextAppearance_AppCompat_Large 0x7f0f00be
int style TextAppearance_AppCompat_Large_Inverse 0x7f0f00bf
int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0f00c0
int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0f00c1
int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0f00c2
int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0f00c3
int style TextAppearance_AppCompat_Medium 0x7f0f00c4
int style TextAppearance_AppCompat_Medium_Inverse 0x7f0f00c5
int style TextAppearance_AppCompat_Menu 0x7f0f00c6
int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0f00c7
int style TextAppearance_AppCompat_SearchResult_Title 0x7f0f00c8
int style TextAppearance_AppCompat_Small 0x7f0f00c9
int style TextAppearance_AppCompat_Small_Inverse 0x7f0f00ca
int style TextAppearance_AppCompat_Subhead 0x7f0f00cb
int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0f00cc
int style TextAppearance_AppCompat_Title 0x7f0f00cd
int style TextAppearance_AppCompat_Title_Inverse 0x7f0f00ce
int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0f00cf
int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0f00d0
int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0f00d1
int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0f00d2
int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0f00d3
int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0f00d4
int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0f00d5
int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0f00d6
int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0f00d7
int style TextAppearance_AppCompat_Widget_Button 0x7f0f00d8
int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0f00d9
int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0f00da
int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0f00db
int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0f00dc
int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0f00dd
int style TextAppearance_AppCompat_Widget_Switch 0x7f0f00de
int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0f00df
int style TextAppearance_StatusBar_EventContent 0x7f0f00e0
int style TextAppearance_StatusBar_EventContent_Info 0x7f0f00e1
int style TextAppearance_StatusBar_EventContent_Line2 0x7f0f00e2
int style TextAppearance_StatusBar_EventContent_Time 0x7f0f00e3
int style TextAppearance_StatusBar_EventContent_Title 0x7f0f00e4
int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0f00e5
int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0f00e6
int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0f00e7
int style Theme_AppCompat 0x7f0f00e8
int style Theme_AppCompat_CompactMenu 0x7f0f00e9
int style Theme_AppCompat_DayNight 0x7f0f00ea
int style Theme_AppCompat_DayNight_DarkActionBar 0x7f0f00eb
int style Theme_AppCompat_DayNight_Dialog 0x7f0f00ec
int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f0f00ed
int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f0f00ee
int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f0f00ef
int style Theme_AppCompat_DayNight_NoActionBar 0x7f0f00f0
int style Theme_AppCompat_Dialog 0x7f0f00f1
int style Theme_AppCompat_Dialog_Alert 0x7f0f00f2
int style Theme_AppCompat_Dialog_MinWidth 0x7f0f00f3
int style Theme_AppCompat_DialogWhenLarge 0x7f0f00f4
int style Theme_AppCompat_Light 0x7f0f00f5
int style Theme_AppCompat_Light_DarkActionBar 0x7f0f00f6
int style Theme_AppCompat_Light_Dialog 0x7f0f00f7
int style Theme_AppCompat_Light_Dialog_Alert 0x7f0f00f8
int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0f00f9
int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0f00fa
int style Theme_AppCompat_Light_NoActionBar 0x7f0f00fb
int style Theme_AppCompat_NoActionBar 0x7f0f00fc
int style Theme_IAPTheme 0x7f0f00fd
int style ThemeOverlay_AppCompat 0x7f0f00fe
int style ThemeOverlay_AppCompat_ActionBar 0x7f0f00ff
int style ThemeOverlay_AppCompat_Dark 0x7f0f0100
int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0f0101
int style ThemeOverlay_AppCompat_Dialog 0x7f0f0102
int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f0f0103
int style ThemeOverlay_AppCompat_Light 0x7f0f0104
int style Widget_AppCompat_ActionBar 0x7f0f0105
int style Widget_AppCompat_ActionBar_Solid 0x7f0f0106
int style Widget_AppCompat_ActionBar_TabBar 0x7f0f0107
int style Widget_AppCompat_ActionBar_TabText 0x7f0f0108
int style Widget_AppCompat_ActionBar_TabView 0x7f0f0109
int style Widget_AppCompat_ActionButton 0x7f0f010a
int style Widget_AppCompat_ActionButton_CloseMode 0x7f0f010b
int style Widget_AppCompat_ActionButton_Overflow 0x7f0f010c
int style Widget_AppCompat_ActionMode 0x7f0f010d
int style Widget_AppCompat_ActivityChooserView 0x7f0f010e
int style Widget_AppCompat_AutoCompleteTextView 0x7f0f010f
int style Widget_AppCompat_Button 0x7f0f0110
int style Widget_AppCompat_Button_Borderless 0x7f0f0111
int style Widget_AppCompat_Button_Borderless_Colored 0x7f0f0112
int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0f0113
int style Widget_AppCompat_Button_Colored 0x7f0f0114
int style Widget_AppCompat_Button_Small 0x7f0f0115
int style Widget_AppCompat_ButtonBar 0x7f0f0116
int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0f0117
int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0f0118
int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0f0119
int style Widget_AppCompat_CompoundButton_Switch 0x7f0f011a
int style Widget_AppCompat_DrawerArrowToggle 0x7f0f011b
int style Widget_AppCompat_DropDownItem_Spinner 0x7f0f011c
int style Widget_AppCompat_EditText 0x7f0f011d
int style Widget_AppCompat_ImageButton 0x7f0f011e
int style Widget_AppCompat_Light_ActionBar 0x7f0f011f
int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0f0120
int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0f0121
int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0f0122
int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0f0123
int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0f0124
int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0f0125
int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0f0126
int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0f0127
int style Widget_AppCompat_Light_ActionButton 0x7f0f0128
int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0f0129
int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0f012a
int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0f012b
int style Widget_AppCompat_Light_ActivityChooserView 0x7f0f012c
int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0f012d
int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0f012e
int style Widget_AppCompat_Light_ListPopupWindow 0x7f0f012f
int style Widget_AppCompat_Light_ListView_DropDown 0x7f0f0130
int style Widget_AppCompat_Light_PopupMenu 0x7f0f0131
int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0f0132
int style Widget_AppCompat_Light_SearchView 0x7f0f0133
int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0f0134
int style Widget_AppCompat_ListMenuView 0x7f0f0135
int style Widget_AppCompat_ListPopupWindow 0x7f0f0136
int style Widget_AppCompat_ListView 0x7f0f0137
int style Widget_AppCompat_ListView_DropDown 0x7f0f0138
int style Widget_AppCompat_ListView_Menu 0x7f0f0139
int style Widget_AppCompat_PopupMenu 0x7f0f013a
int style Widget_AppCompat_PopupMenu_Overflow 0x7f0f013b
int style Widget_AppCompat_PopupWindow 0x7f0f013c
int style Widget_AppCompat_ProgressBar 0x7f0f013d
int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0f013e
int style Widget_AppCompat_RatingBar 0x7f0f013f
int style Widget_AppCompat_RatingBar_Indicator 0x7f0f0140
int style Widget_AppCompat_RatingBar_Small 0x7f0f0141
int style Widget_AppCompat_SearchView 0x7f0f0142
int style Widget_AppCompat_SearchView_ActionBar 0x7f0f0143
int style Widget_AppCompat_SeekBar 0x7f0f0144
int style Widget_AppCompat_SeekBar_Discrete 0x7f0f0145
int style Widget_AppCompat_Spinner 0x7f0f0146
int style Widget_AppCompat_Spinner_DropDown 0x7f0f0147
int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0f0148
int style Widget_AppCompat_Spinner_Underlined 0x7f0f0149
int style Widget_AppCompat_TextView_SpinnerItem 0x7f0f014a
int style Widget_AppCompat_Toolbar 0x7f0f014b
int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0f014c
int style sessionBtn 0x7f0f014d
int[] styleable ActionBar { 0x7f030030, 0x7f030031, 0x7f030032, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f030059, 0x7f03005a, 0x7f03005b, 0x7f03005d, 0x7f030061, 0x7f030062, 0x7f03006d, 0x7f030075, 0x7f030076, 0x7f030077, 0x7f030078, 0x7f030079, 0x7f03007e, 0x7f030082, 0x7f03008f, 0x7f030096, 0x7f03009e, 0x7f0300a1, 0x7f0300a2, 0x7f0300bc, 0x7f0300bf, 0x7f0300d7, 0x7f0300e0 }
int styleable ActionBar_background 0
int styleable ActionBar_backgroundSplit 1
int styleable ActionBar_backgroundStacked 2
int styleable ActionBar_contentInsetEnd 3
int styleable ActionBar_contentInsetEndWithActions 4
int styleable ActionBar_contentInsetLeft 5
int styleable ActionBar_contentInsetRight 6
int styleable ActionBar_contentInsetStart 7
int styleable ActionBar_contentInsetStartWithNavigation 8
int styleable ActionBar_customNavigationLayout 9
int styleable ActionBar_displayOptions 10
int styleable ActionBar_divider 11
int styleable ActionBar_elevation 12
int styleable ActionBar_height 13
int styleable ActionBar_hideOnContentScroll 14
int styleable ActionBar_homeAsUpIndicator 15
int styleable ActionBar_homeLayout 16
int styleable ActionBar_icon 17
int styleable ActionBar_indeterminateProgressStyle 18
int styleable ActionBar_itemPadding 19
int styleable ActionBar_logo 20
int styleable ActionBar_navigationMode 21
int styleable ActionBar_popupTheme 22
int styleable ActionBar_progressBarPadding 23
int styleable ActionBar_progressBarStyle 24
int styleable ActionBar_subtitle 25
int styleable ActionBar_subtitleTextStyle 26
int styleable ActionBar_title 27
int styleable ActionBar_titleTextStyle 28
int[] styleable ActionBarLayout { 0x010100b3 }
int styleable ActionBarLayout_android_layout_gravity 0
int[] styleable ActionMenuItemView { 0x0101013f }
int styleable ActionMenuItemView_android_minWidth 0
int[] styleable ActionMenuView { }
int[] styleable ActionMode { 0x7f030030, 0x7f030031, 0x7f030047, 0x7f030075, 0x7f0300bf, 0x7f0300e0 }
int styleable ActionMode_background 0
int styleable ActionMode_backgroundSplit 1
int styleable ActionMode_closeItemLayout 2
int styleable ActionMode_height 3
int styleable ActionMode_subtitleTextStyle 4
int styleable ActionMode_titleTextStyle 5
int[] styleable ActivityChooserView { 0x7f03006e, 0x7f03007f }
int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
int styleable ActivityChooserView_initialActivityCount 1
int[] styleable AdsAttrs { 0x7f030022, 0x7f030023, 0x7f030024 }
int styleable AdsAttrs_adSize 0
int styleable AdsAttrs_adSizes 1
int styleable AdsAttrs_adUnitId 2
int[] styleable AlertDialog { 0x010100f2, 0x7f03003d, 0x7f030086, 0x7f030087, 0x7f030093, 0x7f0300b3 }
int styleable AlertDialog_android_layout 0
int styleable AlertDialog_buttonPanelSideLayout 1
int styleable AlertDialog_listItemLayout 2
int styleable AlertDialog_listLayout 3
int styleable AlertDialog_multiChoiceItemLayout 4
int styleable AlertDialog_singleChoiceItemLayout 5
int[] styleable AppCompatImageView { 0x01010119, 0x7f0300b8 }
int styleable AppCompatImageView_android_src 0
int styleable AppCompatImageView_srcCompat 1
int[] styleable AppCompatSeekBar { 0x01010142, 0x7f0300d4, 0x7f0300d5, 0x7f0300d6 }
int styleable AppCompatSeekBar_android_thumb 0
int styleable AppCompatSeekBar_tickMark 1
int styleable AppCompatSeekBar_tickMarkTint 2
int styleable AppCompatSeekBar_tickMarkTintMode 3
int[] styleable AppCompatTextHelper { 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, 0x01010170, 0x01010392, 0x01010393 }
int styleable AppCompatTextHelper_android_textAppearance 0
int styleable AppCompatTextHelper_android_drawableTop 1
int styleable AppCompatTextHelper_android_drawableBottom 2
int styleable AppCompatTextHelper_android_drawableLeft 3
int styleable AppCompatTextHelper_android_drawableRight 4
int styleable AppCompatTextHelper_android_drawableStart 5
int styleable AppCompatTextHelper_android_drawableEnd 6
int[] styleable AppCompatTextView { 0x01010034, 0x7f0300c5 }
int styleable AppCompatTextView_android_textAppearance 0
int styleable AppCompatTextView_textAllCaps 1
int[] styleable AppCompatTheme { 0x01010057, 0x010100ae, 0x7f030000, 0x7f030001, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f030021, 0x7f030025, 0x7f030026, 0x7f030027, 0x7f030028, 0x7f03002f, 0x7f030036, 0x7f030037, 0x7f030038, 0x7f030039, 0x7f03003a, 0x7f03003b, 0x7f03003f, 0x7f030040, 0x7f030043, 0x7f030044, 0x7f03004b, 0x7f03004c, 0x7f03004d, 0x7f03004e, 0x7f03004f, 0x7f030050, 0x7f030051, 0x7f030052, 0x7f030054, 0x7f03005c, 0x7f03005f, 0x7f030060, 0x7f030063, 0x7f030065, 0x7f030068, 0x7f030069, 0x7f03006a, 0x7f03006b, 0x7f03006c, 0x7f030077, 0x7f03007d, 0x7f030084, 0x7f030085, 0x7f030088, 0x7f030089, 0x7f03008a, 0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f03008e, 0x7f03009a, 0x7f03009b, 0x7f03009c, 0x7f03009d, 0x7f03009f, 0x7f0300a5, 0x7f0300a6, 0x7f0300a7, 0x7f0300a8, 0x7f0300ac, 0x7f0300ad, 0x7f0300ae, 0x7f0300af, 0x7f0300b5, 0x7f0300b6, 0x7f0300c3, 0x7f0300c6, 0x7f0300c7, 0x7f0300c8, 0x7f0300c9, 0x7f0300ca, 0x7f0300cb, 0x7f0300cc, 0x7f0300cd, 0x7f0300ce, 0x7f0300e1, 0x7f0300e2, 0x7f0300e7, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f0300eb, 0x7f0300ec, 0x7f0300ed, 0x7f0300ee, 0x7f0300ef, 0x7f0300f0 }
int styleable AppCompatTheme_android_windowIsFloating 0
int styleable AppCompatTheme_android_windowAnimationStyle 1
int styleable AppCompatTheme_actionBarDivider 2
int styleable AppCompatTheme_actionBarItemBackground 3
int styleable AppCompatTheme_actionBarPopupTheme 4
int styleable AppCompatTheme_actionBarSize 5
int styleable AppCompatTheme_actionBarSplitStyle 6
int styleable AppCompatTheme_actionBarStyle 7
int styleable AppCompatTheme_actionBarTabBarStyle 8
int styleable AppCompatTheme_actionBarTabStyle 9
int styleable AppCompatTheme_actionBarTabTextStyle 10
int styleable AppCompatTheme_actionBarTheme 11
int styleable AppCompatTheme_actionBarWidgetTheme 12
int styleable AppCompatTheme_actionButtonStyle 13
int styleable AppCompatTheme_actionDropDownStyle 14
int styleable AppCompatTheme_actionMenuTextAppearance 15
int styleable AppCompatTheme_actionMenuTextColor 16
int styleable AppCompatTheme_actionModeBackground 17
int styleable AppCompatTheme_actionModeCloseButtonStyle 18
int styleable AppCompatTheme_actionModeCloseDrawable 19
int styleable AppCompatTheme_actionModeCopyDrawable 20
int styleable AppCompatTheme_actionModeCutDrawable 21
int styleable AppCompatTheme_actionModeFindDrawable 22
int styleable AppCompatTheme_actionModePasteDrawable 23
int styleable AppCompatTheme_actionModePopupWindowStyle 24
int styleable AppCompatTheme_actionModeSelectAllDrawable 25
int styleable AppCompatTheme_actionModeShareDrawable 26
int styleable AppCompatTheme_actionModeSplitBackground 27
int styleable AppCompatTheme_actionModeStyle 28
int styleable AppCompatTheme_actionModeWebSearchDrawable 29
int styleable AppCompatTheme_actionOverflowButtonStyle 30
int styleable AppCompatTheme_actionOverflowMenuStyle 31
int styleable AppCompatTheme_activityChooserViewStyle 32
int styleable AppCompatTheme_alertDialogButtonGroupStyle 33
int styleable AppCompatTheme_alertDialogCenterButtons 34
int styleable AppCompatTheme_alertDialogStyle 35
int styleable AppCompatTheme_alertDialogTheme 36
int styleable AppCompatTheme_autoCompleteTextViewStyle 37
int styleable AppCompatTheme_borderlessButtonStyle 38
int styleable AppCompatTheme_buttonBarButtonStyle 39
int styleable AppCompatTheme_buttonBarNegativeButtonStyle 40
int styleable AppCompatTheme_buttonBarNeutralButtonStyle 41
int styleable AppCompatTheme_buttonBarPositiveButtonStyle 42
int styleable AppCompatTheme_buttonBarStyle 43
int styleable AppCompatTheme_buttonStyle 44
int styleable AppCompatTheme_buttonStyleSmall 45
int styleable AppCompatTheme_checkboxStyle 46
int styleable AppCompatTheme_checkedTextViewStyle 47
int styleable AppCompatTheme_colorAccent 48
int styleable AppCompatTheme_colorBackgroundFloating 49
int styleable AppCompatTheme_colorButtonNormal 50
int styleable AppCompatTheme_colorControlActivated 51
int styleable AppCompatTheme_colorControlHighlight 52
int styleable AppCompatTheme_colorControlNormal 53
int styleable AppCompatTheme_colorPrimary 54
int styleable AppCompatTheme_colorPrimaryDark 55
int styleable AppCompatTheme_colorSwitchThumbNormal 56
int styleable AppCompatTheme_controlBackground 57
int styleable AppCompatTheme_dialogPreferredPadding 58
int styleable AppCompatTheme_dialogTheme 59
int styleable AppCompatTheme_dividerHorizontal 60
int styleable AppCompatTheme_dividerVertical 61
int styleable AppCompatTheme_dropDownListViewStyle 62
int styleable AppCompatTheme_dropdownListPreferredItemHeight 63
int styleable AppCompatTheme_editTextBackground 64
int styleable AppCompatTheme_editTextColor 65
int styleable AppCompatTheme_editTextStyle 66
int styleable AppCompatTheme_homeAsUpIndicator 67
int styleable AppCompatTheme_imageButtonStyle 68
int styleable AppCompatTheme_listChoiceBackgroundIndicator 69
int styleable AppCompatTheme_listDividerAlertDialog 70
int styleable AppCompatTheme_listMenuViewStyle 71
int styleable AppCompatTheme_listPopupWindowStyle 72
int styleable AppCompatTheme_listPreferredItemHeight 73
int styleable AppCompatTheme_listPreferredItemHeightLarge 74
int styleable AppCompatTheme_listPreferredItemHeightSmall 75
int styleable AppCompatTheme_listPreferredItemPaddingLeft 76
int styleable AppCompatTheme_listPreferredItemPaddingRight 77
int styleable AppCompatTheme_panelBackground 78
int styleable AppCompatTheme_panelMenuListTheme 79
int styleable AppCompatTheme_panelMenuListWidth 80
int styleable AppCompatTheme_popupMenuStyle 81
int styleable AppCompatTheme_popupWindowStyle 82
int styleable AppCompatTheme_radioButtonStyle 83
int styleable AppCompatTheme_ratingBarStyle 84
int styleable AppCompatTheme_ratingBarStyleIndicator 85
int styleable AppCompatTheme_ratingBarStyleSmall 86
int styleable AppCompatTheme_searchViewStyle 87
int styleable AppCompatTheme_seekBarStyle 88
int styleable AppCompatTheme_selectableItemBackground 89
int styleable AppCompatTheme_selectableItemBackgroundBorderless 90
int styleable AppCompatTheme_spinnerDropDownItemStyle 91
int styleable AppCompatTheme_spinnerStyle 92
int styleable AppCompatTheme_switchStyle 93
int styleable AppCompatTheme_textAppearanceLargePopupMenu 94
int styleable AppCompatTheme_textAppearanceListItem 95
int styleable AppCompatTheme_textAppearanceListItemSmall 96
int styleable AppCompatTheme_textAppearancePopupMenuHeader 97
int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 98
int styleable AppCompatTheme_textAppearanceSearchResultTitle 99
int styleable AppCompatTheme_textAppearanceSmallPopupMenu 100
int styleable AppCompatTheme_textColorAlertDialogListItem 101
int styleable AppCompatTheme_textColorSearchUrl 102
int styleable AppCompatTheme_toolbarNavigationButtonStyle 103
int styleable AppCompatTheme_toolbarStyle 104
int styleable AppCompatTheme_windowActionBar 105
int styleable AppCompatTheme_windowActionBarOverlay 106
int styleable AppCompatTheme_windowActionModeOverlay 107
int styleable AppCompatTheme_windowFixedHeightMajor 108
int styleable AppCompatTheme_windowFixedHeightMinor 109
int styleable AppCompatTheme_windowFixedWidthMajor 110
int styleable AppCompatTheme_windowFixedWidthMinor 111
int styleable AppCompatTheme_windowMinWidthMajor 112
int styleable AppCompatTheme_windowMinWidthMinor 113
int styleable AppCompatTheme_windowNoTitle 114
int[] styleable ButtonBarLayout { 0x7f030029 }
int styleable ButtonBarLayout_allowStacking 0
int[] styleable ColorStateListItem { 0x010101a5, 0x0101031f, 0x7f03002a }
int styleable ColorStateListItem_android_color 0
int styleable ColorStateListItem_android_alpha 1
int styleable ColorStateListItem_alpha 2
int[] styleable CompoundButton { 0x01010107, 0x7f030041, 0x7f030042 }
int styleable CompoundButton_android_button 0
int styleable CompoundButton_buttonTint 1
int styleable CompoundButton_buttonTintMode 2
int[] styleable CropImageView { 0x7f03002d, 0x7f03002e, 0x7f03006f, 0x7f030074 }
int styleable CropImageView_aspectRatioX 0
int styleable CropImageView_aspectRatioY 1
int styleable CropImageView_fixAspectRatio 2
int styleable CropImageView_guidelines 3
int[] styleable DrawerArrowToggle { 0x7f03002b, 0x7f03002c, 0x7f030035, 0x7f03004a, 0x7f030066, 0x7f030071, 0x7f0300b4, 0x7f0300d0 }
int styleable DrawerArrowToggle_arrowHeadLength 0
int styleable DrawerArrowToggle_arrowShaftLength 1
int styleable DrawerArrowToggle_barLength 2
int styleable DrawerArrowToggle_color 3
int styleable DrawerArrowToggle_drawableSize 4
int styleable DrawerArrowToggle_gapBetweenBars 5
int styleable DrawerArrowToggle_spinBars 6
int styleable DrawerArrowToggle_thickness 7
int[] styleable GifTextureView { 0x7f030072, 0x7f030081 }
int styleable GifTextureView_gifSource 0
int styleable GifTextureView_isOpaque 1
int[] styleable GifView { 0x7f030070 }
int styleable GifView_freezesAnimation 0
int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f030062, 0x7f030064, 0x7f030092, 0x7f0300b1 }
int styleable LinearLayoutCompat_android_gravity 0
int styleable LinearLayoutCompat_android_orientation 1
int styleable LinearLayoutCompat_android_baselineAligned 2
int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3
int styleable LinearLayoutCompat_android_weightSum 4
int styleable LinearLayoutCompat_divider 5
int styleable LinearLayoutCompat_dividerPadding 6
int styleable LinearLayoutCompat_measureWithLargestChild 7
int styleable LinearLayoutCompat_showDividers 8
int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }
int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
int styleable LinearLayoutCompat_Layout_android_layout_width 1
int styleable LinearLayoutCompat_Layout_android_layout_height 2
int styleable LinearLayoutCompat_Layout_android_layout_weight 3
int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
int styleable ListPopupWindow_android_dropDownVerticalOffset 1
int[] styleable LoadingImageView { 0x7f030045, 0x7f03007b, 0x7f03007c }
int styleable LoadingImageView_circleCrop 0
int styleable LoadingImageView_imageAspectRatio 1
int styleable LoadingImageView_imageAspectRatioAdjust 2
int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }
int styleable MenuGroup_android_enabled 0
int styleable MenuGroup_android_id 1
int styleable MenuGroup_android_visible 2
int styleable MenuGroup_android_menuCategory 3
int styleable MenuGroup_android_orderInCategory 4
int styleable MenuGroup_android_checkableBehavior 5
int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f03000d, 0x7f03001f, 0x7f030020, 0x7f0300b0 }
int styleable MenuItem_android_icon 0
int styleable MenuItem_android_enabled 1
int styleable MenuItem_android_id 2
int styleable MenuItem_android_checked 3
int styleable MenuItem_android_visible 4
int styleable MenuItem_android_menuCategory 5
int styleable MenuItem_android_orderInCategory 6
int styleable MenuItem_android_title 7
int styleable MenuItem_android_titleCondensed 8
int styleable MenuItem_android_alphabeticShortcut 9
int styleable MenuItem_android_numericShortcut 10
int styleable MenuItem_android_checkable 11
int styleable MenuItem_android_onClick 12
int styleable MenuItem_actionLayout 13
int styleable MenuItem_actionProviderClass 14
int styleable MenuItem_actionViewClass 15
int styleable MenuItem_showAsAction 16
int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f0300a0, 0x7f0300ba }
int styleable MenuView_android_windowAnimationStyle 0
int styleable MenuView_android_itemTextAppearance 1
int styleable MenuView_android_horizontalDivider 2
int styleable MenuView_android_verticalDivider 3
int styleable MenuView_android_headerBackground 4
int styleable MenuView_android_itemBackground 5
int styleable MenuView_android_itemIconDisabledAlpha 6
int styleable MenuView_preserveIconSpacing 7
int styleable MenuView_subMenuArrow 8
int[] styleable PopupWindow { 0x01010176, 0x010102c9, 0x7f030097 }
int styleable PopupWindow_android_popupBackground 0
int styleable PopupWindow_android_popupAnimationStyle 1
int styleable PopupWindow_overlapAnchor 2
int[] styleable PopupWindowBackgroundState { 0x7f0300b9 }
int styleable PopupWindowBackgroundState_state_above_anchor 0
int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f030046, 0x7f030055, 0x7f03005e, 0x7f030073, 0x7f03007a, 0x7f030083, 0x7f0300a3, 0x7f0300a4, 0x7f0300aa, 0x7f0300ab, 0x7f0300bb, 0x7f0300c0, 0x7f0300e6 }
int styleable SearchView_android_focusable 0
int styleable SearchView_android_maxWidth 1
int styleable SearchView_android_inputType 2
int styleable SearchView_android_imeOptions 3
int styleable SearchView_closeIcon 4
int styleable SearchView_commitIcon 5
int styleable SearchView_defaultQueryHint 6
int styleable SearchView_goIcon 7
int styleable SearchView_iconifiedByDefault 8
int styleable SearchView_layout 9
int styleable SearchView_queryBackground 10
int styleable SearchView_queryHint 11
int styleable SearchView_searchHintIcon 12
int styleable SearchView_searchIcon 13
int styleable SearchView_submitBackground 14
int styleable SearchView_suggestionRowLayout 15
int styleable SearchView_voiceIcon 16
int[] styleable SignInButton { 0x7f03003e, 0x7f030053, 0x7f0300a9 }
int styleable SignInButton_buttonSize 0
int styleable SignInButton_colorScheme 1
int styleable SignInButton_scopeUris 2
int[] styleable Spinner { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f03009e }
int styleable Spinner_android_entries 0
int styleable Spinner_android_popupBackground 1
int styleable Spinner_android_prompt 2
int styleable Spinner_android_dropDownWidth 3
int styleable Spinner_popupTheme 4
int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f0300b2, 0x7f0300b7, 0x7f0300c1, 0x7f0300c2, 0x7f0300c4, 0x7f0300d1, 0x7f0300d2, 0x7f0300d3, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5 }
int styleable SwitchCompat_android_textOn 0
int styleable SwitchCompat_android_textOff 1
int styleable SwitchCompat_android_thumb 2
int styleable SwitchCompat_showText 3
int styleable SwitchCompat_splitTrack 4
int styleable SwitchCompat_switchMinWidth 5
int styleable SwitchCompat_switchPadding 6
int styleable SwitchCompat_switchTextAppearance 7
int styleable SwitchCompat_thumbTextPadding 8
int styleable SwitchCompat_thumbTint 9
int styleable SwitchCompat_thumbTintMode 10
int styleable SwitchCompat_track 11
int styleable SwitchCompat_trackTint 12
int styleable SwitchCompat_trackTintMode 13
int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x7f0300c5 }
int styleable TextAppearance_android_textSize 0
int styleable TextAppearance_android_typeface 1
int styleable TextAppearance_android_textStyle 2
int styleable TextAppearance_android_textColor 3
int styleable TextAppearance_android_shadowColor 4
int styleable TextAppearance_android_shadowDx 5
int styleable TextAppearance_android_shadowDy 6
int styleable TextAppearance_android_shadowRadius 7
int styleable TextAppearance_textAllCaps 8
int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f03003c, 0x7f030048, 0x7f030049, 0x7f030056, 0x7f030057, 0x7f030058, 0x7f030059, 0x7f03005a, 0x7f03005b, 0x7f03008f, 0x7f030090, 0x7f030091, 0x7f030094, 0x7f030095, 0x7f03009e, 0x7f0300bc, 0x7f0300bd, 0x7f0300be, 0x7f0300d7, 0x7f0300d8, 0x7f0300d9, 0x7f0300da, 0x7f0300db, 0x7f0300dc, 0x7f0300dd, 0x7f0300de, 0x7f0300df }
int styleable Toolbar_android_gravity 0
int styleable Toolbar_android_minHeight 1
int styleable Toolbar_buttonGravity 2
int styleable Toolbar_collapseContentDescription 3
int styleable Toolbar_collapseIcon 4
int styleable Toolbar_contentInsetEnd 5
int styleable Toolbar_contentInsetEndWithActions 6
int styleable Toolbar_contentInsetLeft 7
int styleable Toolbar_contentInsetRight 8
int styleable Toolbar_contentInsetStart 9
int styleable Toolbar_contentInsetStartWithNavigation 10
int styleable Toolbar_logo 11
int styleable Toolbar_logoDescription 12
int styleable Toolbar_maxButtonHeight 13
int styleable Toolbar_navigationContentDescription 14
int styleable Toolbar_navigationIcon 15
int styleable Toolbar_popupTheme 16
int styleable Toolbar_subtitle 17
int styleable Toolbar_subtitleTextAppearance 18
int styleable Toolbar_subtitleTextColor 19
int styleable Toolbar_title 20
int styleable Toolbar_titleMargin 21
int styleable Toolbar_titleMarginBottom 22
int styleable Toolbar_titleMarginEnd 23
int styleable Toolbar_titleMarginStart 24
int styleable Toolbar_titleMarginTop 25
int styleable Toolbar_titleMargins 26
int styleable Toolbar_titleTextAppearance 27
int styleable Toolbar_titleTextColor 28
int[] styleable View { 0x01010000, 0x010100da, 0x7f030098, 0x7f030099, 0x7f0300cf }
int styleable View_android_theme 0
int styleable View_android_focusable 1
int styleable View_paddingEnd 2
int styleable View_paddingStart 3
int styleable View_theme 4
int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f030033, 0x7f030034 }
int styleable ViewBackgroundHelper_android_background 0
int styleable ViewBackgroundHelper_backgroundTint 1
int styleable ViewBackgroundHelper_backgroundTintMode 2
int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
int styleable ViewStubCompat_android_id 0
int styleable ViewStubCompat_android_layout 1
int styleable ViewStubCompat_android_inflatedId 2
......@@ -18,9 +18,15 @@ android {
defaultConfig {
applicationId "com.yottacode.pictogram.supervisor"
minSdkVersion 21
<<<<<<< HEAD
targetSdkVersion 26
versionCode 8
versionName "1.8"
=======
targetSdkVersion 22
versionCode 7
versionName "1.7"
>>>>>>> develop
resValue "bool","NotifyAllwaysVisible","false"
resValue "string", "VersionManagerClass", "com.yottacode.pictogram.supervisor.net.VersionManager"
resValue "string","apk","pictograms.apk"
......
......@@ -8,19 +8,15 @@ import com.yottacode.pictogram.dao.Picto;
import com.yottacode.pictogram.tools.PCBcontext;
import java.util.LinkedList;
import java.util.Vector;
public class PictoGridAdapter extends ArrayAdapter {
private LinkedList<Picto> pictoLinkedList;
private final String LOG_TAG = this.getClass().getSimpleName();
private Vector<Picto> pictoLinkedList_inTape;
private Vector<Picto> pictoLinkedList_inGrid;
public PictoGridAdapter(LinkedList<Picto> pictoLinkedList){
super(PCBcontext.getContext(), PictoItemViewGenerator.LAYOUT, pictoLinkedList);
this.pictoLinkedList = pictoLinkedList;
pictoLinkedList_inTape=new Vector<>(5);
pictoLinkedList_inGrid=new Vector<>(5);
}
@Override
......@@ -42,13 +38,6 @@ public class PictoGridAdapter extends ArrayAdapter {
@Override
public View getView(int position, View convertView, ViewGroup parent) {
Picto picto=this.pictoLinkedList.get(position);
int igrid=this.pictoLinkedList_inGrid.indexOf(picto);
int itape = this.pictoLinkedList_inTape.indexOf(picto);
if (itape >= 0)
picto.set_visible(false);
if (igrid>=0)
picto.set_visible(true);
View view = PictoItemViewGenerator.getPictoView(
......@@ -60,13 +49,5 @@ public class PictoGridAdapter extends ArrayAdapter {
return view;
}
public void allPictosInGrid() {
for (Picto picto: pictoLinkedList_inTape) {
pictoLinkedList_inGrid.add(picto);
}
notifyDataSetChanged();
}
}
......@@ -277,12 +277,7 @@ public class VocabularyManager extends Activity implements VocabularyTalk.iVocab
}
@Override
protected void onPause() {
super.onPause();
this.pictoCategoryGridAdapter.allPictosInGrid();
this.pictoMainGridAdapter.allPictosInGrid();
}
@Override
protected void onStop() {
......
......@@ -143,9 +143,13 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/processed_res" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/reload-dex" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
<<<<<<< HEAD
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/resources" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/shader_assets" />
=======
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
>>>>>>> develop
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/shaders" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/signing_config" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/split-apk" />
......@@ -157,6 +161,7 @@
</content>
<orderEntry type="jdk" jdkName="Android API 26 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<<<<<<< HEAD
<orderEntry type="library" name="Gradle: com.koushikdutta.async:androidasync:2.2.1@aar" level="project" />
<orderEntry type="library" name="Gradle: com.android.support:support-compat:24.2.1@aar" level="project" />
<orderEntry type="library" name="Gradle: com.android.support:support-v4:24.2.1@aar" level="project" />
......@@ -177,6 +182,39 @@
<orderEntry type="library" name="Gradle: com.android.support:support-fragment:24.2.1@aar" level="project" />
<orderEntry type="library" name="Gradle: org.json:json:20090211@jar" level="project" />
<orderEntry type="library" name="Gradle: com.android.support:support-core-utils:24.2.1@aar" level="project" />
=======
<orderEntry type="library" name="com.github.nkzawa:socket.io-client:0.5.1@jar" level="project" />
<orderEntry type="library" name="com.android.support:support-annotations:24.2.1@jar" level="project" />
<orderEntry type="library" name="com.google.android.gms:play-services-basement-9.2.1" level="project" />
<orderEntry type="library" name="com.squareup.okhttp:okhttp:2.4.0@jar" level="project" />
<orderEntry type="library" name="com.android.support:support-fragment-24.2.1" level="project" />
<orderEntry type="library" name="com.google.android.gms:play-services-auth-9.2.1" level="project" />
<orderEntry type="library" name="com.koushikdutta.async:androidasync-2.2.1" level="project" />
<orderEntry type="library" name="com.android.support:support-v4-24.2.1" level="project" />
<orderEntry type="library" name="com.google.code.gson:gson:2.3@jar" level="project" />
<orderEntry type="library" name="com.google.android.gms:play-services-iid-9.2.1" level="project" />
<orderEntry type="library" name="com.github.nkzawa:engine.io-client:0.5.1@jar" level="project" />
<orderEntry type="library" name="com.android.support:animated-vector-drawable-24.2.1" level="project" />
<orderEntry type="library" name="com.google.android.gms:play-services-base-9.2.1" level="project" />
<orderEntry type="library" name="com.koushikdutta.ion:ion-2.2.1" level="project" />
<orderEntry type="library" name="com.google.android.gms:play-services-tasks-9.2.1" level="project" />
<orderEntry type="library" name="com.android.support:support-media-compat-24.2.1" level="project" />
<orderEntry type="library" name="com.google.android.gms:play-services-gass-9.2.1" level="project" />
<orderEntry type="library" name="com.google.android.gms:play-services-auth-base-9.2.1" level="project" />
<orderEntry type="library" name="org.json:json:20090211@jar" level="project" />
<orderEntry type="library" name="com.android.support:support-vector-drawable-24.2.1" level="project" />
<orderEntry type="library" name="com.android.support:support-core-utils-24.2.1" level="project" />
<orderEntry type="library" name="com.google.android.gms:play-services-clearcut-9.2.1" level="project" />
<orderEntry type="library" name="com.google.android.gms:play-services-ads-9.2.1" level="project" />
<orderEntry type="library" name="com.google.android.gms:play-services-gcm-9.2.1" level="project" />
<orderEntry type="library" name="pl.droidsonroids.gif:android-gif-drawable-1.1.7" level="project" />
<orderEntry type="library" name="com.squareup.okio:okio:1.4.0@jar" level="project" />
<orderEntry type="library" name="com.google.android.gms:play-services-ads-lite-9.2.1" level="project" />
<orderEntry type="library" name="com.android.support:appcompat-v7-24.2.1" level="project" />
<orderEntry type="library" name="com.android.support:support-core-ui-24.2.1" level="project" />
<orderEntry type="library" name="com.squareup.okhttp:okhttp-ws:2.4.0@jar" level="project" />
<orderEntry type="library" name="com.android.support:support-compat-24.2.1" level="project" />
>>>>>>> develop
<orderEntry type="module" module-name="commonlibrary" />
<orderEntry type="module" module-name="tabletlibrary" />
</component>
......
......@@ -39,16 +39,22 @@ public class PictoGridAdapter extends ArrayAdapter {
return 0;
}
private void set_visible(Picto picto, boolean visible) {
if (PCBcontext.getVocabulary().get_picto(picto.get_grid(),picto.get_ImgId())!=null)
PCBcontext.getVocabulary().get_picto(picto.get_grid(),picto.get_ImgId()).set_visible(visible);
}
@Override
public View getView(int position, View convertView, ViewGroup parent) {
Picto picto=this.pictoLinkedList.get(position);
Picto picto= this.pictoLinkedList.get(position)==null ? null
: PCBcontext.getVocabulary().get_picto(this.pictoLinkedList.get(position).get_grid(),this.pictoLinkedList.get(position).get_ImgId());
int igrid=this.pictoLinkedList_inGrid.indexOf(picto);
int itape = this.pictoLinkedList_inTape.indexOf(picto);
if (itape >= 0)
picto.set_visible(false);
set_visible(picto,false);
if (igrid>=0)
picto.set_visible(true);
set_visible(picto,true);
View view = PictoItemViewGenerator.getPictoView(
......@@ -72,7 +78,7 @@ public class PictoGridAdapter extends ArrayAdapter {
public void pictoInGrid(Picto p) {
p.set_visible(true);
set_visible(p,true);
pictoLinkedList_inGrid.add(p);
notifyDataSetChanged();
}
......@@ -84,7 +90,7 @@ public class PictoGridAdapter extends ArrayAdapter {
public void allPictosInGrid() {
for (Picto picto: pictoLinkedList_inTape)
picto.set_visible(true);
set_visible(picto,true);
pictoLinkedList_inTape.clear();
pictoLinkedList_inGrid.clear();
......
......@@ -5,6 +5,8 @@ import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.text.method.HideReturnsTransformationMethod;
import android.text.method.PasswordTransformationMethod;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
......@@ -14,6 +16,7 @@ import android.view.inputmethod.InputMethodManager;
import android.widget.AdapterView;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ImageButton;
import android.widget.LinearLayout;
import android.widget.ListView;
import android.widget.TextView;
......@@ -145,6 +148,16 @@ public class SerialActivity extends Activity {
}
});
((ImageButton)findViewById(R.id.viewPwdButton)).setOnClickListener(new OnClickListener() {
@Override
public void onClick(View v) {
mSerialViewPass.setTransformationMethod(mSerialViewPass.getTransformationMethod().equals(PasswordTransformationMethod.getInstance())
? HideReturnsTransformationMethod.getInstance()
:PasswordTransformationMethod.getInstance());
}});
}
private void clearWindow() {
......
......@@ -54,17 +54,19 @@
android:background="@drawable/edit_text_login_style"
android:fontFamily="monospace"
android:hint="@string/prompt_serial_mail"
android:imeActionId="@+id/login"
android:imeOptions="actionUnspecified"
android:inputType="text"
android:maxLines="1"
android:paddingLeft="10dp"
android:selectAllOnFocus="false"
android:textColorLink="@color/blue" />
<LinearLayout
android:layout_width="350dp"
android:layout_height="wrap_content">
<EditText
android:id="@+id/serialpass"
android:layout_width="350dp"
android:layout_width="325dp"
android:layout_height="wrap_content"
android:layout_below="@+id/serialmail"
android:layout_marginTop="25dp"
......@@ -72,7 +74,6 @@
android:background="@drawable/edit_text_login_style"
android:fontFamily="monospace"
android:hint="@string/prompt_serial_pass"
android:imeActionId="@+id/login"
android:imeActionLabel="@string/action_entrar"
android:imeOptions="actionUnspecified"
android:inputType="textPassword"
......@@ -82,6 +83,17 @@
android:singleLine="false"
android:textColorLink="@color/blue" />
<ImageButton
android:id="@+id/viewPwdButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:background="@android:color/transparent"
android:baselineAlignBottom="false"
android:elevation="0dp"
android:clickable="true"
android:src="@drawable/ic_remove_red_eye_black_24dp" />
</LinearLayout>
<Button
android:id="@+id/entrar_button"
style="?android:textAppearanceSmall"
......@@ -97,6 +109,7 @@
android:text="@string/action_entrar"
android:textStyle="bold" />
</LinearLayout>
<ImageView
......
......@@ -89,9 +89,11 @@ module.exports = {
.populate('tags', {lang: student.lang})
.then((picto) => {
// check picto has expressions associated in student language
if (picto.expressions.length == 0 || picto.expressions[0].text.length == 0)
return next_cb();
// check picto has expressions associated manually or associated in student language
if (!stuPicto.attributes.expression & (picto.expressions.length == 0 || picto.expressions[0].text.length == 0))
stuPicto.attributes.expression = sails.__({
phrase: 'undef_label',
locale: student.lang});
// check picto image is available
picto.imageFileExists(function(found) {
......
......@@ -3,8 +3,8 @@ module.exports = function isAdmin (req, res, next) {
//
// Only if the user that has connected is global administrator (Yotta employee)
//
if (!req.token || req.token.role !== 'admin')
res.json(401, {error: 'Access denied'});
if (!req.token || !req.token.isAdmin)
res.json(401, {error: 'Access denied. You\'re not admin!'});
// Finally, if the user has a clean record, we'll call the `next()` function
// to let them through to the next policy or our controller
......
......@@ -15,5 +15,6 @@
"tutor_office_request": "{{{ name }}}, with email {{{ email }}}, is requesting to be linked as tutor/father/mother to any of your students.",
"Welcome": "Welcome",
"welcome_msg1": "Welcome to Pictogram, {{{ name }}}!",
"welcome_msg2": "Your account is now active. You can proceed to"
"welcome_msg2": "Your account is now active. You can proceed to",
"undef_label": "WARNING: specify English expression"
}
......@@ -15,5 +15,6 @@
"tutor_office_request": "El/la tutor/a/padre/madre {{{ name }}}, con correo electrónico {{{ email }}}, pide ser asociado a algún estudiante.",
"Welcome": "Bienvenido",
"welcome_msg1": "¡Bienvenido a Pictogram, {{{ name }}}!",
"welcome_msg2": "Su cuenta está ahora activa, por lo que puede"
"welcome_msg2": "Su cuenta está ahora activa, por lo que puede",
"undef_label": "ATENCIÓN: Especifique expresión en español"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment