diff --git a/TimeLib b/TimeLib deleted file mode 160000 index 409ed8a..0000000 --- a/TimeLib +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 409ed8ae0a88c457681370e16d48ff6c86a329b7 diff --git a/TimeLib/.classpath b/TimeLib/.classpath new file mode 100644 index 0000000..5176974 --- /dev/null +++ b/TimeLib/.classpath @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/TimeLib/.project b/TimeLib/.project new file mode 100644 index 0000000..45f90b6 --- /dev/null +++ b/TimeLib/.project @@ -0,0 +1,33 @@ + + + TimeLib + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/TimeLib/.settings/org.eclipse.core.resources.prefs b/TimeLib/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..6d39fb7 --- /dev/null +++ b/TimeLib/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +encoding//src/pickerview/OptionsPopupWindow.java=UTF-8 +encoding/=UTF-8 diff --git a/TimeLib/.settings/org.eclipse.jdt.core.prefs b/TimeLib/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..ef8a789 --- /dev/null +++ b/TimeLib/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,12 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/TimeLib/AndroidManifest.xml b/TimeLib/AndroidManifest.xml new file mode 100644 index 0000000..9d55db2 --- /dev/null +++ b/TimeLib/AndroidManifest.xml @@ -0,0 +1,5 @@ + + + + diff --git a/TimeLib/bin/AndroidManifest.xml b/TimeLib/bin/AndroidManifest.xml new file mode 100644 index 0000000..9d55db2 --- /dev/null +++ b/TimeLib/bin/AndroidManifest.xml @@ -0,0 +1,5 @@ + + + + diff --git a/TimeLib/bin/R.txt b/TimeLib/bin/R.txt new file mode 100644 index 0000000..ef3d0c4 --- /dev/null +++ b/TimeLib/bin/R.txt @@ -0,0 +1,46 @@ +int anim timepicker_anim_enter_bottom 0x7f040000 +int anim timepicker_anim_exit_bottom 0x7f040001 +int color wheel_timebtn_nor 0x7f050000 +int color wheel_timebtn_pre 0x7f050001 +int dimen activity_horizontal_margin 0x7f060000 +int dimen activity_vertical_margin 0x7f060001 +int drawable bg_above_timepicker 0x7f020000 +int drawable bg_line_timepicker 0x7f020001 +int drawable ic_launcher 0x7f020002 +int drawable switch_bg_holo_light 0x7f020003 +int drawable wheel_timebtn 0x7f020004 +int drawable wheel_val 0x7f020005 +int id action_settings 0x7f0a000e +int id btnCancel 0x7f0a0008 +int id btnSubmit 0x7f0a000a +int id day 0x7f0a0005 +int id hour 0x7f0a0006 +int id min 0x7f0a0007 +int id month 0x7f0a0004 +int id options1 0x7f0a0000 +int id options2 0x7f0a0001 +int id options3 0x7f0a0002 +int id optionspicker 0x7f0a000b +int id timepicker 0x7f0a000d +int id tvEdtName 0x7f0a0009 +int id tvTime 0x7f0a000c +int id year 0x7f0a0003 +int layout activity_main 0x7f030000 +int layout include_optionspicker 0x7f030001 +int layout include_timepicker 0x7f030002 +int layout pw_options 0x7f030003 +int layout pw_time 0x7f030004 +int menu main 0x7f090000 +int string action_settings 0x7f070002 +int string app_name 0x7f070000 +int string hello_world 0x7f070001 +int string pickerview_cancel 0x7f070003 +int string pickerview_day 0x7f070007 +int string pickerview_hours 0x7f070008 +int string pickerview_minutes 0x7f070009 +int string pickerview_month 0x7f070006 +int string pickerview_seconds 0x7f07000a +int string pickerview_submit 0x7f070004 +int string pickerview_year 0x7f070005 +int style AppBaseTheme 0x7f080001 +int style timepopwindow_anim_style 0x7f080000 diff --git a/TimeLib/bin/classes/pickerview/OptionsPopupWindow$OnOptionsSelectListener.class b/TimeLib/bin/classes/pickerview/OptionsPopupWindow$OnOptionsSelectListener.class new file mode 100644 index 0000000..39b8bd1 Binary files /dev/null and b/TimeLib/bin/classes/pickerview/OptionsPopupWindow$OnOptionsSelectListener.class differ diff --git a/TimeLib/bin/classes/pickerview/OptionsPopupWindow.class b/TimeLib/bin/classes/pickerview/OptionsPopupWindow.class new file mode 100644 index 0000000..9f861c0 Binary files /dev/null and b/TimeLib/bin/classes/pickerview/OptionsPopupWindow.class differ diff --git a/TimeLib/bin/classes/pickerview/TimePopupWindow$OnTimeSelectListener.class b/TimeLib/bin/classes/pickerview/TimePopupWindow$OnTimeSelectListener.class new file mode 100644 index 0000000..a75e994 Binary files /dev/null and b/TimeLib/bin/classes/pickerview/TimePopupWindow$OnTimeSelectListener.class differ diff --git a/TimeLib/bin/classes/pickerview/TimePopupWindow$Type.class b/TimeLib/bin/classes/pickerview/TimePopupWindow$Type.class new file mode 100644 index 0000000..aa94beb Binary files /dev/null and b/TimeLib/bin/classes/pickerview/TimePopupWindow$Type.class differ diff --git a/TimeLib/bin/classes/pickerview/TimePopupWindow.class b/TimeLib/bin/classes/pickerview/TimePopupWindow.class new file mode 100644 index 0000000..066bb07 Binary files /dev/null and b/TimeLib/bin/classes/pickerview/TimePopupWindow.class differ diff --git a/TimeLib/bin/classes/pickerview/lib/ArrayWheelAdapter.class b/TimeLib/bin/classes/pickerview/lib/ArrayWheelAdapter.class new file mode 100644 index 0000000..1344aa6 Binary files /dev/null and b/TimeLib/bin/classes/pickerview/lib/ArrayWheelAdapter.class differ diff --git a/TimeLib/bin/classes/pickerview/lib/DensityUtil.class b/TimeLib/bin/classes/pickerview/lib/DensityUtil.class new file mode 100644 index 0000000..26d34a7 Binary files /dev/null and b/TimeLib/bin/classes/pickerview/lib/DensityUtil.class differ diff --git a/TimeLib/bin/classes/pickerview/lib/NumericWheelAdapter.class b/TimeLib/bin/classes/pickerview/lib/NumericWheelAdapter.class new file mode 100644 index 0000000..20b0baf Binary files /dev/null and b/TimeLib/bin/classes/pickerview/lib/NumericWheelAdapter.class differ diff --git a/TimeLib/bin/classes/pickerview/lib/OnWheelChangedListener.class b/TimeLib/bin/classes/pickerview/lib/OnWheelChangedListener.class new file mode 100644 index 0000000..2740e10 Binary files /dev/null and b/TimeLib/bin/classes/pickerview/lib/OnWheelChangedListener.class differ diff --git a/TimeLib/bin/classes/pickerview/lib/OnWheelScrollListener.class b/TimeLib/bin/classes/pickerview/lib/OnWheelScrollListener.class new file mode 100644 index 0000000..fc8e2d3 Binary files /dev/null and b/TimeLib/bin/classes/pickerview/lib/OnWheelScrollListener.class differ diff --git a/TimeLib/bin/classes/pickerview/lib/ScreenInfo.class b/TimeLib/bin/classes/pickerview/lib/ScreenInfo.class new file mode 100644 index 0000000..0ed2ade Binary files /dev/null and b/TimeLib/bin/classes/pickerview/lib/ScreenInfo.class differ diff --git a/TimeLib/bin/classes/pickerview/lib/WheelAdapter.class b/TimeLib/bin/classes/pickerview/lib/WheelAdapter.class new file mode 100644 index 0000000..ab7fbb9 Binary files /dev/null and b/TimeLib/bin/classes/pickerview/lib/WheelAdapter.class differ diff --git a/TimeLib/bin/classes/pickerview/lib/WheelOptions$1.class b/TimeLib/bin/classes/pickerview/lib/WheelOptions$1.class new file mode 100644 index 0000000..cbcb63e Binary files /dev/null and b/TimeLib/bin/classes/pickerview/lib/WheelOptions$1.class differ diff --git a/TimeLib/bin/classes/pickerview/lib/WheelOptions$2.class b/TimeLib/bin/classes/pickerview/lib/WheelOptions$2.class new file mode 100644 index 0000000..28981a1 Binary files /dev/null and b/TimeLib/bin/classes/pickerview/lib/WheelOptions$2.class differ diff --git a/TimeLib/bin/classes/pickerview/lib/WheelOptions$OptionAdapter.class b/TimeLib/bin/classes/pickerview/lib/WheelOptions$OptionAdapter.class new file mode 100644 index 0000000..bdb2d6c Binary files /dev/null and b/TimeLib/bin/classes/pickerview/lib/WheelOptions$OptionAdapter.class differ diff --git a/TimeLib/bin/classes/pickerview/lib/WheelOptions.class b/TimeLib/bin/classes/pickerview/lib/WheelOptions.class new file mode 100644 index 0000000..90b666f Binary files /dev/null and b/TimeLib/bin/classes/pickerview/lib/WheelOptions.class differ diff --git a/TimeLib/bin/classes/pickerview/lib/WheelTime$1.class b/TimeLib/bin/classes/pickerview/lib/WheelTime$1.class new file mode 100644 index 0000000..d8a8b07 Binary files /dev/null and b/TimeLib/bin/classes/pickerview/lib/WheelTime$1.class differ diff --git a/TimeLib/bin/classes/pickerview/lib/WheelTime$2.class b/TimeLib/bin/classes/pickerview/lib/WheelTime$2.class new file mode 100644 index 0000000..96f00ff Binary files /dev/null and b/TimeLib/bin/classes/pickerview/lib/WheelTime$2.class differ diff --git a/TimeLib/bin/classes/pickerview/lib/WheelTime.class b/TimeLib/bin/classes/pickerview/lib/WheelTime.class new file mode 100644 index 0000000..7c86f44 Binary files /dev/null and b/TimeLib/bin/classes/pickerview/lib/WheelTime.class differ diff --git a/TimeLib/bin/classes/pickerview/lib/WheelView$1.class b/TimeLib/bin/classes/pickerview/lib/WheelView$1.class new file mode 100644 index 0000000..cb1c585 Binary files /dev/null and b/TimeLib/bin/classes/pickerview/lib/WheelView$1.class differ diff --git a/TimeLib/bin/classes/pickerview/lib/WheelView$2.class b/TimeLib/bin/classes/pickerview/lib/WheelView$2.class new file mode 100644 index 0000000..60266e6 Binary files /dev/null and b/TimeLib/bin/classes/pickerview/lib/WheelView$2.class differ diff --git a/TimeLib/bin/classes/pickerview/lib/WheelView.class b/TimeLib/bin/classes/pickerview/lib/WheelView.class new file mode 100644 index 0000000..c1ba755 Binary files /dev/null and b/TimeLib/bin/classes/pickerview/lib/WheelView.class differ diff --git a/TimeLib/bin/res/crunch/drawable-hdpi/ic_launcher.png b/TimeLib/bin/res/crunch/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..efa7c5f Binary files /dev/null and b/TimeLib/bin/res/crunch/drawable-hdpi/ic_launcher.png differ diff --git a/TimeLib/bin/res/crunch/drawable-hdpi/switch_bg_holo_light.9.png b/TimeLib/bin/res/crunch/drawable-hdpi/switch_bg_holo_light.9.png new file mode 100644 index 0000000..9c62c97 Binary files /dev/null and b/TimeLib/bin/res/crunch/drawable-hdpi/switch_bg_holo_light.9.png differ diff --git a/TimeLib/bin/res/crunch/drawable-mdpi/ic_launcher.png b/TimeLib/bin/res/crunch/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..ec27f2e Binary files /dev/null and b/TimeLib/bin/res/crunch/drawable-mdpi/ic_launcher.png differ diff --git a/TimeLib/bin/res/crunch/drawable-xhdpi/ic_launcher.png b/TimeLib/bin/res/crunch/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..92fc57d Binary files /dev/null and b/TimeLib/bin/res/crunch/drawable-xhdpi/ic_launcher.png differ diff --git a/TimeLib/bin/res/crunch/drawable-xxhdpi/ic_launcher.png b/TimeLib/bin/res/crunch/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..b6f8f4e Binary files /dev/null and b/TimeLib/bin/res/crunch/drawable-xxhdpi/ic_launcher.png differ diff --git a/TimeLib/bin/res/crunch/drawable/bg_above_timepicker.png b/TimeLib/bin/res/crunch/drawable/bg_above_timepicker.png new file mode 100644 index 0000000..449c223 Binary files /dev/null and b/TimeLib/bin/res/crunch/drawable/bg_above_timepicker.png differ diff --git a/TimeLib/bin/res/crunch/drawable/bg_line_timepicker.png b/TimeLib/bin/res/crunch/drawable/bg_line_timepicker.png new file mode 100644 index 0000000..74167f6 Binary files /dev/null and b/TimeLib/bin/res/crunch/drawable/bg_line_timepicker.png differ diff --git a/TimeLib/bin/timelib.jar b/TimeLib/bin/timelib.jar new file mode 100644 index 0000000..43b572d Binary files /dev/null and b/TimeLib/bin/timelib.jar differ diff --git a/TimeLib/build.gradle b/TimeLib/build.gradle new file mode 100644 index 0000000..97828c0 --- /dev/null +++ b/TimeLib/build.gradle @@ -0,0 +1,37 @@ +apply plugin: 'android-library' + +dependencies { + compile fileTree(dir: 'libs', include: '*.jar') +} + +android { + compileSdkVersion 26 + buildToolsVersion "26.0.2" + lintOptions { + abortOnError false + } + sourceSets { + main { + manifest.srcFile 'AndroidManifest.xml' + jniLibs.srcDirs = ['libs'] + java.srcDirs = ['src'] + resources.srcDirs = ['src'] + aidl.srcDirs = ['src'] + renderscript.srcDirs = ['src'] + res.srcDirs = ['res'] + assets.srcDirs = ['assets'] + } + + // Move the tests to tests/java, tests/res, etc... + instrumentTest.setRoot('tests') + + // Move the build types to build-types/ + // For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ... + // This moves them out of them default location under src//... which would + // conflict with src/ being used by the main source set. + // Adding new build types or product flavors should be accompanied + // by a similar customization. + debug.setRoot('build-types/debug') + release.setRoot('build-types/release') + } +} diff --git a/TimeLib/build/generated/source/buildConfig/debug/com/bigkoo/pickerview/BuildConfig.java b/TimeLib/build/generated/source/buildConfig/debug/com/bigkoo/pickerview/BuildConfig.java new file mode 100644 index 0000000..dd74765 --- /dev/null +++ b/TimeLib/build/generated/source/buildConfig/debug/com/bigkoo/pickerview/BuildConfig.java @@ -0,0 +1,13 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package com.bigkoo.pickerview; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "com.bigkoo.pickerview"; + public static final String BUILD_TYPE = "debug"; + public static final String FLAVOR = ""; + public static final int VERSION_CODE = -1; + public static final String VERSION_NAME = ""; +} diff --git a/TimeLib/build/generated/source/buildConfig/release/com/bigkoo/pickerview/BuildConfig.java b/TimeLib/build/generated/source/buildConfig/release/com/bigkoo/pickerview/BuildConfig.java new file mode 100644 index 0000000..ba40c76 --- /dev/null +++ b/TimeLib/build/generated/source/buildConfig/release/com/bigkoo/pickerview/BuildConfig.java @@ -0,0 +1,13 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package com.bigkoo.pickerview; + +public final class BuildConfig { + public static final boolean DEBUG = false; + public static final String APPLICATION_ID = "com.bigkoo.pickerview"; + public static final String BUILD_TYPE = "release"; + public static final String FLAVOR = ""; + public static final int VERSION_CODE = -1; + public static final String VERSION_NAME = ""; +} diff --git a/TimeLib/build/generated/source/r/debug/com/bigkoo/pickerview/R.java b/TimeLib/build/generated/source/r/debug/com/bigkoo/pickerview/R.java new file mode 100644 index 0000000..2107925 --- /dev/null +++ b/TimeLib/build/generated/source/r/debug/com/bigkoo/pickerview/R.java @@ -0,0 +1,74 @@ +/* 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.bigkoo.pickerview; + +public final class R { + public static final class anim { + public static int timepicker_anim_enter_bottom = 0x7f010001; + public static int timepicker_anim_exit_bottom = 0x7f010002; + } + public static final class color { + public static int wheel_timebtn_nor = 0x7f060001; + public static int wheel_timebtn_pre = 0x7f060002; + } + public static final class dimen { + public static int activity_horizontal_margin = 0x7f080001; + public static int activity_vertical_margin = 0x7f080002; + } + public static final class drawable { + public static int bg_above_timepicker = 0x7f090001; + public static int bg_line_timepicker = 0x7f090002; + public static int ic_launcher = 0x7f090003; + public static int switch_bg_holo_light = 0x7f090004; + public static int wheel_timebtn = 0x7f090005; + public static int wheel_val = 0x7f090006; + } + public static final class id { + public static int action_settings = 0x7f0c0001; + public static int btnCancel = 0x7f0c0002; + public static int btnSubmit = 0x7f0c0003; + public static int day = 0x7f0c0004; + public static int hour = 0x7f0c0005; + public static int min = 0x7f0c0006; + public static int month = 0x7f0c0007; + public static int options1 = 0x7f0c0008; + public static int options2 = 0x7f0c0009; + public static int options3 = 0x7f0c000a; + public static int optionspicker = 0x7f0c000b; + public static int timepicker = 0x7f0c000c; + public static int tvEdtName = 0x7f0c000d; + public static int tvTime = 0x7f0c000e; + public static int year = 0x7f0c000f; + } + public static final class layout { + public static int activity_main = 0x7f0f0001; + public static int include_optionspicker = 0x7f0f0002; + public static int include_timepicker = 0x7f0f0003; + public static int pw_options = 0x7f0f0004; + public static int pw_time = 0x7f0f0005; + } + public static final class menu { + public static int main = 0x7f100001; + } + public static final class string { + public static int action_settings = 0x7f150001; + public static int app_name = 0x7f150002; + public static int hello_world = 0x7f150003; + public static int pickerview_cancel = 0x7f150004; + public static int pickerview_day = 0x7f150005; + public static int pickerview_hours = 0x7f150006; + public static int pickerview_minutes = 0x7f150007; + public static int pickerview_month = 0x7f150008; + public static int pickerview_seconds = 0x7f150009; + public static int pickerview_submit = 0x7f15000a; + public static int pickerview_year = 0x7f15000b; + } + public static final class style { + public static int AppBaseTheme = 0x7f160001; + public static int timepopwindow_anim_style = 0x7f160002; + } +} diff --git a/TimeLib/build/generated/source/r/release/com/bigkoo/pickerview/R.java b/TimeLib/build/generated/source/r/release/com/bigkoo/pickerview/R.java new file mode 100644 index 0000000..2107925 --- /dev/null +++ b/TimeLib/build/generated/source/r/release/com/bigkoo/pickerview/R.java @@ -0,0 +1,74 @@ +/* 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.bigkoo.pickerview; + +public final class R { + public static final class anim { + public static int timepicker_anim_enter_bottom = 0x7f010001; + public static int timepicker_anim_exit_bottom = 0x7f010002; + } + public static final class color { + public static int wheel_timebtn_nor = 0x7f060001; + public static int wheel_timebtn_pre = 0x7f060002; + } + public static final class dimen { + public static int activity_horizontal_margin = 0x7f080001; + public static int activity_vertical_margin = 0x7f080002; + } + public static final class drawable { + public static int bg_above_timepicker = 0x7f090001; + public static int bg_line_timepicker = 0x7f090002; + public static int ic_launcher = 0x7f090003; + public static int switch_bg_holo_light = 0x7f090004; + public static int wheel_timebtn = 0x7f090005; + public static int wheel_val = 0x7f090006; + } + public static final class id { + public static int action_settings = 0x7f0c0001; + public static int btnCancel = 0x7f0c0002; + public static int btnSubmit = 0x7f0c0003; + public static int day = 0x7f0c0004; + public static int hour = 0x7f0c0005; + public static int min = 0x7f0c0006; + public static int month = 0x7f0c0007; + public static int options1 = 0x7f0c0008; + public static int options2 = 0x7f0c0009; + public static int options3 = 0x7f0c000a; + public static int optionspicker = 0x7f0c000b; + public static int timepicker = 0x7f0c000c; + public static int tvEdtName = 0x7f0c000d; + public static int tvTime = 0x7f0c000e; + public static int year = 0x7f0c000f; + } + public static final class layout { + public static int activity_main = 0x7f0f0001; + public static int include_optionspicker = 0x7f0f0002; + public static int include_timepicker = 0x7f0f0003; + public static int pw_options = 0x7f0f0004; + public static int pw_time = 0x7f0f0005; + } + public static final class menu { + public static int main = 0x7f100001; + } + public static final class string { + public static int action_settings = 0x7f150001; + public static int app_name = 0x7f150002; + public static int hello_world = 0x7f150003; + public static int pickerview_cancel = 0x7f150004; + public static int pickerview_day = 0x7f150005; + public static int pickerview_hours = 0x7f150006; + public static int pickerview_minutes = 0x7f150007; + public static int pickerview_month = 0x7f150008; + public static int pickerview_seconds = 0x7f150009; + public static int pickerview_submit = 0x7f15000a; + public static int pickerview_year = 0x7f15000b; + } + public static final class style { + public static int AppBaseTheme = 0x7f160001; + public static int timepopwindow_anim_style = 0x7f160002; + } +} diff --git a/TimeLib/build/intermediates/attr/R.txt b/TimeLib/build/intermediates/attr/R.txt new file mode 100644 index 0000000..a8028d5 --- /dev/null +++ b/TimeLib/build/intermediates/attr/R.txt @@ -0,0 +1,1347 @@ +int attr absListViewStyle 0x0101006a +int attr accessibilityEventTypes 0x01010380 +int attr accessibilityFeedbackType 0x01010382 +int attr accessibilityFlags 0x01010384 +int attr accessibilityLiveRegion 0x010103ee +int attr accessibilityTraversalAfter 0x010104d2 +int attr accessibilityTraversalBefore 0x010104d1 +int attr accountPreferences 0x0101029f +int attr accountType 0x0101028f +int attr action 0x0101002d +int attr actionBarDivider 0x0101039b +int attr actionBarItemBackground 0x0101039c +int attr actionBarPopupTheme 0x0101048d +int attr actionBarSize 0x010102eb +int attr actionBarSplitStyle 0x01010388 +int attr actionBarStyle 0x010102ce +int attr actionBarTabBarStyle 0x010102f4 +int attr actionBarTabStyle 0x010102f3 +int attr actionBarTabTextStyle 0x010102f5 +int attr actionBarTheme 0x01010431 +int attr actionBarWidgetTheme 0x01010397 +int attr actionButtonStyle 0x010102d8 +int attr actionDropDownStyle 0x010102d7 +int attr actionLayout 0x010102fb +int attr actionMenuTextAppearance 0x01010360 +int attr actionMenuTextColor 0x01010361 +int attr actionModeBackground 0x010102db +int attr actionModeCloseButtonStyle 0x010102f7 +int attr actionModeCloseDrawable 0x010102dc +int attr actionModeCopyDrawable 0x01010312 +int attr actionModeCutDrawable 0x01010311 +int attr actionModeFindDrawable 0x0101047a +int attr actionModePasteDrawable 0x01010313 +int attr actionModeSelectAllDrawable 0x0101037e +int attr actionModeShareDrawable 0x01010479 +int attr actionModeSplitBackground 0x0101039d +int attr actionModeStyle 0x01010394 +int attr actionModeWebSearchDrawable 0x0101047b +int attr actionOverflowButtonStyle 0x010102f6 +int attr actionOverflowMenuStyle 0x01010444 +int attr actionProviderClass 0x01010389 +int attr actionViewClass 0x010102fc +int attr activatedBackgroundIndicator 0x010102fd +int attr activityCloseEnterAnimation 0x010100ba +int attr activityCloseExitAnimation 0x010100bb +int attr activityOpenEnterAnimation 0x010100b8 +int attr activityOpenExitAnimation 0x010100b9 +int attr addPrintersActivity 0x010103e6 +int attr addStatesFromChildren 0x010100f0 +int attr adjustViewBounds 0x0101011e +int attr advancedPrintOptionsActivity 0x010103f1 +int attr alertDialogIcon 0x01010355 +int attr alertDialogStyle 0x0101005d +int attr alertDialogTheme 0x01010309 +int attr alignmentMode 0x0101037a +int attr allContactsName 0x010102cc +int attr allowBackup 0x01010280 +int attr allowClearUserData 0x01010005 +int attr allowEmbedded 0x010103f5 +int attr allowParallelSyncs 0x01010332 +int attr allowSingleTap 0x01010259 +int attr allowTaskReparenting 0x01010204 +int attr allowUndo 0x010104df +int attr alpha 0x0101031f +int attr alphabeticModifiers 0x0101054e +int attr alphabeticShortcut 0x010101e3 +int attr alwaysDrawnWithCache 0x010100ef +int attr alwaysRetainTaskState 0x01010203 +int attr amPmBackgroundColor 0x010104a5 +int attr amPmTextColor 0x010104a4 +int attr ambientShadowAlpha 0x010104be +int attr angle 0x010101a0 +int attr animateFirstView 0x010102d5 +int attr animateLayoutChanges 0x010102f2 +int attr animateOnClick 0x0101025c +int attr animation 0x010101cd +int attr animationCache 0x010100ed +int attr animationDuration 0x01010112 +int attr animationOrder 0x010101ce +int attr animationResolution 0x0101031a +int attr antialias 0x0101011a +int attr anyDensity 0x0101026c +int attr apduServiceBanner 0x010103ed +int attr apiKey 0x01010211 +int attr appCategory 0x01010545 +int attr author 0x010102b4 +int attr authorities 0x01010018 +int attr autoAdvanceViewId 0x0101030f +int attr autoCompleteTextViewStyle 0x0101006b +int attr autoLink 0x010100b0 +int attr autoMirrored 0x010103ea +int attr autoRemoveFromRecents 0x01010447 +int attr autoSizeMaxTextSize 0x01010546 +int attr autoSizeMinTextSize 0x01010538 +int attr autoSizePresetSizes 0x01010537 +int attr autoSizeStepGranularity 0x01010536 +int attr autoSizeTextType 0x01010535 +int attr autoStart 0x010102b5 +int attr autoText 0x0101016a +int attr autoUrlDetect 0x0101028c +int attr autoVerify 0x010104ee +int attr autofillHints 0x01010556 +int attr autofilledHighlight 0x01010568 +int attr background 0x010100d4 +int attr backgroundDimAmount 0x01010032 +int attr backgroundDimEnabled 0x0101021f +int attr backgroundSplit 0x0101038b +int attr backgroundStacked 0x0101038a +int attr backgroundTint 0x0101046b +int attr backgroundTintMode 0x0101046c +int attr backupAgent 0x0101027f +int attr backupInForeground 0x0101051a +int attr banner 0x010103f2 +int attr baseline 0x0101031c +int attr baselineAlignBottom 0x01010122 +int attr baselineAligned 0x01010126 +int attr baselineAlignedChildIndex 0x01010127 +int attr bitmap 0x01010516 +int attr borderlessButtonStyle 0x0101032b +int attr bottom 0x010101b0 +int attr bottomBright 0x010100cd +int attr bottomDark 0x010100c9 +int attr bottomLeftRadius 0x010101ab +int attr bottomMedium 0x010100ce +int attr bottomOffset 0x01010257 +int attr bottomRightRadius 0x010101ac +int attr breadCrumbShortTitle 0x01010304 +int attr breadCrumbTitle 0x01010303 +int attr breakStrategy 0x010104dd +int attr bufferType 0x0101014e +int attr button 0x01010107 +int attr buttonBarButtonStyle 0x0101032f +int attr buttonBarNegativeButtonStyle 0x0101048b +int attr buttonBarNeutralButtonStyle 0x0101048a +int attr buttonBarPositiveButtonStyle 0x01010489 +int attr buttonBarStyle 0x0101032e +int attr buttonGravity 0x010104fe +int attr buttonStyle 0x01010048 +int attr buttonStyleInset 0x0101004a +int attr buttonStyleSmall 0x01010049 +int attr buttonStyleToggle 0x0101004b +int attr buttonTint 0x0101046f +int attr buttonTintMode 0x01010470 +int attr cacheColorHint 0x01010101 +int attr calendarTextColor 0x0101049b +int attr calendarViewShown 0x0101034c +int attr calendarViewStyle 0x0101035d +int attr canControlMagnification 0x01010507 +int attr canPerformGestures 0x0101050d +int attr canRecord 0x0101051c +int attr canRequestEnhancedWebAccessibility 0x010103d8 +int attr canRequestFilterKeyEvents 0x010103d9 +int attr canRequestFingerprintGestures 0x0101054d +int attr canRequestTouchExplorationMode 0x010103d7 +int attr canRetrieveWindowContent 0x01010385 +int attr candidatesTextStyleSpans 0x01010230 +int attr capitalize 0x01010169 +int attr category 0x010103e8 +int attr centerBright 0x010100cc +int attr centerColor 0x0101020b +int attr centerDark 0x010100c8 +int attr centerMedium 0x010100cf +int attr centerX 0x010101a2 +int attr centerY 0x010101a3 +int attr certDigest 0x01010548 +int attr checkBoxPreferenceStyle 0x0101008f +int attr checkMark 0x01010108 +int attr checkMarkTint 0x010104a7 +int attr checkMarkTintMode 0x010104a8 +int attr checkable 0x010101e5 +int attr checkableBehavior 0x010101e0 +int attr checkboxStyle 0x0101006c +int attr checked 0x01010106 +int attr checkedButton 0x01010148 +int attr checkedTextViewStyle 0x010103c8 +int attr childDivider 0x01010111 +int attr childIndicator 0x0101010c +int attr childIndicatorEnd 0x010103d4 +int attr childIndicatorLeft 0x0101010f +int attr childIndicatorRight 0x01010110 +int attr childIndicatorStart 0x010103d3 +int attr choiceMode 0x0101012b +int attr clearTaskOnLaunch 0x01010015 +int attr clickable 0x010100e5 +int attr clipChildren 0x010100ea +int attr clipOrientation 0x0101020a +int attr clipToPadding 0x010100eb +int attr closeIcon 0x01010481 +int attr codes 0x01010242 +int attr collapseColumns 0x0101014b +int attr collapseContentDescription 0x010104d0 +int attr collapseIcon 0x010104ff +int attr color 0x010101a5 +int attr colorAccent 0x01010435 +int attr colorActivatedHighlight 0x01010390 +int attr colorBackground 0x01010031 +int attr colorBackgroundCacheHint 0x010102ab +int attr colorBackgroundFloating 0x010104e2 +int attr colorButtonNormal 0x0101042b +int attr colorControlActivated 0x0101042a +int attr colorControlHighlight 0x0101042c +int attr colorControlNormal 0x01010429 +int attr colorEdgeEffect 0x010104ce +int attr colorError 0x01010543 +int attr colorFocusedHighlight 0x0101038f +int attr colorForeground 0x01010030 +int attr colorForegroundInverse 0x01010206 +int attr colorLongPressedHighlight 0x0101038e +int attr colorMode 0x0101054a +int attr colorMultiSelectHighlight 0x01010391 +int attr colorPressedHighlight 0x0101038d +int attr colorPrimary 0x01010433 +int attr colorPrimaryDark 0x01010434 +int attr colorSecondary 0x01010530 +int attr columnCount 0x01010377 +int attr columnDelay 0x010101cf +int attr columnOrderPreserved 0x01010378 +int attr columnWidth 0x01010117 +int attr commitIcon 0x01010485 +int attr compatibleWidthLimitDp 0x01010365 +int attr completionHint 0x01010172 +int attr completionHintView 0x01010173 +int attr completionThreshold 0x01010174 +int attr configChanges 0x0101001f +int attr configure 0x0101025d +int attr constantSize 0x01010196 +int attr content 0x0101025b +int attr contentAgeHint 0x010104b9 +int attr contentAuthority 0x01010290 +int attr contentDescription 0x01010273 +int attr contentInsetEnd 0x01010454 +int attr contentInsetEndWithActions 0x01010523 +int attr contentInsetLeft 0x01010455 +int attr contentInsetRight 0x01010456 +int attr contentInsetStart 0x01010453 +int attr contentInsetStartWithNavigation 0x01010522 +int attr contextClickable 0x010104e7 +int attr contextDescription 0x0101052e +int attr contextPopupMenuStyle 0x01010501 +int attr contextUri 0x0101052d +int attr controlX1 0x010103fc +int attr controlX2 0x010103fe +int attr controlY1 0x010103fd +int attr controlY2 0x010103ff +int attr countDown 0x0101051b +int attr country 0x010104ba +int attr cropToPadding 0x01010123 +int attr cursorVisible 0x01010152 +int attr customNavigationLayout 0x010102d2 +int attr customTokens 0x0101033b +int attr cycles 0x010101d4 +int attr dashGap 0x010101a7 +int attr dashWidth 0x010101a6 +int attr data 0x0101002e +int attr datePickerDialogTheme 0x010104ac +int attr datePickerMode 0x010104b3 +int attr datePickerStyle 0x0101035c +int attr dateTextAppearance 0x01010349 +int attr dayOfWeekBackground 0x01010494 +int attr dayOfWeekTextAppearance 0x01010495 +int attr debuggable 0x0101000f +int attr defaultFocusHighlightEnabled 0x01010562 +int attr defaultHeight 0x010104f5 +int attr defaultToDeviceProtectedStorage 0x01010504 +int attr defaultValue 0x010101ed +int attr defaultWidth 0x010104f4 +int attr delay 0x010101cc +int attr dependency 0x010101ec +int attr descendantFocusability 0x010100f1 +int attr description 0x01010020 +int attr detachWallpaper 0x010102a6 +int attr detailColumn 0x010102a3 +int attr detailSocialSummary 0x010102a4 +int attr detailsElementBackground 0x0101034e +int attr dial 0x01010102 +int attr dialogIcon 0x010101f4 +int attr dialogLayout 0x010101f7 +int attr dialogMessage 0x010101f3 +int attr dialogPreferenceStyle 0x01010091 +int attr dialogPreferredPadding 0x010104d3 +int attr dialogTheme 0x01010308 +int attr dialogTitle 0x010101f2 +int attr digits 0x01010166 +int attr directBootAware 0x01010505 +int attr direction 0x010101d1 +int attr directionDescriptions 0x010103a1 +int attr directionPriority 0x010101d2 +int attr disableDependentsState 0x010101f1 +int attr disabledAlpha 0x01010033 +int attr displayOptions 0x010102d0 +int attr dither 0x0101011c +int attr divider 0x01010129 +int attr dividerHeight 0x0101012a +int attr dividerHorizontal 0x0101032c +int attr dividerPadding 0x0101032a +int attr dividerVertical 0x0101030a +int attr documentLaunchMode 0x01010445 +int attr drawSelectorOnTop 0x010100fc +int attr drawable 0x01010199 +int attr drawableBottom 0x0101016e +int attr drawableEnd 0x01010393 +int attr drawableLeft 0x0101016f +int attr drawablePadding 0x01010171 +int attr drawableRight 0x01010170 +int attr drawableStart 0x01010392 +int attr drawableTint 0x010104d6 +int attr drawableTintMode 0x010104d7 +int attr drawableTop 0x0101016d +int attr drawingCacheQuality 0x010100e8 +int attr dropDownAnchor 0x01010263 +int attr dropDownHeight 0x01010283 +int attr dropDownHintAppearance 0x01010088 +int attr dropDownHorizontalOffset 0x010102ac +int attr dropDownItemStyle 0x01010086 +int attr dropDownListViewStyle 0x0101006d +int attr dropDownSelector 0x01010175 +int attr dropDownSpinnerStyle 0x010102d6 +int attr dropDownVerticalOffset 0x010102ad +int attr dropDownWidth 0x01010262 +int attr duplicateParentState 0x010100e9 +int attr duration 0x01010198 +int attr editTextBackground 0x01010352 +int attr editTextColor 0x01010351 +int attr editTextPreferenceStyle 0x01010092 +int attr editTextStyle 0x0101006e +int attr editable 0x0101016b +int attr editorExtras 0x01010224 +int attr elegantTextHeight 0x0101045d +int attr elevation 0x01010440 +int attr ellipsize 0x010100ab +int attr ems 0x01010158 +int attr enableVrMode 0x01010525 +int attr enabled 0x0101000e +int attr end 0x010104dc +int attr endColor 0x0101019e +int attr endX 0x01010512 +int attr endY 0x01010513 +int attr endYear 0x0101017d +int attr enterFadeDuration 0x0101030c +int attr entries 0x010100b2 +int attr entryValues 0x010101f8 +int attr eventsInterceptionEnabled 0x0101027d +int attr excludeClass 0x01010442 +int attr excludeFromRecents 0x01010017 +int attr excludeId 0x01010441 +int attr excludeName 0x0101044e +int attr exitFadeDuration 0x0101030d +int attr expandableListPreferredChildIndicatorLeft 0x01010052 +int attr expandableListPreferredChildIndicatorRight 0x01010053 +int attr expandableListPreferredChildPaddingLeft 0x0101004f +int attr expandableListPreferredItemIndicatorLeft 0x01010050 +int attr expandableListPreferredItemIndicatorRight 0x01010051 +int attr expandableListPreferredItemPaddingLeft 0x0101004e +int attr expandableListViewStyle 0x0101006f +int attr expandableListViewWhiteStyle 0x010102b6 +int attr exported 0x01010010 +int attr externalService 0x0101050e +int attr extraTension 0x0101026b +int attr extractNativeLibs 0x010104ea +int attr factor 0x010101d3 +int attr fadeDuration 0x01010278 +int attr fadeEnabled 0x0101027e +int attr fadeOffset 0x01010277 +int attr fadeScrollbars 0x010102aa +int attr fadingEdge 0x010100df +int attr fadingEdgeLength 0x010100e0 +int attr fadingMode 0x010103e1 +int attr fastScrollAlwaysVisible 0x01010335 +int attr fastScrollEnabled 0x01010226 +int attr fastScrollOverlayPosition 0x0101033a +int attr fastScrollPreviewBackgroundLeft 0x01010337 +int attr fastScrollPreviewBackgroundRight 0x01010338 +int attr fastScrollStyle 0x010103f7 +int attr fastScrollTextColor 0x01010359 +int attr fastScrollThumbDrawable 0x01010336 +int attr fastScrollTrackDrawable 0x01010339 +int attr fillAfter 0x010101bd +int attr fillAlpha 0x010104cc +int attr fillBefore 0x010101bc +int attr fillColor 0x01010404 +int attr fillEnabled 0x0101024f +int attr fillType 0x0101051e +int attr fillViewport 0x0101017a +int attr filter 0x0101011b +int attr filterTouchesWhenObscured 0x010102c4 +int attr fingerprintAuthDrawable 0x010104e8 +int attr finishOnCloseSystemDialogs 0x010102a7 +int attr finishOnTaskLaunch 0x01010014 +int attr firstDayOfWeek 0x0101033d +int attr fitsSystemWindows 0x010100dd +int attr flipInterval 0x01010179 +int attr focusable 0x010100da +int attr focusableInTouchMode 0x010100db +int attr focusedByDefault 0x01010544 +int attr focusedMonthDateColor 0x01010343 +int attr font 0x01010532 +int attr fontFamily 0x010103ac +int attr fontFeatureSettings 0x010104b7 +int attr fontProviderAuthority 0x01010550 +int attr fontProviderCerts 0x0101055d +int attr fontProviderPackage 0x01010557 +int attr fontProviderQuery 0x01010551 +int attr fontStyle 0x0101053f +int attr fontWeight 0x01010533 +int attr footerDividersEnabled 0x0101022f +int attr forceHasOverlappingRendering 0x01010521 +int attr foreground 0x01010109 +int attr foregroundGravity 0x01010200 +int attr foregroundTint 0x0101046d +int attr foregroundTintMode 0x0101046e +int attr format 0x01010105 +int attr format12Hour 0x010103ca +int attr format24Hour 0x010103cb +int attr fraction 0x010104d8 +int attr fragment 0x010102e3 +int attr fragmentAllowEnterTransitionOverlap 0x010104c8 +int attr fragmentAllowReturnTransitionOverlap 0x010104c9 +int attr fragmentCloseEnterAnimation 0x010102e7 +int attr fragmentCloseExitAnimation 0x010102e8 +int attr fragmentEnterTransition 0x010104c3 +int attr fragmentExitTransition 0x010104c2 +int attr fragmentFadeEnterAnimation 0x010102e9 +int attr fragmentFadeExitAnimation 0x010102ea +int attr fragmentOpenEnterAnimation 0x010102e5 +int attr fragmentOpenExitAnimation 0x010102e6 +int attr fragmentReenterTransition 0x010104c7 +int attr fragmentReturnTransition 0x010104c5 +int attr fragmentSharedElementEnterTransition 0x010104c4 +int attr fragmentSharedElementReturnTransition 0x010104c6 +int attr freezesText 0x0101016c +int attr fromAlpha 0x010101ca +int attr fromDegrees 0x010101b3 +int attr fromId 0x0101044a +int attr fromScene 0x010103dd +int attr fromXDelta 0x010101c6 +int attr fromXScale 0x010101c2 +int attr fromYDelta 0x010101c8 +int attr fromYScale 0x010101c4 +int attr fullBackupContent 0x010104eb +int attr fullBackupOnly 0x01010473 +int attr fullBright 0x010100ca +int attr fullDark 0x010100c6 +int attr functionalTest 0x01010023 +int attr galleryItemBackground 0x0101004c +int attr galleryStyle 0x01010070 +int attr gestureColor 0x01010275 +int attr gestureStrokeAngleThreshold 0x0101027c +int attr gestureStrokeLengthThreshold 0x0101027a +int attr gestureStrokeSquarenessThreshold 0x0101027b +int attr gestureStrokeType 0x01010279 +int attr gestureStrokeWidth 0x01010274 +int attr glEsVersion 0x01010281 +int attr goIcon 0x01010482 +int attr gradientRadius 0x010101a4 +int attr grantUriPermissions 0x0101001b +int attr gravity 0x010100af +int attr gridViewStyle 0x01010071 +int attr groupIndicator 0x0101010b +int attr hand_hour 0x01010103 +int attr hand_minute 0x01010104 +int attr handle 0x0101025a +int attr handleProfiling 0x01010022 +int attr hapticFeedbackEnabled 0x0101025e +int attr hardwareAccelerated 0x010102d3 +int attr hasCode 0x0101000c +int attr headerAmPmTextAppearance 0x010104a0 +int attr headerBackground 0x0101012f +int attr headerDayOfMonthTextAppearance 0x01010497 +int attr headerDividersEnabled 0x0101022e +int attr headerMonthTextAppearance 0x01010496 +int attr headerTimeTextAppearance 0x0101049f +int attr headerYearTextAppearance 0x01010498 +int attr height 0x01010155 +int attr hideOnContentScroll 0x01010443 +int attr hint 0x01010150 +int attr homeAsUpIndicator 0x0101030b +int attr homeLayout 0x0101031d +int attr horizontalDivider 0x0101012d +int attr horizontalGap 0x0101023f +int attr horizontalScrollViewStyle 0x01010353 +int attr horizontalSpacing 0x01010114 +int attr host 0x01010028 +int attr hotSpotX 0x01010517 +int attr hotSpotY 0x01010518 +int attr hyphenationFrequency 0x010104de +int attr icon 0x01010002 +int attr iconPreview 0x01010249 +int attr iconSpaceReserved 0x01010561 +int attr iconTint 0x0101055e +int attr iconTintMode 0x0101055f +int attr iconifiedByDefault 0x010102fa +int attr id 0x010100d0 +int attr ignoreGravity 0x010101ff +int attr imageButtonStyle 0x01010072 +int attr imageWellStyle 0x01010073 +int attr imeActionId 0x01010266 +int attr imeActionLabel 0x01010265 +int attr imeExtractEnterAnimation 0x01010268 +int attr imeExtractExitAnimation 0x01010269 +int attr imeFullscreenBackground 0x0101022c +int attr imeOptions 0x01010264 +int attr imeSubtypeExtraValue 0x010102ee +int attr imeSubtypeLocale 0x010102ec +int attr imeSubtypeMode 0x010102ed +int attr immersive 0x010102c0 +int attr importantForAccessibility 0x010103aa +int attr importantForAutofill 0x01010558 +int attr inAnimation 0x01010177 +int attr includeFontPadding 0x0101015f +int attr includeInGlobalSearch 0x0101026e +int attr indeterminate 0x01010139 +int attr indeterminateBehavior 0x0101013e +int attr indeterminateDrawable 0x0101013b +int attr indeterminateDuration 0x0101013d +int attr indeterminateOnly 0x0101013a +int attr indeterminateProgressStyle 0x01010318 +int attr indeterminateTint 0x01010469 +int attr indeterminateTintMode 0x0101046a +int attr indicatorEnd 0x010103d2 +int attr indicatorLeft 0x0101010d +int attr indicatorRight 0x0101010e +int attr indicatorStart 0x010103d1 +int attr inflatedId 0x010100f3 +int attr initOrder 0x0101001a +int attr initialKeyguardLayout 0x010103c2 +int attr initialLayout 0x01010251 +int attr innerRadius 0x0101025f +int attr innerRadiusRatio 0x0101019b +int attr inputMethod 0x01010168 +int attr inputType 0x01010220 +int attr inset 0x010104b5 +int attr insetBottom 0x010101ba +int attr insetLeft 0x010101b7 +int attr insetRight 0x010101b8 +int attr insetTop 0x010101b9 +int attr installLocation 0x010102b7 +int attr interpolator 0x01010141 +int attr isAlwaysSyncable 0x01010333 +int attr isAsciiCapable 0x010103e9 +int attr isAuxiliary 0x0101037f +int attr isDefault 0x01010221 +int attr isFeatureSplit 0x0101055b +int attr isGame 0x010103f4 +int attr isIndicator 0x01010147 +int attr isModifier 0x01010246 +int attr isRepeatable 0x01010248 +int attr isScrollContainer 0x0101024e +int attr isStatic 0x0101055a +int attr isSticky 0x01010247 +int attr isolatedProcess 0x010103a9 +int attr isolatedSplits 0x0101054b +int attr itemBackground 0x01010130 +int attr itemIconDisabledAlpha 0x01010131 +int attr itemPadding 0x0101032d +int attr itemTextAppearance 0x0101012c +int attr justificationMode 0x01010567 +int attr keepScreenOn 0x01010216 +int attr key 0x010101e8 +int attr keyBackground 0x01010233 +int attr keyEdgeFlags 0x01010245 +int attr keyHeight 0x0101023e +int attr keyIcon 0x0101024c +int attr keyLabel 0x0101024b +int attr keyOutputText 0x0101024a +int attr keyPreviewHeight 0x01010239 +int attr keyPreviewLayout 0x01010237 +int attr keyPreviewOffset 0x01010238 +int attr keySet 0x010103db +int attr keyTextColor 0x01010236 +int attr keyTextSize 0x01010234 +int attr keyWidth 0x0101023d +int attr keyboardLayout 0x010103ab +int attr keyboardMode 0x0101024d +int attr keyboardNavigationCluster 0x01010540 +int attr keycode 0x010100c5 +int attr killAfterRestore 0x0101029c +int attr label 0x01010001 +int attr labelFor 0x010103c6 +int attr labelTextSize 0x01010235 +int attr languageTag 0x01010508 +int attr largeHeap 0x0101035a +int attr largeScreens 0x01010286 +int attr largestWidthLimitDp 0x01010366 +int attr launchMode 0x0101001d +int attr launchTaskBehindSourceAnimation 0x01010492 +int attr launchTaskBehindTargetAnimation 0x01010491 +int attr layerType 0x01010354 +int attr layout 0x010100f2 +int attr layoutAnimation 0x010100ec +int attr layoutDirection 0x010103b2 +int attr layoutMode 0x010103da +int attr layout_above 0x01010184 +int attr layout_alignBaseline 0x01010186 +int attr layout_alignBottom 0x0101018a +int attr layout_alignEnd 0x010103ba +int attr layout_alignLeft 0x01010187 +int attr layout_alignParentBottom 0x0101018e +int attr layout_alignParentEnd 0x010103bc +int attr layout_alignParentLeft 0x0101018b +int attr layout_alignParentRight 0x0101018d +int attr layout_alignParentStart 0x010103bb +int attr layout_alignParentTop 0x0101018c +int attr layout_alignRight 0x01010189 +int attr layout_alignStart 0x010103b9 +int attr layout_alignTop 0x01010188 +int attr layout_alignWithParentIfMissing 0x01010192 +int attr layout_below 0x01010185 +int attr layout_centerHorizontal 0x01010190 +int attr layout_centerInParent 0x0101018f +int attr layout_centerVertical 0x01010191 +int attr layout_column 0x0101014c +int attr layout_columnSpan 0x0101037d +int attr layout_columnWeight 0x01010459 +int attr layout_gravity 0x010100b3 +int attr layout_height 0x010100f5 +int attr layout_margin 0x010100f6 +int attr layout_marginBottom 0x010100fa +int attr layout_marginEnd 0x010103b6 +int attr layout_marginHorizontal 0x0101053b +int attr layout_marginLeft 0x010100f7 +int attr layout_marginRight 0x010100f9 +int attr layout_marginStart 0x010103b5 +int attr layout_marginTop 0x010100f8 +int attr layout_marginVertical 0x0101053c +int attr layout_row 0x0101037b +int attr layout_rowSpan 0x0101037c +int attr layout_rowWeight 0x01010458 +int attr layout_scale 0x01010193 +int attr layout_span 0x0101014d +int attr layout_toEndOf 0x010103b8 +int attr layout_toLeftOf 0x01010182 +int attr layout_toRightOf 0x01010183 +int attr layout_toStartOf 0x010103b7 +int attr layout_weight 0x01010181 +int attr layout_width 0x010100f4 +int attr layout_x 0x0101017f +int attr layout_y 0x01010180 +int attr left 0x010101ad +int attr letterSpacing 0x010104b6 +int attr level 0x01010500 +int attr lineSpacingExtra 0x01010217 +int attr lineSpacingMultiplier 0x01010218 +int attr lines 0x01010154 +int attr linksClickable 0x010100b1 +int attr listChoiceBackgroundIndicator 0x010102f0 +int attr listChoiceIndicatorMultiple 0x0101021a +int attr listChoiceIndicatorSingle 0x01010219 +int attr listDivider 0x01010214 +int attr listDividerAlertDialog 0x01010305 +int attr listMenuViewStyle 0x010104f2 +int attr listPopupWindowStyle 0x010102ff +int attr listPreferredItemHeight 0x0101004d +int attr listPreferredItemHeightLarge 0x01010386 +int attr listPreferredItemHeightSmall 0x01010387 +int attr listPreferredItemPaddingEnd 0x010103be +int attr listPreferredItemPaddingLeft 0x010103a3 +int attr listPreferredItemPaddingRight 0x010103a4 +int attr listPreferredItemPaddingStart 0x010103bd +int attr listSelector 0x010100fb +int attr listSeparatorTextViewStyle 0x01010208 +int attr listViewStyle 0x01010074 +int attr listViewWhiteStyle 0x01010075 +int attr lockTaskMode 0x010104ed +int attr logo 0x010102be +int attr logoDescription 0x010104e9 +int attr longClickable 0x010100e6 +int attr loopViews 0x01010307 +int attr manageSpaceActivity 0x01010004 +int attr mapViewStyle 0x0101008a +int attr marqueeRepeatLimit 0x0101021d +int attr matchOrder 0x0101044f +int attr max 0x01010136 +int attr maxAspectRatio 0x01010560 +int attr maxButtonHeight 0x010104fd +int attr maxDate 0x01010340 +int attr maxEms 0x01010157 +int attr maxHeight 0x01010120 +int attr maxItemsPerRow 0x01010134 +int attr maxLength 0x01010160 +int attr maxLevel 0x010101b2 +int attr maxLines 0x01010153 +int attr maxRecents 0x01010446 +int attr maxRows 0x01010133 +int attr maxSdkVersion 0x01010271 +int attr maxWidth 0x0101011f +int attr maximumAngle 0x0101047f +int attr measureAllChildren 0x0101010a +int attr measureWithLargestChild 0x010102d4 +int attr mediaRouteButtonStyle 0x010103ad +int attr mediaRouteTypes 0x010103ae +int attr menuCategory 0x010101de +int attr mimeType 0x01010026 +int attr min 0x01010539 +int attr minDate 0x0101033f +int attr minEms 0x0101015a +int attr minHeight 0x01010140 +int attr minLevel 0x010101b1 +int attr minLines 0x01010156 +int attr minResizeHeight 0x01010396 +int attr minResizeWidth 0x01010395 +int attr minSdkVersion 0x0101020c +int attr minWidth 0x0101013f +int attr minimumHorizontalAngle 0x0101047d +int attr minimumVerticalAngle 0x0101047e +int attr mipMap 0x010103cd +int attr mirrorForRtl 0x010103ce +int attr mode 0x0101017e +int attr moreIcon 0x01010135 +int attr multiArch 0x0101048e +int attr multiprocess 0x01010013 +int attr name 0x01010003 +int attr navigationBarColor 0x01010452 +int attr navigationContentDescription 0x010104c1 +int attr navigationIcon 0x010104c0 +int attr navigationMode 0x010102cf +int attr negativeButtonText 0x010101f6 +int attr nestedScrollingEnabled 0x01010436 +int attr networkSecurityConfig 0x01010527 +int attr nextClusterForward 0x01010542 +int attr nextFocusDown 0x010100e4 +int attr nextFocusForward 0x0101033c +int attr nextFocusLeft 0x010100e1 +int attr nextFocusRight 0x010100e2 +int attr nextFocusUp 0x010100e3 +int attr noHistory 0x0101022d +int attr normalScreens 0x01010285 +int attr notificationTimeout 0x01010383 +int attr numColumns 0x01010118 +int attr numStars 0x01010144 +int attr numberPickerStyle 0x01010524 +int attr numbersBackgroundColor 0x010104a2 +int attr numbersInnerTextColor 0x010104e1 +int attr numbersSelectorColor 0x010104a3 +int attr numbersTextColor 0x010104a1 +int attr numeric 0x01010165 +int attr numericModifiers 0x0101054f +int attr numericShortcut 0x010101e4 +int attr offset 0x01010514 +int attr onClick 0x0101026f +int attr oneshot 0x01010197 +int attr opacity 0x0101031e +int attr order 0x010101ea +int attr orderInCategory 0x010101df +int attr ordering 0x010102e2 +int attr orderingFromXml 0x010101e7 +int attr orientation 0x010100c4 +int attr outAnimation 0x01010178 +int attr outlineProvider 0x010104b8 +int attr overScrollFooter 0x010102c3 +int attr overScrollHeader 0x010102c2 +int attr overScrollMode 0x010102c1 +int attr overlapAnchor 0x01010462 +int attr overridesImplicitlyEnabledSubtype 0x010103a2 +int attr packageNames 0x01010381 +int attr padding 0x010100d5 +int attr paddingBottom 0x010100d9 +int attr paddingEnd 0x010103b4 +int attr paddingHorizontal 0x0101053d +int attr paddingLeft 0x010100d6 +int attr paddingMode 0x01010457 +int attr paddingRight 0x010100d8 +int attr paddingStart 0x010103b3 +int attr paddingTop 0x010100d7 +int attr paddingVertical 0x0101053e +int attr panelBackground 0x0101005e +int attr panelColorBackground 0x01010061 +int attr panelColorForeground 0x01010060 +int attr panelFullBackground 0x0101005f +int attr panelTextAppearance 0x01010062 +int attr parentActivityName 0x010103a7 +int attr password 0x0101015c +int attr path 0x0101002a +int attr pathData 0x01010405 +int attr pathPattern 0x0101002c +int attr pathPrefix 0x0101002b +int attr patternPathData 0x010104ca +int attr permission 0x01010006 +int attr permissionFlags 0x010103c7 +int attr permissionGroup 0x0101000a +int attr permissionGroupFlags 0x010103c5 +int attr persistableMode 0x0101042d +int attr persistent 0x0101000d +int attr persistentDrawingCache 0x010100ee +int attr persistentWhenFeatureAvailable 0x01010563 +int attr phoneNumber 0x01010167 +int attr pivotX 0x010101b5 +int attr pivotY 0x010101b6 +int attr pointerIcon 0x01010509 +int attr popupAnimationStyle 0x010102c9 +int attr popupBackground 0x01010176 +int attr popupCharacters 0x01010244 +int attr popupElevation 0x0101048c +int attr popupEnterTransition 0x0101051f +int attr popupExitTransition 0x01010520 +int attr popupKeyboard 0x01010243 +int attr popupLayout 0x0101023b +int attr popupMenuStyle 0x01010300 +int attr popupTheme 0x010104a9 +int attr popupWindowStyle 0x01010076 +int attr port 0x01010029 +int attr positiveButtonText 0x010101f5 +int attr preferenceCategoryStyle 0x0101008c +int attr preferenceFragmentStyle 0x01010506 +int attr preferenceInformationStyle 0x0101008d +int attr preferenceLayoutChild 0x01010094 +int attr preferenceScreenStyle 0x0101008b +int attr preferenceStyle 0x0101008e +int attr presentationTheme 0x010103c0 +int attr previewImage 0x010102da +int attr primaryContentAlpha 0x01010552 +int attr priority 0x0101001c +int attr privateImeOptions 0x01010223 +int attr process 0x01010011 +int attr progress 0x01010137 +int attr progressBackgroundTint 0x01010465 +int attr progressBackgroundTintMode 0x01010466 +int attr progressBarPadding 0x01010319 +int attr progressBarStyle 0x01010077 +int attr progressBarStyleHorizontal 0x01010078 +int attr progressBarStyleInverse 0x01010287 +int attr progressBarStyleLarge 0x0101007a +int attr progressBarStyleLargeInverse 0x01010289 +int attr progressBarStyleSmall 0x01010079 +int attr progressBarStyleSmallInverse 0x01010288 +int attr progressBarStyleSmallTitle 0x0101020f +int attr progressDrawable 0x0101013c +int attr progressTint 0x01010463 +int attr progressTintMode 0x01010464 +int attr prompt 0x0101017b +int attr propertyName 0x010102e1 +int attr propertyXName 0x01010474 +int attr propertyYName 0x01010475 +int attr protectionLevel 0x01010009 +int attr publicKey 0x010103a6 +int attr queryActionMsg 0x010101db +int attr queryAfterZeroResults 0x01010282 +int attr queryBackground 0x01010487 +int attr queryHint 0x01010358 +int attr quickContactBadgeStyleSmallWindowLarge 0x010102b3 +int attr quickContactBadgeStyleSmallWindowMedium 0x010102b2 +int attr quickContactBadgeStyleSmallWindowSmall 0x010102b1 +int attr quickContactBadgeStyleWindowLarge 0x010102b0 +int attr quickContactBadgeStyleWindowMedium 0x010102af +int attr quickContactBadgeStyleWindowSmall 0x010102ae +int attr radioButtonStyle 0x0101007e +int attr radius 0x010101a8 +int attr rating 0x01010145 +int attr ratingBarStyle 0x0101007c +int attr ratingBarStyleIndicator 0x01010210 +int attr ratingBarStyleSmall 0x0101007d +int attr readPermission 0x01010007 +int attr recognitionService 0x0101049c +int attr recreateOnConfigChanges 0x01010547 +int attr recycleEnabled 0x01010559 +int attr relinquishTaskIdentity 0x01010476 +int attr reparent 0x010104bc +int attr reparentWithOverlay 0x010104bd +int attr repeatCount 0x010101bf +int attr repeatMode 0x010101c0 +int attr reqFiveWayNav 0x01010232 +int attr reqHardKeyboard 0x01010229 +int attr reqKeyboardType 0x01010228 +int attr reqNavigation 0x0101022a +int attr reqTouchScreen 0x01010227 +int attr requireDeviceUnlock 0x010103ec +int attr required 0x0101028e +int attr requiredAccountType 0x010103d6 +int attr requiredFeature 0x01010554 +int attr requiredForAllUsers 0x010103d0 +int attr requiredNotFeature 0x01010555 +int attr requiresFadingEdge 0x010103a5 +int attr requiresSmallestWidthDp 0x01010364 +int attr resizeClip 0x010104cf +int attr resizeMode 0x01010363 +int attr resizeable 0x0101028d +int attr resizeableActivity 0x010104f6 +int attr resource 0x01010025 +int attr restoreAnyVersion 0x010102ba +int attr restoreNeedsApplication 0x0101029d +int attr restrictedAccountType 0x010103d5 +int attr restrictionType 0x01010493 +int attr resumeWhilePausing 0x010104b2 +int attr reversible 0x0101044b +int attr revisionCode 0x010104d5 +int attr right 0x010101af +int attr ringtonePreferenceStyle 0x01010093 +int attr ringtoneType 0x010101f9 +int attr rotation 0x01010326 +int attr rotationAnimation 0x0101053a +int attr rotationX 0x01010327 +int attr rotationY 0x01010328 +int attr roundIcon 0x0101052c +int attr rowCount 0x01010375 +int attr rowDelay 0x010101d0 +int attr rowEdgeFlags 0x01010241 +int attr rowHeight 0x01010132 +int attr rowOrderPreserved 0x01010376 +int attr saveEnabled 0x010100e7 +int attr scaleGravity 0x010101fe +int attr scaleHeight 0x010101fd +int attr scaleType 0x0101011d +int attr scaleWidth 0x010101fc +int attr scaleX 0x01010324 +int attr scaleY 0x01010325 +int attr scheme 0x01010027 +int attr screenDensity 0x010102cb +int attr screenOrientation 0x0101001e +int attr screenSize 0x010102ca +int attr scrollHorizontally 0x0101015b +int attr scrollIndicators 0x010104e6 +int attr scrollViewStyle 0x01010080 +int attr scrollX 0x010100d2 +int attr scrollY 0x010100d3 +int attr scrollbarAlwaysDrawHorizontalTrack 0x01010068 +int attr scrollbarAlwaysDrawVerticalTrack 0x01010069 +int attr scrollbarDefaultDelayBeforeFade 0x010102a9 +int attr scrollbarFadeDuration 0x010102a8 +int attr scrollbarSize 0x01010063 +int attr scrollbarStyle 0x0101007f +int attr scrollbarThumbHorizontal 0x01010064 +int attr scrollbarThumbVertical 0x01010065 +int attr scrollbarTrackHorizontal 0x01010066 +int attr scrollbarTrackVertical 0x01010067 +int attr scrollbars 0x010100de +int attr scrollingCache 0x010100fe +int attr searchButtonText 0x01010205 +int attr searchHintIcon 0x010104d4 +int attr searchIcon 0x01010483 +int attr searchMode 0x010101d5 +int attr searchSettingsDescription 0x0101028a +int attr searchSuggestAuthority 0x010101d6 +int attr searchSuggestIntentAction 0x010101d9 +int attr searchSuggestIntentData 0x010101da +int attr searchSuggestPath 0x010101d7 +int attr searchSuggestSelection 0x010101d8 +int attr searchSuggestThreshold 0x0101026d +int attr searchViewStyle 0x01010480 +int attr secondaryContentAlpha 0x01010553 +int attr secondaryProgress 0x01010138 +int attr secondaryProgressTint 0x01010467 +int attr secondaryProgressTintMode 0x01010468 +int attr seekBarStyle 0x0101007b +int attr segmentedButtonStyle 0x01010330 +int attr selectAllOnFocus 0x0101015e +int attr selectable 0x010101e6 +int attr selectableItemBackground 0x0101030e +int attr selectableItemBackgroundBorderless 0x0101045c +int attr selectedDateVerticalBar 0x01010347 +int attr selectedWeekBackgroundColor 0x01010342 +int attr sessionService 0x0101043d +int attr settingsActivity 0x01010225 +int attr setupActivity 0x010103f6 +int attr shadowColor 0x01010161 +int attr shadowDx 0x01010162 +int attr shadowDy 0x01010163 +int attr shadowRadius 0x01010164 +int attr shape 0x0101019a +int attr shareInterpolator 0x010101bb +int attr sharedUserId 0x0101000b +int attr sharedUserLabel 0x01010261 +int attr shortcutDisabledMessage 0x0101052b +int attr shortcutId 0x01010528 +int attr shortcutLongLabel 0x0101052a +int attr shortcutShortLabel 0x01010529 +int attr shouldDisableView 0x010101ee +int attr showAsAction 0x010102d9 +int attr showDefault 0x010101fa +int attr showDividers 0x01010329 +int attr showForAllUsers 0x010104ef +int attr showMetadataInPreview 0x0101052f +int attr showOnLockScreen 0x010103c9 +int attr showSilent 0x010101fb +int attr showText 0x010104ad +int attr showWeekNumber 0x0101033e +int attr shownWeekCount 0x01010341 +int attr shrinkColumns 0x0101014a +int attr singleLine 0x0101015d +int attr singleLineTitle 0x0101055c +int attr singleUser 0x010103bf +int attr slideEdge 0x01010430 +int attr smallIcon 0x0101029e +int attr smallScreens 0x01010284 +int attr smoothScrollbar 0x01010231 +int attr soundEffectsEnabled 0x01010215 +int attr spacing 0x01010113 +int attr spinnerDropDownItemStyle 0x01010087 +int attr spinnerItemStyle 0x01010089 +int attr spinnerMode 0x010102f1 +int attr spinnerStyle 0x01010081 +int attr spinnersShown 0x0101034b +int attr splitMotionEvents 0x010102ef +int attr splitName 0x01010549 +int attr splitTrack 0x0101044c +int attr spotShadowAlpha 0x010104bf +int attr src 0x01010119 +int attr ssp 0x010103e3 +int attr sspPattern 0x010103e5 +int attr sspPrefix 0x010103e4 +int attr stackFromBottom 0x010100fd +int attr stackViewStyle 0x0101043e +int attr starStyle 0x01010082 +int attr start 0x010104db +int attr startColor 0x0101019d +int attr startDelay 0x010103e2 +int attr startOffset 0x010101be +int attr startX 0x01010510 +int attr startY 0x01010511 +int attr startYear 0x0101017c +int attr stateListAnimator 0x01010448 +int attr stateNotNeeded 0x01010016 +int attr state_above_anchor 0x010100aa +int attr state_accelerated 0x0101031b +int attr state_activated 0x010102fe +int attr state_active 0x010100a2 +int attr state_checkable 0x0101009f +int attr state_checked 0x010100a0 +int attr state_drag_can_accept 0x01010368 +int attr state_drag_hovered 0x01010369 +int attr state_empty 0x010100a9 +int attr state_enabled 0x0101009e +int attr state_expanded 0x010100a8 +int attr state_first 0x010100a4 +int attr state_focused 0x0101009c +int attr state_hovered 0x01010367 +int attr state_last 0x010100a6 +int attr state_long_pressable 0x0101023c +int attr state_middle 0x010100a5 +int attr state_multiline 0x0101034d +int attr state_pressed 0x010100a7 +int attr state_selected 0x010100a1 +int attr state_single 0x010100a3 +int attr state_window_focused 0x0101009d +int attr staticWallpaperPreview 0x01010331 +int attr statusBarColor 0x01010451 +int attr stepSize 0x01010146 +int attr stopWithTask 0x0101036a +int attr streamType 0x01010209 +int attr stretchColumns 0x01010149 +int attr stretchMode 0x01010116 +int attr strokeAlpha 0x010104cb +int attr strokeColor 0x01010406 +int attr strokeLineCap 0x0101040b +int attr strokeLineJoin 0x0101040c +int attr strokeMiterLimit 0x0101040d +int attr strokeWidth 0x01010407 +int attr subMenuArrow 0x010104f3 +int attr submitBackground 0x01010488 +int attr subtitle 0x010102d1 +int attr subtitleTextAppearance 0x0101042f +int attr subtitleTextColor 0x010104e4 +int attr subtitleTextStyle 0x010102f9 +int attr subtypeExtraValue 0x0101039a +int attr subtypeId 0x010103c1 +int attr subtypeLocale 0x01010399 +int attr suggestActionMsg 0x010101dc +int attr suggestActionMsgColumn 0x010101dd +int attr suggestionRowLayout 0x01010486 +int attr summary 0x010101e9 +int attr summaryColumn 0x010102a2 +int attr summaryOff 0x010101f0 +int attr summaryOn 0x010101ef +int attr supportsAssist 0x010104f0 +int attr supportsLaunchVoiceAssistFromKeyguard 0x010104f1 +int attr supportsLocalInteraction 0x0101050f +int attr supportsPictureInPicture 0x010104f7 +int attr supportsRtl 0x010103af +int attr supportsSwitchingToNextInputMethod 0x010103eb +int attr supportsUploading 0x0101029b +int attr switchMinWidth 0x01010370 +int attr switchPadding 0x01010371 +int attr switchPreferenceStyle 0x0101036d +int attr switchStyle 0x0101043f +int attr switchTextAppearance 0x0101036e +int attr switchTextOff 0x0101036c +int attr switchTextOn 0x0101036b +int attr syncable 0x01010019 +int attr tabStripEnabled 0x010102bd +int attr tabStripLeft 0x010102bb +int attr tabStripRight 0x010102bc +int attr tabWidgetStyle 0x01010083 +int attr tag 0x010100d1 +int attr targetActivity 0x01010202 +int attr targetClass 0x0101002f +int attr targetDescriptions 0x010103a0 +int attr targetId 0x010103dc +int attr targetName 0x0101044d +int attr targetPackage 0x01010021 +int attr targetProcesses 0x01010541 +int attr targetSandboxVersion 0x0101054c +int attr targetSdkVersion 0x01010270 +int attr taskAffinity 0x01010012 +int attr taskCloseEnterAnimation 0x010100be +int attr taskCloseExitAnimation 0x010100bf +int attr taskOpenEnterAnimation 0x010100bc +int attr taskOpenExitAnimation 0x010100bd +int attr taskToBackEnterAnimation 0x010100c2 +int attr taskToBackExitAnimation 0x010100c3 +int attr taskToFrontEnterAnimation 0x010100c0 +int attr taskToFrontExitAnimation 0x010100c1 +int attr tension 0x0101026a +int attr testOnly 0x01010272 +int attr text 0x0101014f +int attr textAlignment 0x010103b1 +int attr textAllCaps 0x0101038c +int attr textAppearance 0x01010034 +int attr textAppearanceButton 0x01010207 +int attr textAppearanceInverse 0x01010035 +int attr textAppearanceLarge 0x01010040 +int attr textAppearanceLargeInverse 0x01010043 +int attr textAppearanceLargePopupMenu 0x01010301 +int attr textAppearanceListItem 0x0101039e +int attr textAppearanceListItemSecondary 0x01010432 +int attr textAppearanceListItemSmall 0x0101039f +int attr textAppearanceMedium 0x01010041 +int attr textAppearanceMediumInverse 0x01010044 +int attr textAppearancePopupMenuHeader 0x01010502 +int attr textAppearanceSearchResultSubtitle 0x010102a0 +int attr textAppearanceSearchResultTitle 0x010102a1 +int attr textAppearanceSmall 0x01010042 +int attr textAppearanceSmallInverse 0x01010045 +int attr textAppearanceSmallPopupMenu 0x01010302 +int attr textCheckMark 0x01010046 +int attr textCheckMarkInverse 0x01010047 +int attr textColor 0x01010098 +int attr textColorAlertDialogListItem 0x01010306 +int attr textColorHighlight 0x01010099 +int attr textColorHighlightInverse 0x0101034f +int attr textColorHint 0x0101009a +int attr textColorHintInverse 0x0101003f +int attr textColorLink 0x0101009b +int attr textColorLinkInverse 0x01010350 +int attr textColorPrimary 0x01010036 +int attr textColorPrimaryDisableOnly 0x01010037 +int attr textColorPrimaryInverse 0x01010039 +int attr textColorPrimaryInverseDisableOnly 0x0101028b +int attr textColorPrimaryInverseNoDisable 0x0101003d +int attr textColorPrimaryNoDisable 0x0101003b +int attr textColorSecondary 0x01010038 +int attr textColorSecondaryInverse 0x0101003a +int attr textColorSecondaryInverseNoDisable 0x0101003e +int attr textColorSecondaryNoDisable 0x0101003c +int attr textColorTertiary 0x01010212 +int attr textColorTertiaryInverse 0x01010213 +int attr textCursorDrawable 0x01010362 +int attr textDirection 0x010103b0 +int attr textEditNoPasteWindowLayout 0x01010315 +int attr textEditPasteWindowLayout 0x01010314 +int attr textEditSideNoPasteWindowLayout 0x0101035f +int attr textEditSidePasteWindowLayout 0x0101035e +int attr textEditSuggestionItemLayout 0x01010374 +int attr textFilterEnabled 0x010100ff +int attr textIsSelectable 0x01010316 +int attr textOff 0x01010125 +int attr textOn 0x01010124 +int attr textScaleX 0x01010151 +int attr textSelectHandle 0x010102c7 +int attr textSelectHandleLeft 0x010102c5 +int attr textSelectHandleRight 0x010102c6 +int attr textSelectHandleWindowStyle 0x010102c8 +int attr textSize 0x01010095 +int attr textStyle 0x01010097 +int attr textSuggestionsWindowStyle 0x01010373 +int attr textViewStyle 0x01010084 +int attr theme 0x01010000 +int attr thickness 0x01010260 +int attr thicknessRatio 0x0101019c +int attr thumb 0x01010142 +int attr thumbOffset 0x01010143 +int attr thumbPosition 0x010104e5 +int attr thumbTextPadding 0x01010372 +int attr thumbTint 0x01010471 +int attr thumbTintMode 0x01010472 +int attr thumbnail 0x010102a5 +int attr tickMark 0x0101050a +int attr tickMarkTint 0x0101050b +int attr tickMarkTintMode 0x0101050c +int attr tileMode 0x01010201 +int attr tileModeX 0x01010477 +int attr tileModeY 0x01010478 +int attr timePickerDialogTheme 0x0101049e +int attr timePickerMode 0x010104b4 +int attr timePickerStyle 0x0101049d +int attr timeZone 0x010103cc +int attr tint 0x01010121 +int attr tintMode 0x010103fb +int attr title 0x010101e1 +int attr titleCondensed 0x010101e2 +int attr titleMargin 0x010104f8 +int attr titleMarginBottom 0x010104fc +int attr titleMarginEnd 0x010104fa +int attr titleMarginStart 0x010104f9 +int attr titleMarginTop 0x010104fb +int attr titleTextAppearance 0x0101042e +int attr titleTextColor 0x010104e3 +int attr titleTextStyle 0x010102f8 +int attr toAlpha 0x010101cb +int attr toDegrees 0x010101b4 +int attr toId 0x01010449 +int attr toScene 0x010103de +int attr toXDelta 0x010101c7 +int attr toXScale 0x010101c3 +int attr toYDelta 0x010101c9 +int attr toYScale 0x010101c5 +int attr toolbarStyle 0x010104aa +int attr tooltipText 0x01010534 +int attr top 0x010101ae +int attr topBright 0x010100cb +int attr topDark 0x010100c7 +int attr topLeftRadius 0x010101a9 +int attr topOffset 0x01010258 +int attr topRightRadius 0x010101aa +int attr touchscreenBlocksFocus 0x0101048f +int attr track 0x0101036f +int attr trackTint 0x010104d9 +int attr trackTintMode 0x010104da +int attr transcriptMode 0x01010100 +int attr transformPivotX 0x01010320 +int attr transformPivotY 0x01010321 +int attr transition 0x010103df +int attr transitionGroup 0x01010401 +int attr transitionName 0x01010400 +int attr transitionOrdering 0x010103e0 +int attr transitionVisibilityMode 0x0101047c +int attr translateX 0x0101045a +int attr translateY 0x0101045b +int attr translationX 0x01010322 +int attr translationY 0x01010323 +int attr translationZ 0x010103fa +int attr trimPathEnd 0x01010409 +int attr trimPathOffset 0x0101040a +int attr trimPathStart 0x01010408 +int attr tunerCount 0x0101051d +int attr type 0x010101a1 +int attr typeface 0x01010096 +int attr uiOptions 0x01010398 +int attr uncertainGestureColor 0x01010276 +int attr unfocusedMonthDateColor 0x01010344 +int attr unselectedAlpha 0x0101020e +int attr updatePeriodMillis 0x01010250 +int attr use32bitAbi 0x01010515 +int attr useDefaultMargins 0x01010379 +int attr useIntrinsicSizeAsMinimum 0x01010310 +int attr useLevel 0x0101019f +int attr userVisible 0x01010291 +int attr usesCleartextTraffic 0x010104ec +int attr value 0x01010024 +int attr valueFrom 0x010102de +int attr valueTo 0x010102df +int attr valueType 0x010102e0 +int attr variablePadding 0x01010195 +int attr vendor 0x010103e7 +int attr version 0x01010519 +int attr versionCode 0x0101021b +int attr versionName 0x0101021c +int attr verticalCorrection 0x0101023a +int attr verticalDivider 0x0101012e +int attr verticalGap 0x01010240 +int attr verticalScrollbarPosition 0x01010334 +int attr verticalSpacing 0x01010115 +int attr viewportHeight 0x01010403 +int attr viewportWidth 0x01010402 +int attr visibility 0x010100dc +int attr visible 0x01010194 +int attr visibleToInstantApps 0x01010531 +int attr vmSafeMode 0x010102b8 +int attr voiceIcon 0x01010484 +int attr voiceLanguage 0x01010255 +int attr voiceLanguageModel 0x01010253 +int attr voiceMaxResults 0x01010256 +int attr voicePromptText 0x01010254 +int attr voiceSearchMode 0x01010252 +int attr wallpaperCloseEnterAnimation 0x01010295 +int attr wallpaperCloseExitAnimation 0x01010296 +int attr wallpaperIntraCloseEnterAnimation 0x01010299 +int attr wallpaperIntraCloseExitAnimation 0x0101029a +int attr wallpaperIntraOpenEnterAnimation 0x01010297 +int attr wallpaperIntraOpenExitAnimation 0x01010298 +int attr wallpaperOpenEnterAnimation 0x01010293 +int attr wallpaperOpenExitAnimation 0x01010294 +int attr webTextViewStyle 0x010102b9 +int attr webViewStyle 0x01010085 +int attr weekDayTextAppearance 0x01010348 +int attr weekNumberColor 0x01010345 +int attr weekSeparatorLineColor 0x01010346 +int attr weightSum 0x01010128 +int attr widgetCategory 0x010103c4 +int attr widgetLayout 0x010101eb +int attr width 0x01010159 +int attr windowActionBar 0x010102cd +int attr windowActionBarOverlay 0x010102e4 +int attr windowActionModeOverlay 0x010102dd +int attr windowActivityTransitions 0x010104cd +int attr windowAllowEnterTransitionOverlap 0x0101043c +int attr windowAllowReturnTransitionOverlap 0x0101043b +int attr windowAnimationStyle 0x010100ae +int attr windowBackground 0x01010054 +int attr windowBackgroundFallback 0x01010503 +int attr windowClipToOutline 0x010104ab +int attr windowCloseOnTouchOutside 0x0101035b +int attr windowContentOverlay 0x01010059 +int attr windowContentTransitionManager 0x010103f9 +int attr windowContentTransitions 0x010103f8 +int attr windowDisablePreview 0x01010222 +int attr windowDrawsSystemBarBackgrounds 0x01010450 +int attr windowElevation 0x01010490 +int attr windowEnableSplitTouch 0x01010317 +int attr windowEnterAnimation 0x010100b4 +int attr windowEnterTransition 0x01010437 +int attr windowExitAnimation 0x010100b5 +int attr windowExitTransition 0x01010438 +int attr windowFrame 0x01010055 +int attr windowFullscreen 0x0101020d +int attr windowHideAnimation 0x010100b7 +int attr windowIsFloating 0x01010057 +int attr windowIsTranslucent 0x01010058 +int attr windowLightStatusBar 0x010104e0 +int attr windowMinWidthMajor 0x01010356 +int attr windowMinWidthMinor 0x01010357 +int attr windowNoDisplay 0x0101021e +int attr windowNoTitle 0x01010056 +int attr windowOverscan 0x010103cf +int attr windowReenterTransition 0x010104af +int attr windowReturnTransition 0x010104ae +int attr windowSharedElementEnterTransition 0x01010439 +int attr windowSharedElementExitTransition 0x0101043a +int attr windowSharedElementReenterTransition 0x010104b1 +int attr windowSharedElementReturnTransition 0x010104b0 +int attr windowSharedElementsUseOverlay 0x010104bb +int attr windowShowAnimation 0x010100b6 +int attr windowShowWallpaper 0x01010292 +int attr windowSoftInputMode 0x0101022b +int attr windowSplashscreenContent 0x01010564 +int attr windowSwipeToDismiss 0x010103f3 +int attr windowTitleBackgroundStyle 0x0101005c +int attr windowTitleSize 0x0101005a +int attr windowTitleStyle 0x0101005b +int attr windowTransitionBackgroundFadeDuration 0x01010461 +int attr windowTranslucentNavigation 0x010103f0 +int attr windowTranslucentStatus 0x010103ef +int attr writePermission 0x01010008 +int attr x 0x010100ac +int attr xlargeScreens 0x010102bf +int attr y 0x010100ad +int attr yearListItemTextAppearance 0x01010499 +int attr yearListSelectorColor 0x0101049a +int attr yesNoPreferenceStyle 0x01010090 +int attr zAdjustment 0x010101c1 diff --git a/TimeLib/build/intermediates/bundles/debug/R.txt b/TimeLib/build/intermediates/bundles/debug/R.txt new file mode 100644 index 0000000..038f050 --- /dev/null +++ b/TimeLib/build/intermediates/bundles/debug/R.txt @@ -0,0 +1,46 @@ +int anim timepicker_anim_enter_bottom 0x7f010001 +int anim timepicker_anim_exit_bottom 0x7f010002 +int color wheel_timebtn_nor 0x7f060001 +int color wheel_timebtn_pre 0x7f060002 +int dimen activity_horizontal_margin 0x7f080001 +int dimen activity_vertical_margin 0x7f080002 +int drawable bg_above_timepicker 0x7f090001 +int drawable bg_line_timepicker 0x7f090002 +int drawable ic_launcher 0x7f090003 +int drawable switch_bg_holo_light 0x7f090004 +int drawable wheel_timebtn 0x7f090005 +int drawable wheel_val 0x7f090006 +int id action_settings 0x7f0c0001 +int id btnCancel 0x7f0c0002 +int id btnSubmit 0x7f0c0003 +int id day 0x7f0c0004 +int id hour 0x7f0c0005 +int id min 0x7f0c0006 +int id month 0x7f0c0007 +int id options1 0x7f0c0008 +int id options2 0x7f0c0009 +int id options3 0x7f0c000a +int id optionspicker 0x7f0c000b +int id timepicker 0x7f0c000c +int id tvEdtName 0x7f0c000d +int id tvTime 0x7f0c000e +int id year 0x7f0c000f +int layout activity_main 0x7f0f0001 +int layout include_optionspicker 0x7f0f0002 +int layout include_timepicker 0x7f0f0003 +int layout pw_options 0x7f0f0004 +int layout pw_time 0x7f0f0005 +int menu main 0x7f100001 +int string action_settings 0x7f150001 +int string app_name 0x7f150002 +int string hello_world 0x7f150003 +int string pickerview_cancel 0x7f150004 +int string pickerview_day 0x7f150005 +int string pickerview_hours 0x7f150006 +int string pickerview_minutes 0x7f150007 +int string pickerview_month 0x7f150008 +int string pickerview_seconds 0x7f150009 +int string pickerview_submit 0x7f15000a +int string pickerview_year 0x7f15000b +int style AppBaseTheme 0x7f160001 +int style timepopwindow_anim_style 0x7f160002 diff --git a/TimeLib/build/intermediates/bundles/debug/res/anim/timepicker_anim_enter_bottom.xml b/TimeLib/build/intermediates/bundles/debug/res/anim/timepicker_anim_enter_bottom.xml new file mode 100644 index 0000000..71e9dec --- /dev/null +++ b/TimeLib/build/intermediates/bundles/debug/res/anim/timepicker_anim_enter_bottom.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/TimeLib/build/intermediates/bundles/debug/res/anim/timepicker_anim_exit_bottom.xml b/TimeLib/build/intermediates/bundles/debug/res/anim/timepicker_anim_exit_bottom.xml new file mode 100644 index 0000000..79f6336 --- /dev/null +++ b/TimeLib/build/intermediates/bundles/debug/res/anim/timepicker_anim_exit_bottom.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/TimeLib/build/intermediates/bundles/debug/res/drawable-hdpi-v4/ic_launcher.png b/TimeLib/build/intermediates/bundles/debug/res/drawable-hdpi-v4/ic_launcher.png new file mode 100644 index 0000000..05c8dec Binary files /dev/null and b/TimeLib/build/intermediates/bundles/debug/res/drawable-hdpi-v4/ic_launcher.png differ diff --git a/TimeLib/build/intermediates/bundles/debug/res/drawable-hdpi-v4/switch_bg_holo_light.9.png b/TimeLib/build/intermediates/bundles/debug/res/drawable-hdpi-v4/switch_bg_holo_light.9.png new file mode 100644 index 0000000..7abe99a Binary files /dev/null and b/TimeLib/build/intermediates/bundles/debug/res/drawable-hdpi-v4/switch_bg_holo_light.9.png differ diff --git a/TimeLib/build/intermediates/bundles/debug/res/drawable-mdpi-v4/ic_launcher.png b/TimeLib/build/intermediates/bundles/debug/res/drawable-mdpi-v4/ic_launcher.png new file mode 100644 index 0000000..05c8dec Binary files /dev/null and b/TimeLib/build/intermediates/bundles/debug/res/drawable-mdpi-v4/ic_launcher.png differ diff --git a/TimeLib/build/intermediates/bundles/debug/res/drawable-xhdpi-v4/ic_launcher.png b/TimeLib/build/intermediates/bundles/debug/res/drawable-xhdpi-v4/ic_launcher.png new file mode 100644 index 0000000..05c8dec Binary files /dev/null and b/TimeLib/build/intermediates/bundles/debug/res/drawable-xhdpi-v4/ic_launcher.png differ diff --git a/TimeLib/build/intermediates/bundles/debug/res/drawable-xxhdpi-v4/ic_launcher.png b/TimeLib/build/intermediates/bundles/debug/res/drawable-xxhdpi-v4/ic_launcher.png new file mode 100644 index 0000000..05c8dec Binary files /dev/null and b/TimeLib/build/intermediates/bundles/debug/res/drawable-xxhdpi-v4/ic_launcher.png differ diff --git a/TimeLib/build/intermediates/bundles/debug/res/drawable/bg_above_timepicker.png b/TimeLib/build/intermediates/bundles/debug/res/drawable/bg_above_timepicker.png new file mode 100644 index 0000000..2efb8aa Binary files /dev/null and b/TimeLib/build/intermediates/bundles/debug/res/drawable/bg_above_timepicker.png differ diff --git a/TimeLib/build/intermediates/bundles/debug/res/drawable/bg_line_timepicker.png b/TimeLib/build/intermediates/bundles/debug/res/drawable/bg_line_timepicker.png new file mode 100644 index 0000000..122c5ba Binary files /dev/null and b/TimeLib/build/intermediates/bundles/debug/res/drawable/bg_line_timepicker.png differ diff --git a/TimeLib/build/intermediates/bundles/debug/res/drawable/wheel_timebtn.xml b/TimeLib/build/intermediates/bundles/debug/res/drawable/wheel_timebtn.xml new file mode 100644 index 0000000..6ac9b6d --- /dev/null +++ b/TimeLib/build/intermediates/bundles/debug/res/drawable/wheel_timebtn.xml @@ -0,0 +1,6 @@ + + + + + diff --git a/TimeLib/build/intermediates/bundles/debug/res/drawable/wheel_val.xml b/TimeLib/build/intermediates/bundles/debug/res/drawable/wheel_val.xml new file mode 100644 index 0000000..b581423 --- /dev/null +++ b/TimeLib/build/intermediates/bundles/debug/res/drawable/wheel_val.xml @@ -0,0 +1,32 @@ + + + + + + \ No newline at end of file diff --git a/TimeLib/build/intermediates/bundles/debug/res/layout/activity_main.xml b/TimeLib/build/intermediates/bundles/debug/res/layout/activity_main.xml new file mode 100644 index 0000000..c6963f1 --- /dev/null +++ b/TimeLib/build/intermediates/bundles/debug/res/layout/activity_main.xml @@ -0,0 +1,16 @@ + + + + + diff --git a/TimeLib/build/intermediates/bundles/debug/res/layout/include_optionspicker.xml b/TimeLib/build/intermediates/bundles/debug/res/layout/include_optionspicker.xml new file mode 100644 index 0000000..bdf830c --- /dev/null +++ b/TimeLib/build/intermediates/bundles/debug/res/layout/include_optionspicker.xml @@ -0,0 +1,25 @@ + + + + + + + + + diff --git a/TimeLib/build/intermediates/bundles/debug/res/layout/include_timepicker.xml b/TimeLib/build/intermediates/bundles/debug/res/layout/include_timepicker.xml new file mode 100644 index 0000000..f4bd1c8 --- /dev/null +++ b/TimeLib/build/intermediates/bundles/debug/res/layout/include_timepicker.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + diff --git a/TimeLib/build/intermediates/bundles/debug/res/layout/pw_options.xml b/TimeLib/build/intermediates/bundles/debug/res/layout/pw_options.xml new file mode 100644 index 0000000..f86f394 --- /dev/null +++ b/TimeLib/build/intermediates/bundles/debug/res/layout/pw_options.xml @@ -0,0 +1,67 @@ + + + + + +