text stringlengths 1 1.05M |
|---|
def is_multiple(num1, num2):
if num1 % num2 == 0:
return True
if num2 % num1 == 0:
return True
return False |
export const dogBreedSamples = {
0: {
breed: 'Affenpinscher'
},
1: {
breed: 'Afghan hound'
},
2: {
breed: 'Airedale terrier'
},
3: {
breed: 'Akita'
},
4: {
breed: 'Alaskan malamute'
},
5: {
breed: 'American eskimo dog'
},
6: {
breed: 'American foxhound'
},
7: {
breed: 'American staffordshire terrier'
},
8: {
breed: 'American water spaniel'
},
9: {
breed: 'Anatolian shepherd dog'
},
10: {
breed: 'Australian cattle dog'
},
11: {
breed: 'Australian shepherd'
},
12: {
breed: 'Australian terrier'
},
13: {
breed: 'Basenji'
},
14: {
breed: 'Basset hound'
},
15: {
breed: 'Beagle'
},
16: {
breed: 'Bearded collie'
},
17: {
breed: 'Beauceron'
},
18: {
breed: 'Bedlington terrier'
},
19: {
breed: 'Belgian malinois'
},
20: {
breed: 'Belgian sheepdog'
},
21: {
breed: 'Belgian tervuren'
},
22: {
breed: 'Bernese mountain dog'
},
23: {
breed: 'Bichon frise'
},
24: {
breed: 'Black and tan coonhound'
},
25: {
breed: 'Black russian terrier'
},
26: {
breed: 'Bloodhound'
},
27: {
breed: 'Bluetick coonhound'
},
28: {
breed: 'Border collie'
},
29: {
breed: 'Border terrier'
},
30: {
breed: 'Borzoi'
},
31: {
breed: 'Boston terrier'
},
32: {
breed: 'Bouvier des flandres'
},
33: {
breed: 'Boxer'
},
34: {
breed: 'Boykin spaniel'
},
35: {
breed: 'Briard'
},
36: {
breed: 'Brittany'
},
37: {
breed: 'Brussels griffon'
},
38: {
breed: 'Bull terrier'
},
39: {
breed: 'Bulldog'
},
40: {
breed: 'Bullmastiff'
},
41: {
breed: 'Cairn terrier'
},
42: {
breed: 'Canaan dog'
},
43: {
breed: 'Cane corso'
},
44: {
breed: 'Cardigan welsh corgi'
},
45: {
breed: 'Cavalier king charles spaniel'
},
46: {
breed: 'Chesapeake bay retriever'
},
47: {
breed: 'Chihuahua'
},
48: {
breed: 'Chinese crested'
},
49: {
breed: 'Chinese shar-pei'
},
50: {
breed: 'Chow chow'
},
51: {
breed: 'Clumber spaniel'
},
52: {
breed: 'Cocker spaniel'
},
53: {
breed: 'Collie'
},
54: {
breed: 'Curly-coated retriever'
},
55: {
breed: 'Dachshund'
},
56: {
breed: 'Dalmatian'
},
57: {
breed: 'Dandie dinmont terrier'
},
58: {
breed: 'Doberman pinscher'
},
59: {
breed: 'Dogue de bordeaux'
},
60: {
breed: 'English cocker spaniel'
},
61: {
breed: 'English setter'
},
62: {
breed: 'English springer spaniel'
},
63: {
breed: 'English toy spaniel'
},
64: {
breed: 'Entlebucher mountain dog'
},
65: {
breed: 'Field spaniel'
},
66: {
breed: 'Finnish spitz'
},
67: {
breed: 'Flat-coated retriever'
},
68: {
breed: 'French bulldog'
},
69: {
breed: 'German pinscher'
},
70: {
breed: 'German shepherd dog'
},
71: {
breed: 'German shorthaired pointer'
},
72: {
breed: 'German wirehaired pointer'
},
73: {
breed: 'Giant schnauzer'
},
74: {
breed: 'Glen of imaal terrier'
},
75: {
breed: 'Golden retriever'
},
76: {
breed: 'Gordon setter'
},
77: {
breed: 'Great dane'
},
78: {
breed: 'Great pyrenees'
},
79: {
breed: 'Greater swiss mountain dog'
},
80: {
breed: 'Greyhound'
},
81: {
breed: 'Havanese'
},
82: {
breed: 'Ibizan hound'
},
83: {
breed: 'Icelandic sheepdog'
},
84: {
breed: 'Irish red and white setter'
},
85: {
breed: 'Irish setter'
},
86: {
breed: 'Irish terrier'
},
87: {
breed: 'Irish water spaniel'
},
88: {
breed: 'Irish wolfhound'
},
89: {
breed: 'Italian greyhound'
},
90: {
breed: 'Japanese chin'
},
91: {
breed: 'Keeshond'
},
92: {
breed: 'Kerry blue terrier'
},
93: {
breed: 'Komondor'
},
94: {
breed: 'Kuvasz'
},
95: {
breed: 'Labrador retriever'
},
96: {
breed: 'Lakeland terrier'
},
97: {
breed: 'Leonberger'
},
98: {
breed: 'Lhasa apso'
},
99: {
breed: 'Lowchen'
},
100: {
breed: 'Maltese'
},
101: {
breed: 'Manchester terrier'
},
102: {
breed: 'Mastiff'
},
103: {
breed: 'Miniature schnauzer'
},
104: {
breed: 'Neapolitan mastiff'
},
105: {
breed: 'Newfoundland'
},
106: {
breed: 'Norfolk terrier'
},
107: {
breed: 'Norwegian buhund'
},
108: {
breed: 'Norwegian elkhound'
},
109: {
breed: 'Norwegian lundehund'
},
110: {
breed: 'Norwich terrier'
},
111: {
breed: 'Nova scotia duck tolling retriever'
},
112: {
breed: 'Old english sheepdog'
},
113: {
breed: 'Otterhound'
},
114: {
breed: 'Papillon'
},
115: {
breed: 'Parson russell terrier'
},
116: {
breed: 'Pekingese'
},
117: {
breed: 'Pembroke welsh corgi'
},
118: {
breed: 'Petit basset griffon vendeen'
},
119: {
breed: 'Pharaoh hound'
},
120: {
breed: 'Plott'
},
121: {
breed: 'Pointer'
},
122: {
breed: 'Pomeranian'
},
123: {
breed: 'Poodle'
},
124: {
breed: 'Portuguese water dog'
},
125: {
breed: 'Saint bernard'
},
126: {
breed: 'Silky terrier'
},
127: {
breed: 'Smooth fox terrier'
},
128: {
breed: 'Tibetan mastiff'
},
129: {
breed: 'Welsh springer spaniel'
},
130: {
breed: 'Wirehaired pointing griffon'
},
131: {
breed: 'Xoloitzcuintli'
},
132: {
breed: 'Yorkshire terrier'
}
}
|
/**
* |----------------------------------------------------------------------
* | Copyright (c) 2016 <NAME>
* |
* | Permission is hereby granted, free of charge, to any person
* | obtaining a copy of this software and associated documentation
* | files (the "Software"), to deal in the Software without restriction,
* | including without limitation the rights to use, copy, modify, merge,
* | publish, distribute, sublicense, and/or sell copies of the Software,
* | and to permit persons to whom the Software is furnished to do so,
* | subject to the following conditions:
* |
* | The above copyright notice and this permission notice shall be
* | included in all copies or substantial portions of the Software.
* |
* | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
* | AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* | HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
* | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* | OTHER DEALINGS IN THE SOFTWARE.
* |----------------------------------------------------------------------
*/
#include "gpio.h"
void TM_GPIO_INT_EnableClock(GPIO_TypeDef* GPIOx);
void TM_GPIO_INT_Init(GPIO_TypeDef* GPIOx, uint32_t GPIO_Pin, TM_GPIO_Mode_t GPIO_Mode, TM_GPIO_OType_t GPIO_OType, TM_GPIO_PuPd_t GPIO_PuPd, TM_GPIO_Speed_t GPIO_Speed);
void TM_GPIO_Init(GPIO_TypeDef* GPIOx, uint32_t GPIO_Pin, TM_GPIO_Mode_t GPIO_Mode, TM_GPIO_OType_t GPIO_OType, TM_GPIO_PuPd_t GPIO_PuPd, TM_GPIO_Speed_t GPIO_Speed) {
/* Check input */
if (GPIO_Pin == 0x00) {
return;
}
/* Enable clock for GPIO */
TM_GPIO_INT_EnableClock(GPIOx);
/* Do initialization */
TM_GPIO_INT_Init(GPIOx, GPIO_Pin, GPIO_Mode, GPIO_OType, GPIO_PuPd, GPIO_Speed);
}
void TM_GPIO_SetPullResistor(GPIO_TypeDef* GPIOx, uint32_t GPIO_Pin, TM_GPIO_PuPd_t GPIO_PuPd) {
/* Set GPIO PUPD register */
GPIOx->PUPDR = (GPIOx->PUPDR & ~(0x03 << (2 * GPIO_Pin))) | ((uint32_t)(GPIO_PuPd << (2 * GPIO_Pin)));
}
void TM_GPIO_SetPinAsInput(GPIO_TypeDef* GPIOx, uint32_t GPIO_Pin) {
/* Set 00 bits combination for input */
GPIOx->MODER &= ~(0x03 << (2 * GPIO_Pin));
}
void TM_GPIO_SetPinAsOutput(GPIO_TypeDef* GPIOx, uint32_t GPIO_Pin) {
/* Set 01 bits combination for output */
GPIOx->MODER = (GPIOx->MODER & ~(0x03 << (2 * GPIO_Pin))) | (0x01 << (2 * GPIO_Pin));
}
uint32_t TM_GPIO_GetPortSource(GPIO_TypeDef* GPIOx) {
/* Get port source number */
/* Offset from GPIOA Difference between 2 GPIO addresses */
return ((uint32_t)GPIOx - (GPIOA_BASE)) / ((GPIOB_BASE) - (GPIOA_BASE));
}
void TM_GPIO_INT_EnableClock(GPIO_TypeDef* GPIOx) {
RCC->AHB2ENR |= (1 << TM_GPIO_GetPortSource(GPIOx));
}
void TM_GPIO_INT_Init(GPIO_TypeDef* GPIOx, uint32_t GPIO_Pin, TM_GPIO_Mode_t GPIO_Mode, TM_GPIO_OType_t GPIO_OType, TM_GPIO_PuPd_t GPIO_PuPd, TM_GPIO_Speed_t GPIO_Speed) {
uint8_t pinpos;
/* Set GPIO PUPD register */
GPIOx->PUPDR = (GPIOx->PUPDR & ~(0x03 << (2 * GPIO_Pin))) | ((uint32_t)(GPIO_PuPd << (2 * GPIO_Pin)));
/* Set GPIO MODE register */
GPIOx->MODER = (GPIOx->MODER & ~((uint32_t)(0x03 << (2 * GPIO_Pin)))) | ((uint32_t)(GPIO_Mode << (2 * GPIO_Pin)));
/* Set only if output or alternate functions */
if (GPIO_Mode == TM_GPIO_Mode_OUT || GPIO_Mode == TM_GPIO_Mode_AF) {
/* Set GPIO OTYPE register */
GPIOx->OTYPER = (GPIOx->OTYPER & ~(uint32_t)(0x01 << GPIO_Pin)) | ((uint32_t)(GPIO_OType << GPIO_Pin));
/* Set GPIO OSPEED register */
GPIOx->OSPEEDR = (GPIOx->OSPEEDR & ~((uint32_t)(0x03 << (2 * GPIO_Pin)))) | ((uint32_t)(GPIO_Speed << (2 * GPIO_Pin)));
}
}
|
class P1
{
static void m1()
{
System.out.println("From m1()");
m1();
}
public static void main(String[] args)
{
System.out.println("From main");
m1();
}
}
|
/*
* (C) Copyright 2017-2017, by <NAME> and Contributors.
*
* JGraphT : a free Java graph-theory library
*
* This program and the accompanying materials are dual-licensed under
* either
*
* (a) the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation, or (at your option) any
* later version.
*
* or (per the licensee's choosing)
*
* (b) the terms of the Eclipse Public License v1.0 as published by
* the Eclipse Foundation.
*/
package org.jgrapht.io;
import java.util.*;
/**
* Base implementation for a graph exporter.
*
* @param <V> the graph vertex type
* @param <E> the graph edge type
*
* @author <NAME>
* @since March 2017
*/
abstract class AbstractBaseExporter<V, E>
{
/**
* Provides an identifier for a vertex.
*/
protected ComponentNameProvider<V> vertexIDProvider;
/**
* Provides an identifier for an edge.
*/
protected ComponentNameProvider<E> edgeIDProvider;
/**
* Constructor
*
* @param vertexIDProvider the vertex id provider. Must not be null.
*/
public AbstractBaseExporter(ComponentNameProvider<V> vertexIDProvider)
{
this(vertexIDProvider, null);
}
/**
* Constructor
*
* @param vertexIDProvider the vertex id provider. Must not be null.
* @param edgeIDProvider the edge id provider
*/
public AbstractBaseExporter(
ComponentNameProvider<V> vertexIDProvider, ComponentNameProvider<E> edgeIDProvider)
{
this.vertexIDProvider =
Objects.requireNonNull(vertexIDProvider, "Vertex id provider cannot be null");
this.edgeIDProvider = edgeIDProvider;
}
/**
* Get the vertex id provider
*
* @return the vertex id provider
*/
public ComponentNameProvider<V> getVertexIDProvider()
{
return vertexIDProvider;
}
/**
* Set the vertex id provider
*
* @param vertexIDProvider the new vertex id provider. Must not be null.
*/
public void setVertexIDProvider(ComponentNameProvider<V> vertexIDProvider)
{
this.vertexIDProvider =
Objects.requireNonNull(vertexIDProvider, "Vertex id provider cannot be null");
}
/**
* Get the edge id provider
*
* @return The edge provider
*/
public ComponentNameProvider<E> getEdgeIDProvider()
{
return edgeIDProvider;
}
/**
* Set the edge id provider.
*
* @param edgeIDProvider the new edge id provider. Must not be null.
*/
public void setEdgeIDProvider(ComponentNameProvider<E> edgeIDProvider)
{
this.edgeIDProvider = edgeIDProvider;
}
}
|
<filename>open-sphere-base/core/src/main/java/io/opensphere/core/video/ExtendedVideoContentHandler.java
package io.opensphere.core.video;
/**
* Extended content handler for video.
*
* @param <T> The type of content handled.
*/
public interface ExtendedVideoContentHandler<T> extends VideoContentHandler<T>
{
/**
* Handle a packet of data.
*
* @param content The data.
* @param packetPosition The packet position.
*/
void handleContentWithPosition(T content, long packetPosition);
}
|
<gh_stars>1-10
class NoRouteFoundError extends Error
{
constructor(...args)
{
super(...args)
this.code = 'E_HTTP_SERVER_ROUTE_BUILDER_NO_ROUTE_FOUND'
}
}
module.exports = NoRouteFoundError
|
#!/bin/bash
git pull
# update changelog
cd ./src/ng-select/
node ../../node_modules/standard-version/bin/cli.js --infile ../../CHANGELOG.md
cd ../..
# build lib
yarn run build
# push tags
git push --follow-tags origin master
# push to npm
cp README.md ./dist/ng-select/
cd ./dist/ng-select/
yarn publish --access=public
|
from sklearn import tree
X = [[High, Low, Sunny]]
Y = [Rain]
clf = tree.DecisionTreeClassifier()
clf = clf.fit(X, Y) |
<gh_stars>1-10
// Copyright (c) 2001-2010 <NAME>
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/spirit/include/karma_upper_lower_case.hpp>
#include <boost/spirit/include/karma_char.hpp>
#include <boost/spirit/include/karma_string.hpp>
#include <boost/spirit/include/karma_generate.hpp>
#include <boost/spirit/include/karma_directive.hpp>
#include <boost/phoenix/core/value.hpp>
#include "test.hpp"
using namespace spirit_test;
///////////////////////////////////////////////////////////////////////////////
int
main()
{
using namespace boost::spirit;
{
using namespace boost::spirit::standard_wide;
BOOST_TEST(test(L"x", lower[L'X']));
BOOST_TEST(test(L"x", lower[L'x']));
BOOST_TEST(test(L"x", lower[char_], L'X'));
BOOST_TEST(test(L"x", lower[char_], L'x'));
BOOST_TEST(test(L"x", lower[char_(L'X')]));
BOOST_TEST(test(L"x", lower[char_(L'x')]));
BOOST_TEST(test(L" ", lower[space]));
BOOST_TEST(test(L"\t", lower[space], L'\t'));
BOOST_TEST(test(L"x", lower[lower[L'X']]));
BOOST_TEST(test(L"x", lower[lower[L'x']]));
BOOST_TEST(test(L"x", lower[lower[char_]], L'X'));
BOOST_TEST(test(L"x", lower[lower[char_]], L'x'));
BOOST_TEST(test(L"x", lower[lower[char_(L'X')]]));
BOOST_TEST(test(L"x", lower[lower[char_(L'x')]]));
BOOST_TEST(test(L" ", lower[lower[space]]));
BOOST_TEST(test(L"\t", lower[lower[space]], L'\t'));
BOOST_TEST(test(L"X", upper[lower[L'X']]));
BOOST_TEST(test(L"X", upper[lower[L'x']]));
BOOST_TEST(test(L"X", upper[lower[char_]], L'X'));
BOOST_TEST(test(L"X", upper[lower[char_]], L'x'));
BOOST_TEST(test(L"X", upper[lower[char_(L'X')]]));
BOOST_TEST(test(L"X", upper[lower[char_(L'x')]]));
BOOST_TEST(test(L" ", upper[lower[space]]));
BOOST_TEST(test(L"\t", upper[lower[space]], L'\t'));
BOOST_TEST(test(L"X", upper[L'X']));
BOOST_TEST(test(L"X", upper[L'x']));
BOOST_TEST(test(L"X", upper[char_], L'X'));
BOOST_TEST(test(L"X", upper[char_], L'x'));
BOOST_TEST(test(L"X", upper[char_(L'X')]));
BOOST_TEST(test(L"X", upper[char_(L'x')]));
BOOST_TEST(test(L" ", upper[space]));
BOOST_TEST(test(L"\t", upper[space], L'\t'));
BOOST_TEST(test(L"x", lower[upper[L'X']]));
BOOST_TEST(test(L"x", lower[upper[L'x']]));
BOOST_TEST(test(L"x", lower[upper[char_]], L'X'));
BOOST_TEST(test(L"x", lower[upper[char_]], L'x'));
BOOST_TEST(test(L"x", lower[upper[char_(L'X')]]));
BOOST_TEST(test(L"x", lower[upper[char_(L'x')]]));
BOOST_TEST(test(L" ", lower[upper[space]]));
BOOST_TEST(test(L"\t", lower[upper[space]], L'\t'));
BOOST_TEST(test(L"X", upper[upper[L'X']]));
BOOST_TEST(test(L"X", upper[upper[L'x']]));
BOOST_TEST(test(L"X", upper[upper[char_]], L'X'));
BOOST_TEST(test(L"X", upper[upper[char_]], L'x'));
BOOST_TEST(test(L"X", upper[upper[char_(L'X')]]));
BOOST_TEST(test(L"X", upper[upper[char_(L'x')]]));
BOOST_TEST(test(L" ", upper[upper[space]]));
BOOST_TEST(test(L"\t", upper[upper[space]], L'\t'));
}
{ // test extended ASCII characters
using namespace boost::spirit::iso8859_1;
BOOST_TEST(test("\xE4\xE4", lower["\xC4\xE4"]));
BOOST_TEST(test("\xE4\xE4", lower["\xC4\xE4"]));
BOOST_TEST(test("\xC4\xC4", upper["\xC4\xE4"]));
BOOST_TEST(test("\xC4\xC4", upper["\xC4\xE4"]));
}
{
using namespace boost::spirit::ascii;
using boost::phoenix::val;
BOOST_TEST(test("x", lower[val('X')]));
BOOST_TEST(test("x", lower[val('x')]));
}
return boost::report_errors();
}
|
#! /bin/sh
export LC_ALL=C
base=$(dirname $0)
. "${base}/md5.sh"
base64=tests/base64
test="${1#fate-}"
target_samples=$2
target_exec=$3
target_path=$4
command=$5
cmp=${6:-diff}
ref=${7:-"${base}/ref/fate/${test}"}
fuzz=${8:-1}
threads=${9:-1}
thread_type=${10:-frame+slice}
cpuflags=${11:-all}
cmp_shift=${12:-0}
cmp_target=${13:-0}
size_tolerance=${14:-0}
cmp_unit=${15:-2}
gen=${16:-no}
outdir="tests/data/fate"
outfile="${outdir}/${test}"
errfile="${outdir}/${test}.err"
cmpfile="${outdir}/${test}.diff"
repfile="${outdir}/${test}.rep"
target_path(){
test ${1} = ${1#/} && p=${target_path}/
echo ${p}${1}
}
# $1=value1, $2=value2, $3=threshold
# prints 0 if absolute difference between value1 and value2 is <= threshold
compare(){
echo "scale=2; v = $1 - $2; if (v < 0) v = -v; if (v > $3) r = 1; r" | bc
}
do_tiny_psnr(){
psnr=$(tests/tiny_psnr "$1" "$2" $cmp_unit $cmp_shift 0)
val=$(expr "$psnr" : ".*$3: *\([0-9.]*\)")
size1=$(expr "$psnr" : '.*bytes: *\([0-9]*\)')
size2=$(expr "$psnr" : '.*bytes:[ 0-9]*/ *\([0-9]*\)')
val_cmp=$(compare $val $cmp_target $fuzz)
size_cmp=$(compare $size1 $size2 $size_tolerance)
if [ "$val_cmp" != 0 ] || [ "$size_cmp" != 0 ]; then
echo "$psnr"
return 1
fi
}
oneoff(){
do_tiny_psnr "$1" "$2" MAXDIFF
}
stddev(){
do_tiny_psnr "$1" "$2" stddev
}
oneline(){
printf '%s\n' "$1" | diff -u -b - "$2"
}
run(){
test "${V:-0}" -gt 0 && echo "$target_exec" $target_path/"$@" >&3
$target_exec $target_path/"$@"
}
runecho(){
test "${V:-0}" -gt 0 && echo "$target_exec" $target_path/"$@" >&3
$target_exec $target_path/"$@" >&3
}
probefmt(){
run ffprobe -show_entries format=format_name -print_format default=nw=1:nk=1 -v 0 "$@"
}
probeframes(){
run ffprobe -show_frames -v 0 "$@"
}
ffmpeg(){
dec_opts="-threads $threads -thread_type $thread_type"
ffmpeg_args="-nostats -cpuflags $cpuflags"
for arg in $@; do
[ x${arg} = x-i ] && ffmpeg_args="${ffmpeg_args} ${dec_opts}"
ffmpeg_args="${ffmpeg_args} ${arg}"
done
run ffmpeg ${ffmpeg_args}
}
framecrc(){
ffmpeg "$@" -flags +bitexact -f framecrc -
}
framemd5(){
ffmpeg "$@" -flags +bitexact -f framemd5 -
}
crc(){
ffmpeg "$@" -f crc -
}
md5(){
ffmpeg "$@" md5:
}
pcm(){
ffmpeg "$@" -vn -f s16le -
}
fmtstdout(){
fmt=$1
shift 1
ffmpeg -flags +bitexact "$@" -f $fmt -
}
enc_dec_pcm(){
out_fmt=$1
dec_fmt=$2
pcm_fmt=$3
src_file=$(target_path $4)
shift 4
encfile="${outdir}/${test}.${out_fmt}"
cleanfiles=$encfile
encfile=$(target_path ${encfile})
ffmpeg -i $src_file "$@" -f $out_fmt -y ${encfile} || return
ffmpeg -flags +bitexact -i ${encfile} -c:a pcm_${pcm_fmt} -f ${dec_fmt} -
}
FLAGS="-flags +bitexact -sws_flags +accurate_rnd+bitexact -fflags +bitexact"
DEC_OPTS="-threads $threads -idct simple $FLAGS"
ENC_OPTS="-threads 1 -idct simple -dct fastint"
enc_dec(){
src_fmt=$1
srcfile=$2
enc_fmt=$3
enc_opt=$4
dec_fmt=$5
dec_opt=$6
encfile="${outdir}/${test}.${enc_fmt}"
decfile="${outdir}/${test}.out.${dec_fmt}"
cleanfiles="$cleanfiles $decfile"
test "$7" = -keep || cleanfiles="$cleanfiles $encfile"
tsrcfile=$(target_path $srcfile)
tencfile=$(target_path $encfile)
tdecfile=$(target_path $decfile)
ffmpeg -f $src_fmt $DEC_OPTS -i $tsrcfile $ENC_OPTS $enc_opt $FLAGS \
-f $enc_fmt -y $tencfile || return
do_md5sum $encfile
echo $(wc -c $encfile)
ffmpeg $8 $DEC_OPTS -i $tencfile $ENC_OPTS $dec_opt $FLAGS \
-f $dec_fmt -y $tdecfile || return
do_md5sum $decfile
tests/tiny_psnr $srcfile $decfile $cmp_unit $cmp_shift
}
lavffatetest(){
t="${test#lavf-fate-}"
ref=${base}/ref/lavf-fate/$t
${base}/lavf-regression.sh $t lavf-fate tests/vsynth1 "$target_exec" "$target_path" "$threads" "$thread_type" "$cpuflags" "$target_samples"
}
lavftest(){
t="${test#lavf-}"
ref=${base}/ref/lavf/$t
${base}/lavf-regression.sh $t lavf tests/vsynth1 "$target_exec" "$target_path" "$threads" "$thread_type" "$cpuflags" "$target_samples"
}
video_filter(){
filters=$1
shift
label=${test#filter-}
raw_src="${target_path}/tests/vsynth1/%02d.pgm"
printf '%-20s' $label
ffmpeg $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src \
$FLAGS $ENC_OPTS -vf "$filters" -vcodec rawvideo $* -f nut md5:
}
pixfmts(){
filter=${test#filter-pixfmts-}
filter=${filter%_*}
filter_args=$1
prefilter_chain=$2
showfiltfmts="$target_exec $target_path/libavfilter/filtfmts-test"
scale_exclude_fmts=${outfile}_scale_exclude_fmts
scale_in_fmts=${outfile}_scale_in_fmts
scale_out_fmts=${outfile}_scale_out_fmts
in_fmts=${outfile}_in_fmts
# exclude pixel formats which are not supported as input
$showfiltfmts scale | awk -F '[ \r]' '/^INPUT/{ fmt=substr($3, 5); print fmt }' | sort >$scale_in_fmts
$showfiltfmts scale | awk -F '[ \r]' '/^OUTPUT/{ fmt=substr($3, 5); print fmt }' | sort >$scale_out_fmts
comm -12 $scale_in_fmts $scale_out_fmts >$scale_exclude_fmts
$showfiltfmts $filter | awk -F '[ \r]' '/^INPUT/{ fmt=substr($3, 5); print fmt }' | sort >$in_fmts
pix_fmts=$(comm -12 $scale_exclude_fmts $in_fmts)
outertest=$test
for pix_fmt in $pix_fmts; do
test=$pix_fmt
video_filter "${prefilter_chain}format=$pix_fmt,$filter=$filter_args" -pix_fmt $pix_fmt
done
rm $in_fmts $scale_in_fmts $scale_out_fmts $scale_exclude_fmts
test=$outertest
}
mkdir -p "$outdir"
# Disable globbing: command arguments may contain globbing characters and
# must be kept verbatim
set -f
exec 3>&2
eval $command >"$outfile" 2>$errfile
err=$?
if [ $err -gt 128 ]; then
sig=$(kill -l $err 2>/dev/null)
test "${sig}" = "${sig%[!A-Za-z]*}" || unset sig
fi
if test -e "$ref" || test $cmp = "oneline" ; then
case $cmp in
diff) diff -u -b "$ref" "$outfile" >$cmpfile ;;
rawdiff)diff -u "$ref" "$outfile" >$cmpfile ;;
oneoff) oneoff "$ref" "$outfile" >$cmpfile ;;
stddev) stddev "$ref" "$outfile" >$cmpfile ;;
oneline)oneline "$ref" "$outfile" >$cmpfile ;;
null) cat "$outfile" >$cmpfile ;;
esac
cmperr=$?
test $err = 0 && err=$cmperr
test $err = 0 || cat $cmpfile
else
echo "reference file '$ref' not found"
err=1
fi
echo "${test}:${sig:-$err}:$($base64 <$cmpfile):$($base64 <$errfile)" >$repfile
if test $err != 0 && test $gen != "no" ; then
echo "GEN $ref"
cp -f "$outfile" "$ref"
err=$?
fi
if test $err = 0; then
rm -f $outfile $errfile $cmpfile $cleanfiles
elif test $gen = "no"; then
echo "Test $test failed. Look at $errfile for details."
test "${V:-0}" -gt 0 && cat $errfile
else
echo "Updating reference failed, possibly no output file was generated."
fi
exit $err
|
<gh_stars>100-1000
import {BaseService, Service} from "/@/core";
@Service("database")
class SysDatabaseList extends BaseService {
backup(params: any) {
return this.request({
url: "/backup",
method: "POST",
data: {
...params
}
});
}
repair(params: any) {
return this.request({
url: "/repair",
method: "POST",
data: {
...params
}
});
}
optimize(params: any) {
return this.request({
url: "/optimize",
method: "POST",
data: {
...params
}
});
}
}
export default SysDatabaseList;
|
/*
* Copyright 2021, GeoSolutions Sas.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
const path = require("path");
const projectConfig = require('./index.js');
const DefinePlugin = require("webpack/lib/DefinePlugin");
const extensionName = projectConfig.extensionName;
const frameworkPath = projectConfig.frameworkPath;
const createExtensionWebpackConfig = require(path.resolve(frameworkPath, '../../build/createExtensionWebpackConfig'));
const commons = require('./commons');
const webpackConfig = createExtensionWebpackConfig({
prod: false,
name: extensionName,
plugins: [
new DefinePlugin({ '__MAPSTORE_EXTENSION_CONFIG__': JSON.stringify({
name: extensionName,
version: projectConfig.version
}) })
],
...commons,
overrides: {
// serve translations (and index.json)
devServer: {
clientLogLevel: 'debug',
publicPath: "/extension/",
contentBase: './assets',
contentBasePublicPath: '/extension/'
}
}
});
module.exports = webpackConfig;
|
<reponame>LarsBehrenberg/e-wallet
import React from 'react';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { Grid, Card, CardContent, Button, Tooltip } from '@material-ui/core';
import avatar6 from '../../../assets/images/avatars/avatar6.jpg';
import avatar1 from '../../../assets/images/avatars/avatar1.jpg';
import stock3 from '../../../assets/images/stock-photos/stock-3.jpg';
import stock5 from '../../../assets/images/stock-photos/stock-5.jpg';
export default function LivePreviewExample() {
return (
<>
<Grid container spacing={6}>
<Grid item lg={6}>
<Card>
<div className="card-img-wrapper h-180px">
<div className="card-badges card-badges-bottom">
<div className="badge badge-danger">offline</div>
</div>
<img
alt="..."
className="card-img-top img-fit-container"
src={stock5}
/>
</div>
<CardContent className="text-center card-body-avatar">
<a
href="#/"
onClick={(e) => e.preventDefault()}
className="avatar-icon-wrapper card-box-hover rounded-circle card-box-hover-rise hover-scale-lg d-130">
<div className="avatar-icon rounded-circle">
<img alt="..." className="img-fluid" src={avatar6} />
</div>
</a>
<h3 className="font-weight-bold mt-4 mb-3"><NAME></h3>
<p className="card-text mb-3">
Premium admin template powered by the most popular UI components
framework available for React: Material-UI. Features hundreds of
examples making web development fast and easy. Start from one of
the individual apps included or from the general dashboard and
build beautiful scalable applications and presentation websites.
</p>
<div className="py-3">
<Tooltip title="Github">
<Button className="btn-github btn-pill d-60 p-0">
<span className="btn-wrapper--icon">
<FontAwesomeIcon
icon={['fab', 'github']}
className="font-size-xl"
/>
</span>
</Button>
</Tooltip>
<Tooltip title="Instagram" arrow>
<Button className="btn-instagram btn-pill d-60 p-0 mx-2">
<span className="btn-wrapper--icon">
<FontAwesomeIcon
icon={['fab', 'instagram']}
className="font-size-xl"
/>
</span>
</Button>
</Tooltip>
<Tooltip title="Google" arrow>
<Button className="btn-google btn-pill d-60 p-0">
<span className="btn-wrapper--icon">
<FontAwesomeIcon
icon={['fab', 'google']}
className="font-size-xl"
/>
</span>
</Button>
</Tooltip>
</div>
</CardContent>
</Card>
</Grid>
<Grid item lg={6}>
<Card>
<div className="card-img-wrapper h-180px">
<div className="card-badges card-badges-top">
<div className="badge badge-warning">Online</div>
</div>
<img
alt="..."
className="card-img-top img-fit-container"
src={stock3}
/>
</div>
<CardContent className="text-center card-body-avatar">
<a
href="#/"
onClick={(e) => e.preventDefault()}
className="avatar-icon-wrapper shadow-lg rounded-circle card-box-hover-rise d-130">
<div className="avatar-icon rounded-circle">
<img alt="..." className="img-fluid" src={avatar1} />
</div>
</a>
<h3 className="font-weight-bold mt-4 mb-3"><NAME></h3>
<p className="card-text mb-3">
Premium admin template powered by the most popular UI components
framework available for React: Material-UI. Features hundreds of
examples making web development fast and easy. Start from one of
the individual apps included or from the general dashboard and
build beautiful scalable applications and presentation websites.
</p>
<div className="py-3">
<Tooltip title="Github">
<Button className="btn-github text-github btn-pill bg-white border-2 d-60 p-0">
<span className="btn-wrapper--icon">
<FontAwesomeIcon
icon={['fab', 'github']}
className="font-size-xl"
/>
</span>
</Button>
</Tooltip>
<Tooltip title="Instagram" arrow>
<Button className="btn-instagram text-instagram btn-pill bg-white border-2 d-60 p-0 mx-2">
<span className="btn-wrapper--icon">
<FontAwesomeIcon
icon={['fab', 'instagram']}
className="font-size-xl"
/>
</span>
</Button>
</Tooltip>
<Tooltip title="Google" arrow>
<Button className="btn-google text-google btn-pill bg-white border-2 d-60 p-0">
<span className="btn-wrapper--icon">
<FontAwesomeIcon
icon={['fab', 'google']}
className="font-size-xl"
/>
</span>
</Button>
</Tooltip>
</div>
</CardContent>
</Card>
</Grid>
</Grid>
</>
);
}
|
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.example.laura.quiz;
public final class R {
public static final class anim {
public static final int abc_fade_in=0x7f010000;
public static final int abc_fade_out=0x7f010001;
public static final int abc_grow_fade_in_from_bottom=0x7f010002;
public static final int abc_popup_enter=0x7f010003;
public static final int abc_popup_exit=0x7f010004;
public static final int abc_shrink_fade_out_from_bottom=0x7f010005;
public static final int abc_slide_in_bottom=0x7f010006;
public static final int abc_slide_in_top=0x7f010007;
public static final int abc_slide_out_bottom=0x7f010008;
public static final int abc_slide_out_top=0x7f010009;
public static final int abc_tooltip_enter=0x7f01000a;
public static final int abc_tooltip_exit=0x7f01000b;
public static final int design_bottom_sheet_slide_in=0x7f01000c;
public static final int design_bottom_sheet_slide_out=0x7f01000d;
public static final int design_snackbar_in=0x7f01000e;
public static final int design_snackbar_out=0x7f01000f;
}
public static final class animator {
public static final int design_appbar_state_list_animator=0x7f020000;
}
public static final class attr {
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionBarDivider=0x7f030000;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionBarItemBackground=0x7f030001;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionBarPopupTheme=0x7f030002;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>wrap_content</td><td>0</td><td></td></tr>
* </table>
*/
public static final int actionBarSize=0x7f030003;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionBarSplitStyle=0x7f030004;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionBarStyle=0x7f030005;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionBarTabBarStyle=0x7f030006;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionBarTabStyle=0x7f030007;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionBarTabTextStyle=0x7f030008;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionBarTheme=0x7f030009;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionBarWidgetTheme=0x7f03000a;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionButtonStyle=0x7f03000b;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionDropDownStyle=0x7f03000c;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionLayout=0x7f03000d;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionMenuTextAppearance=0x7f03000e;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int actionMenuTextColor=0x7f03000f;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionModeBackground=0x7f030010;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionModeCloseButtonStyle=0x7f030011;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionModeCloseDrawable=0x7f030012;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionModeCopyDrawable=0x7f030013;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionModeCutDrawable=0x7f030014;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionModeFindDrawable=0x7f030015;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionModePasteDrawable=0x7f030016;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionModePopupWindowStyle=0x7f030017;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionModeSelectAllDrawable=0x7f030018;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionModeShareDrawable=0x7f030019;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionModeSplitBackground=0x7f03001a;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionModeStyle=0x7f03001b;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionModeWebSearchDrawable=0x7f03001c;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionOverflowButtonStyle=0x7f03001d;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int actionOverflowMenuStyle=0x7f03001e;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int actionProviderClass=0x7f03001f;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int actionViewClass=0x7f030020;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int activityChooserViewStyle=0x7f030021;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int alertDialogButtonGroupStyle=0x7f030022;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int alertDialogCenterButtons=0x7f030023;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int alertDialogStyle=0x7f030024;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int alertDialogTheme=0x7f030025;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int allowStacking=0x7f030026;
/**
* <p>May be a floating point value, such as "<code>1.2</code>".
*/
public static final int alpha=0x7f030027;
/**
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>ALT</td><td>2</td><td></td></tr>
* <tr><td>CTRL</td><td>1000</td><td></td></tr>
* <tr><td>FUNCTION</td><td>8</td><td></td></tr>
* <tr><td>META</td><td>10000</td><td></td></tr>
* <tr><td>SHIFT</td><td>1</td><td></td></tr>
* <tr><td>SYM</td><td>4</td><td></td></tr>
* </table>
*/
public static final int alphabeticModifiers=0x7f030028;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int arrowHeadLength=0x7f030029;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int arrowShaftLength=0x7f03002a;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int autoCompleteTextViewStyle=0x7f03002b;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int autoSizeMaxTextSize=0x7f03002c;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int autoSizeMinTextSize=0x7f03002d;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int autoSizePresetSizes=0x7f03002e;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int autoSizeStepGranularity=0x7f03002f;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>none</td><td>0</td><td></td></tr>
* <tr><td>uniform</td><td>1</td><td></td></tr>
* </table>
*/
public static final int autoSizeTextType=0x7f030030;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int background=0x7f030031;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int backgroundSplit=0x7f030032;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int backgroundStacked=0x7f030033;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int backgroundTint=0x7f030034;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>add</td><td>10</td><td></td></tr>
* <tr><td>multiply</td><td>e</td><td></td></tr>
* <tr><td>screen</td><td>f</td><td></td></tr>
* <tr><td>src_atop</td><td>9</td><td></td></tr>
* <tr><td>src_in</td><td>5</td><td></td></tr>
* <tr><td>src_over</td><td>3</td><td></td></tr>
* </table>
*/
public static final int backgroundTintMode=0x7f030035;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int barLength=0x7f030036;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int barrierAllowsGoneWidgets=0x7f030037;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>bottom</td><td>3</td><td></td></tr>
* <tr><td>end</td><td>6</td><td></td></tr>
* <tr><td>left</td><td>0</td><td></td></tr>
* <tr><td>right</td><td>1</td><td></td></tr>
* <tr><td>start</td><td>5</td><td></td></tr>
* <tr><td>top</td><td>2</td><td></td></tr>
* </table>
*/
public static final int barrierDirection=0x7f030038;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int behavior_autoHide=0x7f030039;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int behavior_hideable=0x7f03003a;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int behavior_overlapTop=0x7f03003b;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>auto</td><td>ffffffff</td><td></td></tr>
* </table>
*/
public static final int behavior_peekHeight=0x7f03003c;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int behavior_skipCollapsed=0x7f03003d;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int borderWidth=0x7f03003e;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int borderlessButtonStyle=0x7f03003f;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int bottomSheetDialogTheme=0x7f030040;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int bottomSheetStyle=0x7f030041;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int buttonBarButtonStyle=0x7f030042;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int buttonBarNegativeButtonStyle=0x7f030043;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int buttonBarNeutralButtonStyle=0x7f030044;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int buttonBarPositiveButtonStyle=0x7f030045;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int buttonBarStyle=0x7f030046;
/**
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>bottom</td><td>50</td><td></td></tr>
* <tr><td>top</td><td>30</td><td></td></tr>
* </table>
*/
public static final int buttonGravity=0x7f030047;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int buttonIconDimen=0x7f030048;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int buttonPanelSideLayout=0x7f030049;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int buttonStyle=0x7f03004a;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int buttonStyleSmall=0x7f03004b;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int buttonTint=0x7f03004c;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>add</td><td>10</td><td></td></tr>
* <tr><td>multiply</td><td>e</td><td></td></tr>
* <tr><td>screen</td><td>f</td><td></td></tr>
* <tr><td>src_atop</td><td>9</td><td></td></tr>
* <tr><td>src_in</td><td>5</td><td></td></tr>
* <tr><td>src_over</td><td>3</td><td></td></tr>
* </table>
*/
public static final int buttonTintMode=0x7f03004d;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int chainUseRtl=0x7f03004e;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int checkboxStyle=0x7f03004f;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int checkedTextViewStyle=0x7f030050;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int closeIcon=0x7f030051;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int closeItemLayout=0x7f030052;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int collapseContentDescription=0x7f030053;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int collapseIcon=0x7f030054;
/**
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>bottom</td><td>50</td><td></td></tr>
* <tr><td>center</td><td>11</td><td></td></tr>
* <tr><td>center_horizontal</td><td>1</td><td></td></tr>
* <tr><td>center_vertical</td><td>10</td><td></td></tr>
* <tr><td>end</td><td>800005</td><td></td></tr>
* <tr><td>fill_vertical</td><td>70</td><td></td></tr>
* <tr><td>left</td><td>3</td><td></td></tr>
* <tr><td>right</td><td>5</td><td></td></tr>
* <tr><td>start</td><td>800003</td><td></td></tr>
* <tr><td>top</td><td>30</td><td></td></tr>
* </table>
*/
public static final int collapsedTitleGravity=0x7f030055;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int collapsedTitleTextAppearance=0x7f030056;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int color=0x7f030057;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int colorAccent=0x7f030058;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int colorBackgroundFloating=0x7f030059;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int colorButtonNormal=0x7f03005a;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int colorControlActivated=0x7f03005b;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int colorControlHighlight=0x7f03005c;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int colorControlNormal=0x7f03005d;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int colorError=0x7f03005e;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int colorPrimary=0x7f03005f;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int colorPrimaryDark=0x7f030060;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int colorSwitchThumbNormal=0x7f030061;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int commitIcon=0x7f030062;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int constraintSet=0x7f030063;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int constraint_referenced_ids=0x7f030064;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int content=0x7f030065;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int contentDescription=0x7f030066;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int contentInsetEnd=0x7f030067;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int contentInsetEndWithActions=0x7f030068;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int contentInsetLeft=0x7f030069;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int contentInsetRight=0x7f03006a;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int contentInsetStart=0x7f03006b;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int contentInsetStartWithNavigation=0x7f03006c;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int contentScrim=0x7f03006d;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int controlBackground=0x7f03006e;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int coordinatorLayoutStyle=0x7f03006f;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int counterEnabled=0x7f030070;
/**
* <p>May be an integer value, such as "<code>100</code>".
*/
public static final int counterMaxLength=0x7f030071;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int counterOverflowTextAppearance=0x7f030072;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int counterTextAppearance=0x7f030073;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int customNavigationLayout=0x7f030074;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int defaultQueryHint=0x7f030075;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int dialogPreferredPadding=0x7f030076;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int dialogTheme=0x7f030077;
/**
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>disableHome</td><td>20</td><td></td></tr>
* <tr><td>homeAsUp</td><td>4</td><td></td></tr>
* <tr><td>none</td><td>0</td><td></td></tr>
* <tr><td>showCustom</td><td>10</td><td></td></tr>
* <tr><td>showHome</td><td>2</td><td></td></tr>
* <tr><td>showTitle</td><td>8</td><td></td></tr>
* <tr><td>useLogo</td><td>1</td><td></td></tr>
* </table>
*/
public static final int displayOptions=0x7f030078;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int divider=0x7f030079;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int dividerHorizontal=0x7f03007a;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int dividerPadding=0x7f03007b;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int dividerVertical=0x7f03007c;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int drawableSize=0x7f03007d;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int drawerArrowStyle=0x7f03007e;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int dropDownListViewStyle=0x7f03007f;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int dropdownListPreferredItemHeight=0x7f030080;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int editTextBackground=0x7f030081;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int editTextColor=0x7f030082;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int editTextStyle=0x7f030083;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int elevation=0x7f030084;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>gone</td><td>0</td><td></td></tr>
* <tr><td>invisible</td><td>1</td><td></td></tr>
* </table>
*/
public static final int emptyVisibility=0x7f030085;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int errorEnabled=0x7f030086;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int errorTextAppearance=0x7f030087;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int expandActivityOverflowButtonDrawable=0x7f030088;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int expanded=0x7f030089;
/**
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>bottom</td><td>50</td><td></td></tr>
* <tr><td>center</td><td>11</td><td></td></tr>
* <tr><td>center_horizontal</td><td>1</td><td></td></tr>
* <tr><td>center_vertical</td><td>10</td><td></td></tr>
* <tr><td>end</td><td>800005</td><td></td></tr>
* <tr><td>fill_vertical</td><td>70</td><td></td></tr>
* <tr><td>left</td><td>3</td><td></td></tr>
* <tr><td>right</td><td>5</td><td></td></tr>
* <tr><td>start</td><td>800003</td><td></td></tr>
* <tr><td>top</td><td>30</td><td></td></tr>
* </table>
*/
public static final int expandedTitleGravity=0x7f03008a;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int expandedTitleMargin=0x7f03008b;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int expandedTitleMarginBottom=0x7f03008c;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int expandedTitleMarginEnd=0x7f03008d;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int expandedTitleMarginStart=0x7f03008e;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int expandedTitleMarginTop=0x7f03008f;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int expandedTitleTextAppearance=0x7f030090;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int fabCustomSize=0x7f030091;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>auto</td><td>ffffffff</td><td></td></tr>
* <tr><td>mini</td><td>1</td><td></td></tr>
* <tr><td>normal</td><td>0</td><td></td></tr>
* </table>
*/
public static final int fabSize=0x7f030092;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int fastScrollEnabled=0x7f030093;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int fastScrollHorizontalThumbDrawable=0x7f030094;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int fastScrollHorizontalTrackDrawable=0x7f030095;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int fastScrollVerticalThumbDrawable=0x7f030096;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int fastScrollVerticalTrackDrawable=0x7f030097;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int font=0x7f030098;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int fontFamily=0x7f030099;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int fontProviderAuthority=0x7f03009a;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int fontProviderCerts=0x7f03009b;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>async</td><td>1</td><td></td></tr>
* <tr><td>blocking</td><td>0</td><td></td></tr>
* </table>
*/
public static final int fontProviderFetchStrategy=0x7f03009c;
/**
* <p>May be an integer value, such as "<code>100</code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>forever</td><td>ffffffff</td><td></td></tr>
* </table>
*/
public static final int fontProviderFetchTimeout=0x7f03009d;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int fontProviderPackage=0x7f03009e;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int fontProviderQuery=0x7f03009f;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>italic</td><td>1</td><td></td></tr>
* <tr><td>normal</td><td>0</td><td></td></tr>
* </table>
*/
public static final int fontStyle=0x7f0300a0;
/**
* <p>May be an integer value, such as "<code>100</code>".
*/
public static final int fontWeight=0x7f0300a1;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int foregroundInsidePadding=0x7f0300a2;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int gapBetweenBars=0x7f0300a3;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int goIcon=0x7f0300a4;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int headerLayout=0x7f0300a5;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int height=0x7f0300a6;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int hideOnContentScroll=0x7f0300a7;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int hintAnimationEnabled=0x7f0300a8;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int hintEnabled=0x7f0300a9;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int hintTextAppearance=0x7f0300aa;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int homeAsUpIndicator=0x7f0300ab;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int homeLayout=0x7f0300ac;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int icon=0x7f0300ad;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int iconTint=0x7f0300ae;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>add</td><td>10</td><td></td></tr>
* <tr><td>multiply</td><td>e</td><td></td></tr>
* <tr><td>screen</td><td>f</td><td></td></tr>
* <tr><td>src_atop</td><td>9</td><td></td></tr>
* <tr><td>src_in</td><td>5</td><td></td></tr>
* <tr><td>src_over</td><td>3</td><td></td></tr>
* </table>
*/
public static final int iconTintMode=0x7f0300af;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int iconifiedByDefault=0x7f0300b0;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int imageButtonStyle=0x7f0300b1;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int indeterminateProgressStyle=0x7f0300b2;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int initialActivityCount=0x7f0300b3;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int insetForeground=0x7f0300b4;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int isLightTheme=0x7f0300b5;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int itemBackground=0x7f0300b6;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int itemIconTint=0x7f0300b7;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int itemPadding=0x7f0300b8;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int itemTextAppearance=0x7f0300b9;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int itemTextColor=0x7f0300ba;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int keylines=0x7f0300bb;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int layout=0x7f0300bc;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int layoutManager=0x7f0300bd;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int layout_anchor=0x7f0300be;
/**
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>bottom</td><td>50</td><td></td></tr>
* <tr><td>center</td><td>11</td><td></td></tr>
* <tr><td>center_horizontal</td><td>1</td><td></td></tr>
* <tr><td>center_vertical</td><td>10</td><td></td></tr>
* <tr><td>clip_horizontal</td><td>8</td><td></td></tr>
* <tr><td>clip_vertical</td><td>80</td><td></td></tr>
* <tr><td>end</td><td>800005</td><td></td></tr>
* <tr><td>fill</td><td>77</td><td></td></tr>
* <tr><td>fill_horizontal</td><td>7</td><td></td></tr>
* <tr><td>fill_vertical</td><td>70</td><td></td></tr>
* <tr><td>left</td><td>3</td><td></td></tr>
* <tr><td>right</td><td>5</td><td></td></tr>
* <tr><td>start</td><td>800003</td><td></td></tr>
* <tr><td>top</td><td>30</td><td></td></tr>
* </table>
*/
public static final int layout_anchorGravity=0x7f0300bf;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int layout_behavior=0x7f0300c0;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>none</td><td>0</td><td></td></tr>
* <tr><td>parallax</td><td>2</td><td></td></tr>
* <tr><td>pin</td><td>1</td><td></td></tr>
* </table>
*/
public static final int layout_collapseMode=0x7f0300c1;
/**
* <p>May be a floating point value, such as "<code>1.2</code>".
*/
public static final int layout_collapseParallaxMultiplier=0x7f0300c2;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int layout_constrainedHeight=0x7f0300c3;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int layout_constrainedWidth=0x7f0300c4;
/**
* <p>May be an integer value, such as "<code>100</code>".
*/
public static final int layout_constraintBaseline_creator=0x7f0300c5;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*/
public static final int layout_constraintBaseline_toBaselineOf=0x7f0300c6;
/**
* <p>May be an integer value, such as "<code>100</code>".
*/
public static final int layout_constraintBottom_creator=0x7f0300c7;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*/
public static final int layout_constraintBottom_toBottomOf=0x7f0300c8;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*/
public static final int layout_constraintBottom_toTopOf=0x7f0300c9;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int layout_constraintCircle=0x7f0300ca;
/**
* <p>May be an integer value, such as "<code>100</code>".
*/
public static final int layout_constraintCircleAngle=0x7f0300cb;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int layout_constraintCircleRadius=0x7f0300cc;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int layout_constraintDimensionRatio=0x7f0300cd;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*/
public static final int layout_constraintEnd_toEndOf=0x7f0300ce;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*/
public static final int layout_constraintEnd_toStartOf=0x7f0300cf;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int layout_constraintGuide_begin=0x7f0300d0;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int layout_constraintGuide_end=0x7f0300d1;
/**
* <p>May be a floating point value, such as "<code>1.2</code>".
*/
public static final int layout_constraintGuide_percent=0x7f0300d2;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>percent</td><td>2</td><td></td></tr>
* <tr><td>spread</td><td>0</td><td></td></tr>
* <tr><td>wrap</td><td>1</td><td></td></tr>
* </table>
*/
public static final int layout_constraintHeight_default=0x7f0300d3;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>wrap</td><td>fffffffe</td><td></td></tr>
* </table>
*/
public static final int layout_constraintHeight_max=0x7f0300d4;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>wrap</td><td>fffffffe</td><td></td></tr>
* </table>
*/
public static final int layout_constraintHeight_min=0x7f0300d5;
/**
* <p>May be a floating point value, such as "<code>1.2</code>".
*/
public static final int layout_constraintHeight_percent=0x7f0300d6;
/**
* <p>May be a floating point value, such as "<code>1.2</code>".
*/
public static final int layout_constraintHorizontal_bias=0x7f0300d7;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>packed</td><td>2</td><td></td></tr>
* <tr><td>spread</td><td>0</td><td></td></tr>
* <tr><td>spread_inside</td><td>1</td><td></td></tr>
* </table>
*/
public static final int layout_constraintHorizontal_chainStyle=0x7f0300d8;
/**
* <p>May be a floating point value, such as "<code>1.2</code>".
*/
public static final int layout_constraintHorizontal_weight=0x7f0300d9;
/**
* <p>May be an integer value, such as "<code>100</code>".
*/
public static final int layout_constraintLeft_creator=0x7f0300da;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*/
public static final int layout_constraintLeft_toLeftOf=0x7f0300db;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*/
public static final int layout_constraintLeft_toRightOf=0x7f0300dc;
/**
* <p>May be an integer value, such as "<code>100</code>".
*/
public static final int layout_constraintRight_creator=0x7f0300dd;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*/
public static final int layout_constraintRight_toLeftOf=0x7f0300de;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*/
public static final int layout_constraintRight_toRightOf=0x7f0300df;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*/
public static final int layout_constraintStart_toEndOf=0x7f0300e0;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*/
public static final int layout_constraintStart_toStartOf=0x7f0300e1;
/**
* <p>May be an integer value, such as "<code>100</code>".
*/
public static final int layout_constraintTop_creator=0x7f0300e2;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*/
public static final int layout_constraintTop_toBottomOf=0x7f0300e3;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*/
public static final int layout_constraintTop_toTopOf=0x7f0300e4;
/**
* <p>May be a floating point value, such as "<code>1.2</code>".
*/
public static final int layout_constraintVertical_bias=0x7f0300e5;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>packed</td><td>2</td><td></td></tr>
* <tr><td>spread</td><td>0</td><td></td></tr>
* <tr><td>spread_inside</td><td>1</td><td></td></tr>
* </table>
*/
public static final int layout_constraintVertical_chainStyle=0x7f0300e6;
/**
* <p>May be a floating point value, such as "<code>1.2</code>".
*/
public static final int layout_constraintVertical_weight=0x7f0300e7;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>percent</td><td>2</td><td></td></tr>
* <tr><td>spread</td><td>0</td><td></td></tr>
* <tr><td>wrap</td><td>1</td><td></td></tr>
* </table>
*/
public static final int layout_constraintWidth_default=0x7f0300e8;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>wrap</td><td>fffffffe</td><td></td></tr>
* </table>
*/
public static final int layout_constraintWidth_max=0x7f0300e9;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>wrap</td><td>fffffffe</td><td></td></tr>
* </table>
*/
public static final int layout_constraintWidth_min=0x7f0300ea;
/**
* <p>May be a floating point value, such as "<code>1.2</code>".
*/
public static final int layout_constraintWidth_percent=0x7f0300eb;
/**
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>all</td><td>77</td><td></td></tr>
* <tr><td>bottom</td><td>50</td><td></td></tr>
* <tr><td>end</td><td>800005</td><td></td></tr>
* <tr><td>left</td><td>3</td><td></td></tr>
* <tr><td>none</td><td>0</td><td></td></tr>
* <tr><td>right</td><td>5</td><td></td></tr>
* <tr><td>start</td><td>800003</td><td></td></tr>
* <tr><td>top</td><td>30</td><td></td></tr>
* </table>
*/
public static final int layout_dodgeInsetEdges=0x7f0300ec;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int layout_editor_absoluteX=0x7f0300ed;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int layout_editor_absoluteY=0x7f0300ee;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int layout_goneMarginBottom=0x7f0300ef;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int layout_goneMarginEnd=0x7f0300f0;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int layout_goneMarginLeft=0x7f0300f1;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int layout_goneMarginRight=0x7f0300f2;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int layout_goneMarginStart=0x7f0300f3;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int layout_goneMarginTop=0x7f0300f4;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>bottom</td><td>50</td><td></td></tr>
* <tr><td>end</td><td>800005</td><td></td></tr>
* <tr><td>left</td><td>3</td><td></td></tr>
* <tr><td>none</td><td>0</td><td></td></tr>
* <tr><td>right</td><td>5</td><td></td></tr>
* <tr><td>start</td><td>800003</td><td></td></tr>
* <tr><td>top</td><td>30</td><td></td></tr>
* </table>
*/
public static final int layout_insetEdge=0x7f0300f5;
/**
* <p>May be an integer value, such as "<code>100</code>".
*/
public static final int layout_keyline=0x7f0300f6;
/**
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>barrier</td><td>2</td><td></td></tr>
* <tr><td>chains</td><td>4</td><td></td></tr>
* <tr><td>dimensions</td><td>8</td><td></td></tr>
* <tr><td>direct</td><td>1</td><td>direct, barriers, chains</td></tr>
* <tr><td>groups</td><td>20</td><td></td></tr>
* <tr><td>none</td><td>0</td><td></td></tr>
* <tr><td>standard</td><td>7</td><td></td></tr>
* </table>
*/
public static final int layout_optimizationLevel=0x7f0300f7;
/**
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>enterAlways</td><td>4</td><td></td></tr>
* <tr><td>enterAlwaysCollapsed</td><td>8</td><td></td></tr>
* <tr><td>exitUntilCollapsed</td><td>2</td><td></td></tr>
* <tr><td>scroll</td><td>1</td><td></td></tr>
* <tr><td>snap</td><td>10</td><td></td></tr>
* </table>
*/
public static final int layout_scrollFlags=0x7f0300f8;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int layout_scrollInterpolator=0x7f0300f9;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int listChoiceBackgroundIndicator=0x7f0300fa;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int listDividerAlertDialog=0x7f0300fb;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int listItemLayout=0x7f0300fc;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int listLayout=0x7f0300fd;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int listMenuViewStyle=0x7f0300fe;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int listPopupWindowStyle=0x7f0300ff;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int listPreferredItemHeight=0x7f030100;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int listPreferredItemHeightLarge=0x7f030101;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int listPreferredItemHeightSmall=0x7f030102;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int listPreferredItemPaddingLeft=0x7f030103;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int listPreferredItemPaddingRight=0x7f030104;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int logo=0x7f030105;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int logoDescription=0x7f030106;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int maxActionInlineWidth=0x7f030107;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int maxButtonHeight=0x7f030108;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int measureWithLargestChild=0x7f030109;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int menu=0x7f03010a;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int multiChoiceItemLayout=0x7f03010b;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int navigationContentDescription=0x7f03010c;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int navigationIcon=0x7f03010d;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>listMode</td><td>1</td><td></td></tr>
* <tr><td>normal</td><td>0</td><td></td></tr>
* <tr><td>tabMode</td><td>2</td><td></td></tr>
* </table>
*/
public static final int navigationMode=0x7f03010e;
/**
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>ALT</td><td>2</td><td></td></tr>
* <tr><td>CTRL</td><td>1000</td><td></td></tr>
* <tr><td>FUNCTION</td><td>8</td><td></td></tr>
* <tr><td>META</td><td>10000</td><td></td></tr>
* <tr><td>SHIFT</td><td>1</td><td></td></tr>
* <tr><td>SYM</td><td>4</td><td></td></tr>
* </table>
*/
public static final int numericModifiers=0x7f03010f;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int overlapAnchor=0x7f030110;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int paddingBottomNoButtons=0x7f030111;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int paddingEnd=0x7f030112;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int paddingStart=0x7f030113;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int paddingTopNoTitle=0x7f030114;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int panelBackground=0x7f030115;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int panelMenuListTheme=0x7f030116;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int panelMenuListWidth=0x7f030117;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int passwordToggleContentDescription=0x7f030118;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int passwordToggleDrawable=0x7f030119;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int passwordToggleEnabled=0x7f03011a;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int passwordToggleTint=0x7f03011b;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>multiply</td><td>e</td><td></td></tr>
* <tr><td>screen</td><td>f</td><td></td></tr>
* <tr><td>src_atop</td><td>9</td><td></td></tr>
* <tr><td>src_in</td><td>5</td><td></td></tr>
* <tr><td>src_over</td><td>3</td><td></td></tr>
* </table>
*/
public static final int passwordToggleTintMode=0x7f03011c;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int popupMenuStyle=0x7f03011d;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int popupTheme=0x7f03011e;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int popupWindowStyle=0x7f03011f;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int preserveIconSpacing=0x7f030120;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int pressedTranslationZ=0x7f030121;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int progressBarPadding=0x7f030122;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int progressBarStyle=0x7f030123;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int queryBackground=0x7f030124;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int queryHint=0x7f030125;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int radioButtonStyle=0x7f030126;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int ratingBarStyle=0x7f030127;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int ratingBarStyleIndicator=0x7f030128;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int ratingBarStyleSmall=0x7f030129;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int reverseLayout=0x7f03012a;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int rippleColor=0x7f03012b;
/**
* <p>May be an integer value, such as "<code>100</code>".
*/
public static final int scrimAnimationDuration=0x7f03012c;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int scrimVisibleHeightTrigger=0x7f03012d;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int searchHintIcon=0x7f03012e;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int searchIcon=0x7f03012f;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int searchViewStyle=0x7f030130;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int seekBarStyle=0x7f030131;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int selectableItemBackground=0x7f030132;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int selectableItemBackgroundBorderless=0x7f030133;
/**
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>always</td><td>2</td><td></td></tr>
* <tr><td>collapseActionView</td><td>8</td><td></td></tr>
* <tr><td>ifRoom</td><td>1</td><td></td></tr>
* <tr><td>never</td><td>0</td><td></td></tr>
* <tr><td>withText</td><td>4</td><td></td></tr>
* </table>
*/
public static final int showAsAction=0x7f030134;
/**
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>beginning</td><td>1</td><td></td></tr>
* <tr><td>end</td><td>4</td><td></td></tr>
* <tr><td>middle</td><td>2</td><td></td></tr>
* <tr><td>none</td><td>0</td><td></td></tr>
* </table>
*/
public static final int showDividers=0x7f030135;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int showText=0x7f030136;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int showTitle=0x7f030137;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int singleChoiceItemLayout=0x7f030138;
/**
* <p>May be an integer value, such as "<code>100</code>".
*/
public static final int spanCount=0x7f030139;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int spinBars=0x7f03013a;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int spinnerDropDownItemStyle=0x7f03013b;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int spinnerStyle=0x7f03013c;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int splitTrack=0x7f03013d;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int srcCompat=0x7f03013e;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int stackFromEnd=0x7f03013f;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int state_above_anchor=0x7f030140;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int state_collapsed=0x7f030141;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int state_collapsible=0x7f030142;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int statusBarBackground=0x7f030143;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int statusBarScrim=0x7f030144;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int subMenuArrow=0x7f030145;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int submitBackground=0x7f030146;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int subtitle=0x7f030147;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int subtitleTextAppearance=0x7f030148;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int subtitleTextColor=0x7f030149;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int subtitleTextStyle=0x7f03014a;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int suggestionRowLayout=0x7f03014b;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int switchMinWidth=0x7f03014c;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int switchPadding=0x7f03014d;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int switchStyle=0x7f03014e;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int switchTextAppearance=0x7f03014f;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int tabBackground=0x7f030150;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int tabContentStart=0x7f030151;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>center</td><td>1</td><td></td></tr>
* <tr><td>fill</td><td>0</td><td></td></tr>
* </table>
*/
public static final int tabGravity=0x7f030152;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int tabIndicatorColor=0x7f030153;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int tabIndicatorHeight=0x7f030154;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int tabMaxWidth=0x7f030155;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int tabMinWidth=0x7f030156;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>fixed</td><td>1</td><td></td></tr>
* <tr><td>scrollable</td><td>0</td><td></td></tr>
* </table>
*/
public static final int tabMode=0x7f030157;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int tabPadding=0x7f030158;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int tabPaddingBottom=0x7f030159;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int tabPaddingEnd=0x7f03015a;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int tabPaddingStart=0x7f03015b;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int tabPaddingTop=0x7f03015c;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int tabSelectedTextColor=0x7f03015d;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int tabTextAppearance=0x7f03015e;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int tabTextColor=0x7f03015f;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int textAllCaps=0x7f030160;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int textAppearanceLargePopupMenu=0x7f030161;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int textAppearanceListItem=0x7f030162;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int textAppearanceListItemSecondary=0x7f030163;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int textAppearanceListItemSmall=0x7f030164;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int textAppearancePopupMenuHeader=0x7f030165;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int textAppearanceSearchResultSubtitle=0x7f030166;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int textAppearanceSearchResultTitle=0x7f030167;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int textAppearanceSmallPopupMenu=0x7f030168;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int textColorAlertDialogListItem=0x7f030169;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int textColorError=0x7f03016a;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int textColorSearchUrl=0x7f03016b;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int theme=0x7f03016c;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int thickness=0x7f03016d;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int thumbTextPadding=0x7f03016e;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int thumbTint=0x7f03016f;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>add</td><td>10</td><td></td></tr>
* <tr><td>multiply</td><td>e</td><td></td></tr>
* <tr><td>screen</td><td>f</td><td></td></tr>
* <tr><td>src_atop</td><td>9</td><td></td></tr>
* <tr><td>src_in</td><td>5</td><td></td></tr>
* <tr><td>src_over</td><td>3</td><td></td></tr>
* </table>
*/
public static final int thumbTintMode=0x7f030170;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int tickMark=0x7f030171;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int tickMarkTint=0x7f030172;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>add</td><td>10</td><td></td></tr>
* <tr><td>multiply</td><td>e</td><td></td></tr>
* <tr><td>screen</td><td>f</td><td></td></tr>
* <tr><td>src_atop</td><td>9</td><td></td></tr>
* <tr><td>src_in</td><td>5</td><td></td></tr>
* <tr><td>src_over</td><td>3</td><td></td></tr>
* </table>
*/
public static final int tickMarkTintMode=0x7f030173;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int tint=0x7f030174;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>add</td><td>10</td><td></td></tr>
* <tr><td>multiply</td><td>e</td><td></td></tr>
* <tr><td>screen</td><td>f</td><td></td></tr>
* <tr><td>src_atop</td><td>9</td><td></td></tr>
* <tr><td>src_in</td><td>5</td><td></td></tr>
* <tr><td>src_over</td><td>3</td><td></td></tr>
* </table>
*/
public static final int tintMode=0x7f030175;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int title=0x7f030176;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int titleEnabled=0x7f030177;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int titleMargin=0x7f030178;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int titleMarginBottom=0x7f030179;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int titleMarginEnd=0x7f03017a;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int titleMarginStart=0x7f03017b;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int titleMarginTop=0x7f03017c;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*/
public static final int titleMargins=0x7f03017d;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int titleTextAppearance=0x7f03017e;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int titleTextColor=0x7f03017f;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int titleTextStyle=0x7f030180;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int toolbarId=0x7f030181;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int toolbarNavigationButtonStyle=0x7f030182;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int toolbarStyle=0x7f030183;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int tooltipForegroundColor=0x7f030184;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int tooltipFrameBackground=0x7f030185;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int tooltipText=0x7f030186;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int track=0x7f030187;
/**
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*/
public static final int trackTint=0x7f030188;
/**
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>add</td><td>10</td><td></td></tr>
* <tr><td>multiply</td><td>e</td><td></td></tr>
* <tr><td>screen</td><td>f</td><td></td></tr>
* <tr><td>src_atop</td><td>9</td><td></td></tr>
* <tr><td>src_in</td><td>5</td><td></td></tr>
* <tr><td>src_over</td><td>3</td><td></td></tr>
* </table>
*/
public static final int trackTintMode=0x7f030189;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int useCompatPadding=0x7f03018a;
/**
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*/
public static final int viewInflaterClass=0x7f03018b;
/**
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*/
public static final int voiceIcon=0x7f03018c;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int windowActionBar=0x7f03018d;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int windowActionBarOverlay=0x7f03018e;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int windowActionModeOverlay=0x7f03018f;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>May be a fractional value, which is a floating point number appended with
* either % or %p, such as "<code>14.5%</code>".
* The % suffix always means a percentage of the base size;
* the optional %p suffix provides a size relative to some parent container.
*/
public static final int windowFixedHeightMajor=0x7f030190;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>May be a fractional value, which is a floating point number appended with
* either % or %p, such as "<code>14.5%</code>".
* The % suffix always means a percentage of the base size;
* the optional %p suffix provides a size relative to some parent container.
*/
public static final int windowFixedHeightMinor=0x7f030191;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>May be a fractional value, which is a floating point number appended with
* either % or %p, such as "<code>14.5%</code>".
* The % suffix always means a percentage of the base size;
* the optional %p suffix provides a size relative to some parent container.
*/
public static final int windowFixedWidthMajor=0x7f030192;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>May be a fractional value, which is a floating point number appended with
* either % or %p, such as "<code>14.5%</code>".
* The % suffix always means a percentage of the base size;
* the optional %p suffix provides a size relative to some parent container.
*/
public static final int windowFixedWidthMinor=0x7f030193;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>May be a fractional value, which is a floating point number appended with
* either % or %p, such as "<code>14.5%</code>".
* The % suffix always means a percentage of the base size;
* the optional %p suffix provides a size relative to some parent container.
*/
public static final int windowMinWidthMajor=0x7f030194;
/**
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>May be a fractional value, which is a floating point number appended with
* either % or %p, such as "<code>14.5%</code>".
* The % suffix always means a percentage of the base size;
* the optional %p suffix provides a size relative to some parent container.
*/
public static final int windowMinWidthMinor=0x7f030195;
/**
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*/
public static final int windowNoTitle=0x7f030196;
}
public static final class bool {
public static final int abc_action_bar_embed_tabs=0x7f040000;
public static final int abc_allow_stacked_button_bar=0x7f040001;
public static final int abc_config_actionMenuItemAllCaps=0x7f040002;
public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f040003;
}
public static final class color {
public static final int abc_background_cache_hint_selector_material_dark=0x7f050000;
public static final int abc_background_cache_hint_selector_material_light=0x7f050001;
public static final int abc_btn_colored_borderless_text_material=0x7f050002;
public static final int abc_btn_colored_text_material=0x7f050003;
public static final int abc_color_highlight_material=0x7f050004;
public static final int abc_hint_foreground_material_dark=0x7f050005;
public static final int abc_hint_foreground_material_light=0x7f050006;
public static final int abc_input_method_navigation_guard=0x7f050007;
public static final int abc_primary_text_disable_only_material_dark=0x7f050008;
public static final int abc_primary_text_disable_only_material_light=0x7f050009;
public static final int abc_primary_text_material_dark=0x7f05000a;
public static final int abc_primary_text_material_light=0x7f05000b;
public static final int abc_search_url_text=0x7f05000c;
public static final int abc_search_url_text_normal=0x7f05000d;
public static final int abc_search_url_text_pressed=0x7f05000e;
public static final int abc_search_url_text_selected=0x7f05000f;
public static final int abc_secondary_text_material_dark=0x7f050010;
public static final int abc_secondary_text_material_light=0x7f050011;
public static final int abc_tint_btn_checkable=0x7f050012;
public static final int abc_tint_default=0x7f050013;
public static final int abc_tint_edittext=0x7f050014;
public static final int abc_tint_seek_thumb=0x7f050015;
public static final int abc_tint_spinner=0x7f050016;
public static final int abc_tint_switch_track=0x7f050017;
public static final int accent_material_dark=0x7f050018;
public static final int accent_material_light=0x7f050019;
public static final int background_floating_material_dark=0x7f05001a;
public static final int background_floating_material_light=0x7f05001b;
public static final int background_material_dark=0x7f05001c;
public static final int background_material_light=0x7f05001d;
public static final int bright_foreground_disabled_material_dark=0x7f05001e;
public static final int bright_foreground_disabled_material_light=0x7f05001f;
public static final int bright_foreground_inverse_material_dark=0x7f050020;
public static final int bright_foreground_inverse_material_light=0x7f050021;
public static final int bright_foreground_material_dark=0x7f050022;
public static final int bright_foreground_material_light=0x7f050023;
public static final int button_material_dark=0x7f050024;
public static final int button_material_light=0x7f050025;
public static final int colorAccent=0x7f050026;
public static final int colorPrimary=0x7f050027;
public static final int colorPrimaryDark=0x7f050028;
public static final int design_bottom_navigation_shadow_color=0x7f050029;
public static final int design_error=0x7f05002a;
public static final int design_fab_shadow_end_color=0x7f05002b;
public static final int design_fab_shadow_mid_color=0x7f05002c;
public static final int design_fab_shadow_start_color=0x7f05002d;
public static final int design_fab_stroke_end_inner_color=0x7f05002e;
public static final int design_fab_stroke_end_outer_color=0x7f05002f;
public static final int design_fab_stroke_top_inner_color=0x7f050030;
public static final int design_fab_stroke_top_outer_color=0x7f050031;
public static final int design_snackbar_background_color=0x7f050032;
public static final int design_tint_password_toggle=<PASSWORD>;
public static final int dim_foreground_disabled_material_dark=0x7f050034;
public static final int dim_foreground_disabled_material_light=0x7f050035;
public static final int dim_foreground_material_dark=0x7f050036;
public static final int dim_foreground_material_light=0x7f050037;
public static final int error_color_material=0x7f050038;
public static final int focus=0x7f050039;
public static final int fondo=0x7f05003a;
public static final int fondo2=0x7f05003b;
public static final int fondo3=0x7f05003c;
public static final int fondo4=0x7f05003d;
public static final int foreground_material_dark=0x7f05003e;
public static final int foreground_material_light=0x7f05003f;
public static final int highlighted_text_material_dark=0x7f050040;
public static final int highlighted_text_material_light=0x7f050041;
public static final int material_blue_grey_800=0x7f050042;
public static final int material_blue_grey_900=0x7f050043;
public static final int material_blue_grey_950=0x7f050044;
public static final int material_deep_teal_200=0x7f050045;
public static final int material_deep_teal_500=0x7f050046;
public static final int material_grey_100=0x7f050047;
public static final int material_grey_300=0x7f050048;
public static final int material_grey_50=0x7f050049;
public static final int material_grey_600=0x7f05004a;
public static final int material_grey_800=0x7f05004b;
public static final int material_grey_850=0x7f05004c;
public static final int material_grey_900=0x7f05004d;
public static final int notification_action_color_filter=0x7f05004e;
public static final int notification_icon_bg_color=0x7f05004f;
public static final int notification_material_background_media_default_color=0x7f050050;
public static final int primary_dark_material_dark=0x7f050051;
public static final int primary_dark_material_light=0x7f050052;
public static final int primary_material_dark=0x7f050053;
public static final int primary_material_light=0x7f050054;
public static final int primary_text_default_material_dark=0x7f050055;
public static final int primary_text_default_material_light=0x7f050056;
public static final int primary_text_disabled_material_dark=0x7f050057;
public static final int primary_text_disabled_material_light=0x7f050058;
public static final int ripple_material_dark=0x7f050059;
public static final int ripple_material_light=0x7f05005a;
public static final int secondary_text_default_material_dark=0x7f05005b;
public static final int secondary_text_default_material_light=0x7f05005c;
public static final int secondary_text_disabled_material_dark=0x7f05005d;
public static final int secondary_text_disabled_material_light=0x7f05005e;
public static final int switch_thumb_disabled_material_dark=0x7f05005f;
public static final int switch_thumb_disabled_material_light=0x7f050060;
public static final int switch_thumb_material_dark=0x7f050061;
public static final int switch_thumb_material_light=0x7f050062;
public static final int switch_thumb_normal_material_dark=0x7f050063;
public static final int switch_thumb_normal_material_light=0x7f050064;
public static final int tooltip_background_dark=0x7f050065;
public static final int tooltip_background_light=0x7f050066;
}
public static final class dimen {
public static final int abc_action_bar_content_inset_material=0x7f060000;
public static final int abc_action_bar_content_inset_with_nav=0x7f060001;
public static final int abc_action_bar_default_height_material=0x7f060002;
public static final int abc_action_bar_default_padding_end_material=0x7f060003;
public static final int abc_action_bar_default_padding_start_material=0x7f060004;
public static final int abc_action_bar_elevation_material=0x7f060005;
public static final int abc_action_bar_icon_vertical_padding_material=0x7f060006;
public static final int abc_action_bar_overflow_padding_end_material=0x7f060007;
public static final int abc_action_bar_overflow_padding_start_material=0x7f060008;
public static final int abc_action_bar_progress_bar_size=0x7f060009;
public static final int abc_action_bar_stacked_max_height=0x7f06000a;
public static final int abc_action_bar_stacked_tab_max_width=0x7f06000b;
public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f06000c;
public static final int abc_action_bar_subtitle_top_margin_material=0x7f06000d;
public static final int abc_action_button_min_height_material=0x7f06000e;
public static final int abc_action_button_min_width_material=0x7f06000f;
public static final int abc_action_button_min_width_overflow_material=0x7f060010;
public static final int abc_alert_dialog_button_bar_height=0x7f060011;
public static final int abc_alert_dialog_button_dimen=0x7f060012;
public static final int abc_button_inset_horizontal_material=0x7f060013;
public static final int abc_button_inset_vertical_material=0x7f060014;
public static final int abc_button_padding_horizontal_material=0x7f060015;
public static final int abc_button_padding_vertical_material=0x7f060016;
public static final int abc_cascading_menus_min_smallest_width=0x7f060017;
public static final int abc_config_prefDialogWidth=0x7f060018;
public static final int abc_control_corner_material=0x7f060019;
public static final int abc_control_inset_material=0x7f06001a;
public static final int abc_control_padding_material=0x7f06001b;
public static final int abc_dialog_fixed_height_major=0x7f06001c;
public static final int abc_dialog_fixed_height_minor=0x7f06001d;
public static final int abc_dialog_fixed_width_major=0x7f06001e;
public static final int abc_dialog_fixed_width_minor=0x7f06001f;
public static final int abc_dialog_list_padding_bottom_no_buttons=0x7f060020;
public static final int abc_dialog_list_padding_top_no_title=0x7f060021;
public static final int abc_dialog_min_width_major=0x7f060022;
public static final int abc_dialog_min_width_minor=0x7f060023;
public static final int abc_dialog_padding_material=0x7f060024;
public static final int abc_dialog_padding_top_material=0x7f060025;
public static final int abc_dialog_title_divider_material=0x7f060026;
public static final int abc_disabled_alpha_material_dark=0x7f060027;
public static final int abc_disabled_alpha_material_light=0x7f060028;
public static final int abc_dropdownitem_icon_width=0x7f060029;
public static final int abc_dropdownitem_text_padding_left=0x7f06002a;
public static final int abc_dropdownitem_text_padding_right=0x7f06002b;
public static final int abc_edit_text_inset_bottom_material=0x7f06002c;
public static final int abc_edit_text_inset_horizontal_material=0x7f06002d;
public static final int abc_edit_text_inset_top_material=0x7f06002e;
public static final int abc_floating_window_z=0x7f06002f;
public static final int abc_list_item_padding_horizontal_material=0x7f060030;
public static final int abc_panel_menu_list_width=0x7f060031;
public static final int abc_progress_bar_height_material=0x7f060032;
public static final int abc_search_view_preferred_height=0x7f060033;
public static final int abc_search_view_preferred_width=0x7f060034;
public static final int abc_seekbar_track_background_height_material=0x7f060035;
public static final int abc_seekbar_track_progress_height_material=0x7f060036;
public static final int abc_select_dialog_padding_start_material=0x7f060037;
public static final int abc_switch_padding=0x7f060038;
public static final int abc_text_size_body_1_material=0x7f060039;
public static final int abc_text_size_body_2_material=0x7f06003a;
public static final int abc_text_size_button_material=0x7f06003b;
public static final int abc_text_size_caption_material=0x7f06003c;
public static final int abc_text_size_display_1_material=0x7f06003d;
public static final int abc_text_size_display_2_material=0x7f06003e;
public static final int abc_text_size_display_3_material=0x7f06003f;
public static final int abc_text_size_display_4_material=0x7f060040;
public static final int abc_text_size_headline_material=0x7f060041;
public static final int abc_text_size_large_material=0x7f060042;
public static final int abc_text_size_medium_material=0x7f060043;
public static final int abc_text_size_menu_header_material=0x7f060044;
public static final int abc_text_size_menu_material=0x7f060045;
public static final int abc_text_size_small_material=0x7f060046;
public static final int abc_text_size_subhead_material=0x7f060047;
public static final int abc_text_size_subtitle_material_toolbar=0x7f060048;
public static final int abc_text_size_title_material=0x7f060049;
public static final int abc_text_size_title_material_toolbar=0x7f06004a;
public static final int compat_button_inset_horizontal_material=0x7f06004b;
public static final int compat_button_inset_vertical_material=0x7f06004c;
public static final int compat_button_padding_horizontal_material=0x7f06004d;
public static final int compat_button_padding_vertical_material=0x7f06004e;
public static final int compat_control_corner_material=0x7f06004f;
public static final int design_appbar_elevation=0x7f060050;
public static final int design_bottom_navigation_active_item_max_width=0x7f060051;
public static final int design_bottom_navigation_active_text_size=0x7f060052;
public static final int design_bottom_navigation_elevation=0x7f060053;
public static final int design_bottom_navigation_height=0x7f060054;
public static final int design_bottom_navigation_item_max_width=0x7f060055;
public static final int design_bottom_navigation_item_min_width=0x7f060056;
public static final int design_bottom_navigation_margin=0x7f060057;
public static final int design_bottom_navigation_shadow_height=0x7f060058;
public static final int design_bottom_navigation_text_size=0x7f060059;
public static final int design_bottom_sheet_modal_elevation=0x7f06005a;
public static final int design_bottom_sheet_peek_height_min=0x7f06005b;
public static final int design_fab_border_width=0x7f06005c;
public static final int design_fab_elevation=0x7f06005d;
public static final int design_fab_image_size=0x7f06005e;
public static final int design_fab_size_mini=0x7f06005f;
public static final int design_fab_size_normal=0x7f060060;
public static final int design_fab_translation_z_pressed=0x7f060061;
public static final int design_navigation_elevation=0x7f060062;
public static final int design_navigation_icon_padding=0x7f060063;
public static final int design_navigation_icon_size=0x7f060064;
public static final int design_navigation_max_width=0x7f060065;
public static final int design_navigation_padding_bottom=0x7f060066;
public static final int design_navigation_separator_vertical_padding=0x7f060067;
public static final int design_snackbar_action_inline_max_width=0x7f060068;
public static final int design_snackbar_background_corner_radius=0x7f060069;
public static final int design_snackbar_elevation=0x7f06006a;
public static final int design_snackbar_extra_spacing_horizontal=0x7f06006b;
public static final int design_snackbar_max_width=0x7f06006c;
public static final int design_snackbar_min_width=0x7f06006d;
public static final int design_snackbar_padding_horizontal=0x7f06006e;
public static final int design_snackbar_padding_vertical=0x7f06006f;
public static final int design_snackbar_padding_vertical_2lines=0x7f060070;
public static final int design_snackbar_text_size=0x7f060071;
public static final int design_tab_max_width=0x7f060072;
public static final int design_tab_scrollable_min_width=0x7f060073;
public static final int design_tab_text_size=0x7f060074;
public static final int design_tab_text_size_2line=0x7f060075;
public static final int disabled_alpha_material_dark=0x7f060076;
public static final int disabled_alpha_material_light=0x7f060077;
public static final int fab_margin=0x7f060078;
public static final int fastscroll_default_thickness=0x7f060079;
public static final int fastscroll_margin=0x7f06007a;
public static final int fastscroll_minimum_range=0x7f06007b;
public static final int highlight_alpha_material_colored=0x7f06007c;
public static final int highlight_alpha_material_dark=0x7f06007d;
public static final int highlight_alpha_material_light=0x7f06007e;
public static final int hint_alpha_material_dark=0x7f06007f;
public static final int hint_alpha_material_light=0x7f060080;
public static final int hint_pressed_alpha_material_dark=0x7f060081;
public static final int hint_pressed_alpha_material_light=0x7f060082;
public static final int item_touch_helper_max_drag_scroll_per_frame=0x7f060083;
public static final int item_touch_helper_swipe_escape_max_velocity=0x7f060084;
public static final int item_touch_helper_swipe_escape_velocity=0x7f060085;
public static final int notification_action_icon_size=0x7f060086;
public static final int notification_action_text_size=0x7f060087;
public static final int notification_big_circle_margin=0x7f060088;
public static final int notification_content_margin_start=0x7f060089;
public static final int notification_large_icon_height=0x7f06008a;
public static final int notification_large_icon_width=0x7f06008b;
public static final int notification_main_column_padding_top=0x7f06008c;
public static final int notification_media_narrow_margin=0x7f06008d;
public static final int notification_right_icon_size=0x7f06008e;
public static final int notification_right_side_padding_top=0x7f06008f;
public static final int notification_small_icon_background_padding=0x7f060090;
public static final int notification_small_icon_size_as_large=0x7f060091;
public static final int notification_subtext_size=0x7f060092;
public static final int notification_top_pad=0x7f060093;
public static final int notification_top_pad_large_text=0x7f060094;
public static final int tooltip_corner_radius=0x7f060095;
public static final int tooltip_horizontal_padding=0x7f060096;
public static final int tooltip_margin=0x7f060097;
public static final int tooltip_precise_anchor_extra_offset=0x7f060098;
public static final int tooltip_precise_anchor_threshold=0x7f060099;
public static final int tooltip_vertical_padding=0x7f06009a;
public static final int tooltip_y_offset_non_touch=0x7f06009b;
public static final int tooltip_y_offset_touch=0x7f06009c;
}
public static final class drawable {
public static final int abc_ab_share_pack_mtrl_alpha=0x7f070006;
public static final int abc_action_bar_item_background_material=0x7f070007;
public static final int abc_btn_borderless_material=0x7f070008;
public static final int abc_btn_check_material=0x7f070009;
public static final int abc_btn_check_to_on_mtrl_000=0x7f07000a;
public static final int abc_btn_check_to_on_mtrl_015=0x7f07000b;
public static final int abc_btn_colored_material=0x7f07000c;
public static final int abc_btn_default_mtrl_shape=0x7f07000d;
public static final int abc_btn_radio_material=0x7f07000e;
public static final int abc_btn_radio_to_on_mtrl_000=0x7f07000f;
public static final int abc_btn_radio_to_on_mtrl_015=0x7f070010;
public static final int abc_btn_switch_to_on_mtrl_00001=0x7f070011;
public static final int abc_btn_switch_to_on_mtrl_00012=0x7f070012;
public static final int abc_cab_background_internal_bg=0x7f070013;
public static final int abc_cab_background_top_material=0x7f070014;
public static final int abc_cab_background_top_mtrl_alpha=0x7f070015;
public static final int abc_control_background_material=0x7f070016;
public static final int abc_dialog_material_background=0x7f070017;
public static final int abc_edit_text_material=0x7f070018;
public static final int abc_ic_ab_back_material=0x7f070019;
public static final int abc_ic_arrow_drop_right_black_24dp=0x7f07001a;
public static final int abc_ic_clear_material=0x7f07001b;
public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f07001c;
public static final int abc_ic_go_search_api_material=0x7f07001d;
public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f07001e;
public static final int abc_ic_menu_cut_mtrl_alpha=0x7f07001f;
public static final int abc_ic_menu_overflow_material=0x7f070020;
public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f070021;
public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f070022;
public static final int abc_ic_menu_share_mtrl_alpha=0x7f070023;
public static final int abc_ic_search_api_material=0x7f070024;
public static final int abc_ic_star_black_16dp=0x7f070025;
public static final int abc_ic_star_black_36dp=0x7f070026;
public static final int abc_ic_star_black_48dp=0x7f070027;
public static final int abc_ic_star_half_black_16dp=0x7f070028;
public static final int abc_ic_star_half_black_36dp=0x7f070029;
public static final int abc_ic_star_half_black_48dp=0x7f07002a;
public static final int abc_ic_voice_search_api_material=0x7f07002b;
public static final int abc_item_background_holo_dark=0x7f07002c;
public static final int abc_item_background_holo_light=0x7f07002d;
public static final int abc_list_divider_mtrl_alpha=0x7f07002e;
public static final int abc_list_focused_holo=0x7f07002f;
public static final int abc_list_longpressed_holo=0x7f070030;
public static final int abc_list_pressed_holo_dark=0x7f070031;
public static final int abc_list_pressed_holo_light=0x7f070032;
public static final int abc_list_selector_background_transition_holo_dark=0x7f070033;
public static final int abc_list_selector_background_transition_holo_light=0x7f070034;
public static final int abc_list_selector_disabled_holo_dark=0x7f070035;
public static final int abc_list_selector_disabled_holo_light=0x7f070036;
public static final int abc_list_selector_holo_dark=0x7f070037;
public static final int abc_list_selector_holo_light=0x7f070038;
public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f070039;
public static final int abc_popup_background_mtrl_mult=0x7f07003a;
public static final int abc_ratingbar_indicator_material=0x7f07003b;
public static final int abc_ratingbar_material=0x7f07003c;
public static final int abc_ratingbar_small_material=0x7f07003d;
public static final int abc_scrubber_control_off_mtrl_alpha=0x7f07003e;
public static final int abc_scrubber_control_to_pressed_mtrl_000=0x7f07003f;
public static final int abc_scrubber_control_to_pressed_mtrl_005=0x7f070040;
public static final int abc_scrubber_primary_mtrl_alpha=0x7f070041;
public static final int abc_scrubber_track_mtrl_alpha=0x7f070042;
public static final int abc_seekbar_thumb_material=0x7f070043;
public static final int abc_seekbar_tick_mark_material=0x7f070044;
public static final int abc_seekbar_track_material=0x7f070045;
public static final int abc_spinner_mtrl_am_alpha=0x7f070046;
public static final int abc_spinner_textfield_background_material=0x7f070047;
public static final int abc_switch_thumb_material=0x7f070048;
public static final int abc_switch_track_mtrl_alpha=0x7f070049;
public static final int abc_tab_indicator_material=0x7f07004a;
public static final int abc_tab_indicator_mtrl_alpha=0x7f07004b;
public static final int abc_text_cursor_material=0x7f07004c;
public static final int abc_text_select_handle_left_mtrl_dark=0x7f07004d;
public static final int abc_text_select_handle_left_mtrl_light=0x7f07004e;
public static final int abc_text_select_handle_middle_mtrl_dark=0x7f07004f;
public static final int abc_text_select_handle_middle_mtrl_light=0x7f070050;
public static final int abc_text_select_handle_right_mtrl_dark=0x7f070051;
public static final int abc_text_select_handle_right_mtrl_light=0x7f070052;
public static final int abc_textfield_activated_mtrl_alpha=0x7f070053;
public static final int abc_textfield_default_mtrl_alpha=0x7f070054;
public static final int abc_textfield_search_activated_mtrl_alpha=0x7f070055;
public static final int abc_textfield_search_default_mtrl_alpha=0x7f070056;
public static final int abc_textfield_search_material=0x7f070057;
public static final int abc_vector_test=0x7f070058;
public static final int avd_hide_password=<PASSWORD>;
public static final int avd_show_password=<PASSWORD>;
public static final int bart=0x7f<PASSWORD>b;
public static final int bill_gates=0x7f07005c;
public static final int boton=0x7f07005d;
public static final int camara=0x7f07005e;
public static final int chalmers=0x7f07005f;
public static final int design_bottom_navigation_item_background=0x7f070060;
public static final int design_fab_background=0x7f070061;
public static final int design_ic_visibility=0x7f070062;
public static final int design_ic_visibility_off=0x7f070063;
public static final int design_password_eye=<PASSWORD>;
public static final int design_snackbar_background=0x7f070065;
public static final int fausto=0x7f070066;
public static final int gatubela=0x7f070067;
public static final int homer=0x7f070068;
public static final int ic_launcher_background=0x7f070069;
public static final int joseph_quimby=0x7f07006a;
public static final int large=0x7f07006b;
public static final int lisa=0x7f07006c;
public static final int maggie=0x7f07006d;
public static final int marge=0x7f07006e;
public static final int milhouse=0x7f07006f;
public static final int mr_muntz=0x7f070070;
public static final int mr_x=0x7f070071;
public static final int navigation_empty_icon=0x7f070072;
public static final int nelson=0x7f070073;
public static final int notification_action_background=0x7f070074;
public static final int notification_bg=0x7f070075;
public static final int notification_bg_low=0x7f070076;
public static final int notification_bg_low_normal=0x7f070077;
public static final int notification_bg_low_pressed=0x7f070078;
public static final int notification_bg_normal=0x7f070079;
public static final int notification_bg_normal_pressed=0x7f07007a;
public static final int notification_icon_background=0x7f07007b;
public static final int notification_template_icon_bg=0x7f07007c;
public static final int notification_template_icon_low_bg=0x7f07007d;
public static final int notification_tile_bg=0x7f07007e;
public static final int notify_panel_notification_icon_bg=0x7f07007f;
public static final int rainier=0x7f070080;
public static final int seymour_skinner_=0x7f070081;
public static final int sii=0x7f070082;
public static final int simon=0x7f070083;
public static final int simpsons=0x7f070084;
public static final int terri=0x7f070085;
public static final int toni_el_gordo=0x7f070086;
public static final int tooltip_frame_dark=0x7f070087;
public static final int tooltip_frame_light=0x7f070088;
public static final int troy_mcclure=0x7f070089;
public static final int wiggum=0x7f07008a;
}
public static final class id {
public static final int ALT=0x7f080000;
public static final int CTRL=0x7f080001;
public static final int FUNCTION=0x7f080002;
public static final int META=0x7f080003;
public static final int SHIFT=0x7f080004;
public static final int SYM=0x7f080005;
public static final int aciertos_fallos=0x7f080006;
public static final int action0=0x7f080007;
public static final int action_bar=0x7f080008;
public static final int action_bar_activity_content=0x7f080009;
public static final int action_bar_container=0x7f08000a;
public static final int action_bar_root=0x7f08000b;
public static final int action_bar_spinner=0x7f08000c;
public static final int action_bar_subtitle=0x7f08000d;
public static final int action_bar_title=0x7f08000e;
public static final int action_container=0x7f08000f;
public static final int action_context_bar=0x7f080010;
public static final int action_divider=0x7f080011;
public static final int action_image=0x7f080012;
public static final int action_menu_divider=0x7f080013;
public static final int action_menu_presenter=0x7f080014;
public static final int action_mode_bar=0x7f080015;
public static final int action_mode_bar_stub=0x7f080016;
public static final int action_mode_close_button=0x7f080017;
public static final int action_text=0x7f080018;
public static final int actions=0x7f080019;
public static final int activity_chooser_view_content=0x7f08001a;
public static final int add=0x7f08001b;
public static final int alertTitle=0x7f08001c;
public static final int all=0x7f08001d;
public static final int always=0x7f08001e;
public static final int async=0x7f08001f;
public static final int auto=0x7f080020;
public static final int barrier=0x7f080021;
public static final int beginning=0x7f080022;
public static final int blocking=0x7f080023;
public static final int borrar_perfil=0x7f080024;
public static final int bottom=0x7f080025;
public static final int buttonPanel=0x7f080026;
public static final int cancel_action=0x7f080027;
public static final int center=0x7f080028;
public static final int center_horizontal=0x7f080029;
public static final int center_vertical=0x7f08002a;
public static final int chains=0x7f08002b;
public static final int checkbox=0x7f08002c;
public static final int chronometer=0x7f08002d;
public static final int clip_horizontal=0x7f08002e;
public static final int clip_vertical=0x7f08002f;
public static final int collapseActionView=0x7f080030;
public static final int container=0x7f080031;
public static final int contentPanel=0x7f080032;
public static final int coordinator=0x7f080033;
public static final int cronom=0x7f080034;
public static final int custom=0x7f080035;
public static final int customPanel=0x7f080036;
public static final int decor_content_parent=0x7f080037;
public static final int default_activity_button=0x7f080038;
public static final int design_bottom_sheet=0x7f080039;
public static final int design_menu_item_action_area=0x7f08003a;
public static final int design_menu_item_action_area_stub=0x7f08003b;
public static final int design_menu_item_text=0x7f08003c;
public static final int design_navigation_view=0x7f08003d;
public static final int difficultyRadio=0x7f08003e;
public static final int dimensions=0x7f08003f;
public static final int direct=0x7f080040;
public static final int disableHome=0x7f080041;
public static final int easy=0x7f080042;
public static final int edit_query=0x7f080043;
public static final int editar_perfil=0x7f080044;
public static final int end=0x7f080045;
public static final int end_padder=0x7f080046;
public static final int enterAlways=0x7f080047;
public static final int enterAlwaysCollapsed=0x7f080048;
public static final int err_img=0x7f080049;
public static final int err_user=0x7f08004a;
public static final int exit=0x7f08004b;
public static final int exitUntilCollapsed=0x7f08004c;
public static final int expand_activities_button=0x7f08004d;
public static final int expanded_menu=0x7f08004e;
public static final int fill=0x7f08004f;
public static final int fill_horizontal=0x7f080050;
public static final int fill_vertical=0x7f080051;
public static final int fixed=0x7f080052;
public static final int forever=0x7f080053;
public static final int ghost_view=0x7f080054;
public static final int gone=0x7f080055;
public static final int groups=0x7f080056;
public static final int guardar_perfil=0x7f080057;
public static final int hall=0x7f080058;
public static final int hard=0x7f080059;
public static final int home=0x7f08005a;
public static final int homeAsUp=0x7f08005b;
public static final int icon=0x7f08005c;
public static final int icon_group=0x7f08005d;
public static final int ifRoom=0x7f08005e;
public static final int image=0x7f08005f;
public static final int imageBart=0x7f080060;
public static final int imageCamara=0x7f080061;
public static final int imageHomer=0x7f080062;
public static final int imageLisa=0x7f080063;
public static final int imageMaggi=0x7f080064;
public static final int imageMarge=0x7f080065;
public static final int imageView=0x7f080066;
public static final int imageView10=0x7f080067;
public static final int imageView2=0x7f080068;
public static final int imageView3=0x7f080069;
public static final int imageView4=0x7f08006a;
public static final int imageView5=0x7f08006b;
public static final int imageView6=0x7f08006c;
public static final int imageView7=0x7f08006d;
public static final int imageView8=0x7f08006e;
public static final int imageView9=0x7f08006f;
public static final int imagen=0x7f080070;
public static final int imagenPreg=0x7f080071;
public static final int imagenUser=0x7f080072;
public static final int info=0x7f080073;
public static final int invisible=0x7f080074;
public static final int italic=0x7f080075;
public static final int item_touch_helper_previous_elevation=0x7f080076;
public static final int largeLabel=0x7f080077;
public static final int left=0x7f080078;
public static final int letrero_imagen=0x7f080079;
public static final int letrero_nickname=0x7f08007a;
public static final int line1=0x7f08007b;
public static final int line3=0x7f08007c;
public static final int listMode=0x7f08007d;
public static final int listUsers=0x7f08007e;
public static final int list_item=0x7f08007f;
public static final int lytLayout=0x7f080080;
public static final int masked=0x7f080081;
public static final int media_actions=0x7f080082;
public static final int medium=0x7f080083;
public static final int mens_eliminar=0x7f080084;
public static final int message=0x7f080085;
public static final int middle=0x7f080086;
public static final int mini=0x7f080087;
public static final int multiply=0x7f080088;
public static final int navigation_header_container=0x7f080089;
public static final int never=0x7f08008a;
public static final int nickname=0x7f08008b;
public static final int nombre=0x7f08008c;
public static final int none=0x7f08008d;
public static final int normal=0x7f08008e;
public static final int notification_background=0x7f08008f;
public static final int notification_main_column=0x7f080090;
public static final int notification_main_column_container=0x7f080091;
public static final int nuevo_perfil=0x7f080092;
public static final int numPreg=0x7f080093;
public static final int num_partidas=0x7f080094;
public static final int options=0x7f080095;
public static final int packed=0x7f080096;
public static final int parallax=0x7f080097;
public static final int parent=0x7f080098;
public static final int parentPanel=0x7f080099;
public static final int parent_matrix=0x7f08009a;
public static final int partida_anonima=0x7f08009b;
public static final int percent=0x7f08009c;
public static final int pin=0x7f08009d;
public static final int play=0x7f08009e;
public static final int pregActText=0x7f08009f;
public static final int pregunta=0x7f0800a0;
public static final int progress_circular=0x7f0800a1;
public static final int progress_horizontal=0x7f0800a2;
public static final int puntos=0x7f0800a3;
public static final int puntos1easy=0x7f0800a4;
public static final int puntos1hard=0x7f0800a5;
public static final int puntos1medium=0x7f0800a6;
public static final int puntos2easy=0x7f0800a7;
public static final int puntos2hard=0x7f0800a8;
public static final int puntos2medium=0x7f0800a9;
public static final int puntos3easy=0x7f0800aa;
public static final int puntos3hard=0x7f0800ab;
public static final int puntos3medium=0x7f0800ac;
public static final int puntos4easy=0x7f0800ad;
public static final int puntos4hard=0x7f0800ae;
public static final int puntos4medium=0x7f0800af;
public static final int puntuacion=0x7f0800b0;
public static final int puntuacion_max=0x7f0800b1;
public static final int radio=0x7f0800b2;
public static final int reintentar2=0x7f0800b3;
public static final int respuesta1=0x7f0800b4;
public static final int respuesta2=0x7f0800b5;
public static final int respuesta3=0x7f0800b6;
public static final int respuesta4=0x7f0800b7;
public static final int right=0x7f0800b8;
public static final int right_icon=0x7f0800b9;
public static final int right_side=0x7f0800ba;
public static final int salir2=0x7f0800bb;
public static final int salirHall=0x7f0800bc;
public static final int salir_borrar=0x7f0800bd;
public static final int salir_nuevo_perfil=0x7f0800be;
public static final int salir_perfiles=0x7f0800bf;
public static final int save=0x7f0800c0;
public static final int save_image_matrix=0x7f0800c1;
public static final int save_non_transition_alpha=0x7f0800c2;
public static final int save_scale_type=0x7f0800c3;
public static final int screen=0x7f0800c4;
public static final int scroll=0x7f0800c5;
public static final int scrollIndicatorDown=0x7f0800c6;
public static final int scrollIndicatorUp=0x7f0800c7;
public static final int scrollView=0x7f0800c8;
public static final int scrollable=0x7f0800c9;
public static final int search_badge=0x7f0800ca;
public static final int search_bar=0x7f0800cb;
public static final int search_button=0x7f0800cc;
public static final int search_close_btn=0x7f0800cd;
public static final int search_edit_frame=0x7f0800ce;
public static final int search_go_btn=0x7f0800cf;
public static final int search_mag_icon=0x7f0800d0;
public static final int search_plate=0x7f0800d1;
public static final int search_src_text=0x7f0800d2;
public static final int search_voice_btn=0x7f0800d3;
public static final int seleccion_perfil=0x7f0800d4;
public static final int select_dialog_listview=0x7f0800d5;
public static final int shortcut=0x7f0800d6;
public static final int showCustom=0x7f0800d7;
public static final int showHome=0x7f0800d8;
public static final int showTitle=0x7f0800d9;
public static final int smallLabel=0x7f0800da;
public static final int snackbar_action=0x7f0800db;
public static final int snackbar_text=0x7f0800dc;
public static final int snap=0x7f0800dd;
public static final int spacer=0x7f0800de;
public static final int split_action_bar=0x7f0800df;
public static final int spread=0x7f0800e0;
public static final int spread_inside=0x7f0800e1;
public static final int src_atop=0x7f0800e2;
public static final int src_in=0x7f0800e3;
public static final int src_over=0x7f0800e4;
public static final int standard=0x7f0800e5;
public static final int start=0x7f0800e6;
public static final int status_bar_latest_event_content=0x7f0800e7;
public static final int submenuarrow=0x7f0800e8;
public static final int submit_area=0x7f0800e9;
public static final int tabMode=0x7f0800ea;
public static final int tableLayout=0x7f0800eb;
public static final int tag_transition_group=0x7f0800ec;
public static final int text=0x7f0800ed;
public static final int text2=0x7f0800ee;
public static final int textInputLayout=0x7f0800ef;
public static final int textSpacerNoButtons=0x7f0800f0;
public static final int textSpacerNoTitle=0x7f0800f1;
public static final int textView=0x7f0800f2;
public static final int text_input_password_toggle=0x7f0800f3;
public static final int textinput_counter=0x7f0800f4;
public static final int textinput_error=0x7f0800f5;
public static final int texto=0x7f0800f6;
public static final int tiempofinal=0x7f0800f7;
public static final int time=0x7f0800f8;
public static final int title=0x7f0800f9;
public static final int titleDividerNoCustom=0x7f0800fa;
public static final int title_template=0x7f0800fb;
public static final int titulo=0x7f0800fc;
public static final int toastMessage=0x7f0800fd;
public static final int top=0x7f0800fe;
public static final int topPanel=0x7f0800ff;
public static final int touch_outside=0x7f080100;
public static final int transition_current_scene=0x7f080101;
public static final int transition_layout_save=0x7f080102;
public static final int transition_position=0x7f080103;
public static final int transition_scene_layoutid_cache=0x7f080104;
public static final int transition_transform=0x7f080105;
public static final int ult_partida=0x7f080106;
public static final int uniform=0x7f080107;
public static final int up=0x7f080108;
public static final int useLogo=0x7f080109;
public static final int userImage=0x7f08010a;
public static final int userName=0<PASSWORD>;
public static final int videoPreg=0x7f08010c;
public static final int view_offset_helper=0x7f08010d;
public static final int visible=0x7f08010e;
public static final int withText=0x7f08010f;
public static final int wrap=0x7f080110;
public static final int wrap_content=0x7f080111;
}
public static final class integer {
public static final int abc_config_activityDefaultDur=0x7f090000;
public static final int abc_config_activityShortDur=0x7f090001;
public static final int app_bar_elevation_anim_duration=0x7f090002;
public static final int bottom_sheet_slide_duration=0x7f090003;
public static final int cancel_button_image_alpha=0x7f090004;
public static final int config_tooltipAnimTime=0x7f090005;
public static final int design_snackbar_text_max_lines=0x7f090006;
public static final int hide_password_duration=<PASSWORD>;
public static final int show_password_duration=<PASSWORD>;
public static final int status_bar_notification_info_maxnum=0x7f090009;
}
public static final class layout {
public static final int abc_action_bar_title_item=0x7f0a0000;
public static final int abc_action_bar_up_container=0x7f0a0001;
public static final int abc_action_menu_item_layout=0x7f0a0002;
public static final int abc_action_menu_layout=0x7f0a0003;
public static final int abc_action_mode_bar=0x7f0a0004;
public static final int abc_action_mode_close_item_material=0x7f0a0005;
public static final int abc_activity_chooser_view=0x7f0a0006;
public static final int abc_activity_chooser_view_list_item=0x7f0a0007;
public static final int abc_alert_dialog_button_bar_material=0x7f0a0008;
public static final int abc_alert_dialog_material=0x7f0a0009;
public static final int abc_alert_dialog_title_material=0x7f0a000a;
public static final int abc_dialog_title_material=0x7f0a000b;
public static final int abc_expanded_menu_layout=0x7f0a000c;
public static final int abc_list_menu_item_checkbox=0x7f0a000d;
public static final int abc_list_menu_item_icon=0x7f0a000e;
public static final int abc_list_menu_item_layout=0x7f0a000f;
public static final int abc_list_menu_item_radio=0x7f0a0010;
public static final int abc_popup_menu_header_item_layout=0x7f0a0011;
public static final int abc_popup_menu_item_layout=0x7f0a0012;
public static final int abc_screen_content_include=0x7f0a0013;
public static final int abc_screen_simple=0x7f0a0014;
public static final int abc_screen_simple_overlay_action_mode=0x7f0a0015;
public static final int abc_screen_toolbar=0x7f0a0016;
public static final int abc_search_dropdown_item_icons_2line=0x7f0a0017;
public static final int abc_search_view=0x7f0a0018;
public static final int abc_select_dialog_material=0x7f0a0019;
public static final int abc_tooltip=0x7f0a001a;
public static final int activity_hall=0x7f0a001b;
public static final int activity_menu=0x7f0a001c;
public static final int activity_options=0x7f0a001d;
public static final int activity_quiz_imagenimagen=0x7f0a001e;
public static final int activity_quiz_imagentexto=0x7f0a001f;
public static final int activity_quiz_textoimagen=0x7f0a0020;
public static final int activity_quiz_textotexto=0x7f0a0021;
public static final int activity_quiz_videotexto=0x7f0a0022;
public static final int activity_submitpuntuacion=0x7f0a0023;
public static final int design_bottom_navigation_item=0x7f0a0024;
public static final int design_bottom_sheet_dialog=0x7f0a0025;
public static final int design_layout_snackbar=0x7f0a0026;
public static final int design_layout_snackbar_include=0x7f0a0027;
public static final int design_layout_tab_icon=0x7f0a0028;
public static final int design_layout_tab_text=0x7f0a0029;
public static final int design_menu_item_action_area=0x7f0a002a;
public static final int design_navigation_item=0x7f0a002b;
public static final int design_navigation_item_header=0x7f0a002c;
public static final int design_navigation_item_separator=0x7f0a002d;
public static final int design_navigation_item_subheader=0x7f0a002e;
public static final int design_navigation_menu=0x7f0a002f;
public static final int design_navigation_menu_item=0x7f0a0030;
public static final int design_text_input_password_icon=0x7f0a0031;
public static final int notification_action=0x7f0a0032;
public static final int notification_action_tombstone=0x7f0a0033;
public static final int notification_media_action=0x7f0a0034;
public static final int notification_media_cancel_action=0x7f0a0035;
public static final int notification_template_big_media=0x7f0a0036;
public static final int notification_template_big_media_custom=0x7f0a0037;
public static final int notification_template_big_media_narrow=0x7f0a0038;
public static final int notification_template_big_media_narrow_custom=0x7f0a0039;
public static final int notification_template_custom_big=0x7f0a003a;
public static final int notification_template_icon_group=0x7f0a003b;
public static final int notification_template_lines_media=0x7f0a003c;
public static final int notification_template_media=0x7f0a003d;
public static final int notification_template_media_custom=0x7f0a003e;
public static final int notification_template_part_chronometer=0x7f0a003f;
public static final int notification_template_part_time=0x7f0a0040;
public static final int nuevo_perfil=0x7f0a0041;
public static final int recycler_view_item=0x7f0a0042;
public static final int recycler_view_item_1=0x7f0a0043;
public static final int select_dialog_item_material=0x7f0a0044;
public static final int select_dialog_multichoice_material=0x7f0a0045;
public static final int select_dialog_singlechoice_material=0x7f0a0046;
public static final int support_simple_spinner_dropdown_item=0x7f0a0047;
public static final int toast=0x7f0a0048;
public static final int toast_fallo=0x7f0a0049;
}
public static final class mipmap {
public static final int ic_launcher=0x7f0b0000;
public static final int ic_launcher_foreground=0x7f0b0001;
public static final int ic_launcher_round=0x7f0b0002;
}
public static final class raw {
public static final int achundarnar=0x7f0c0000;
public static final int alistate=0x7f0c0001;
public static final int bailohambre=0x7f0c0002;
public static final int canteros=0x7f0c0003;
public static final int elastica=0x7f0c0004;
public static final int kentucky=0x7f0c0005;
public static final int melocotonero=0x7f0c0006;
public static final int mocasines_saltarines=0x7f0c0007;
public static final int questions=0x7f0c0008;
public static final int solfamidas=0x7f0c0009;
public static final int taca=0x7f0c000a;
}
public static final class string {
public static final int abc_action_bar_home_description=0x7f0d0000;
public static final int abc_action_bar_up_description=0x7f0d0001;
public static final int abc_action_menu_overflow_description=0x7f0d0002;
public static final int abc_action_mode_done=0x7f0d0003;
public static final int abc_activity_chooser_view_see_all=0x7f0d0004;
public static final int abc_activitychooserview_choose_application=0x7f0d0005;
public static final int abc_capital_off=0x7f0d0006;
public static final int abc_capital_on=0x7f0d0007;
public static final int abc_font_family_body_1_material=0x7f0d0008;
public static final int abc_font_family_body_2_material=0x7f0d0009;
public static final int abc_font_family_button_material=0x7f0d000a;
public static final int abc_font_family_caption_material=0x7f0d000b;
public static final int abc_font_family_display_1_material=0x7f0d000c;
public static final int abc_font_family_display_2_material=0x7f0d000d;
public static final int abc_font_family_display_3_material=0x7f0d000e;
public static final int abc_font_family_display_4_material=0x7f0d000f;
public static final int abc_font_family_headline_material=0x7f0d0010;
public static final int abc_font_family_menu_material=0x7f0d0011;
public static final int abc_font_family_subhead_material=0x7f0d0012;
public static final int abc_font_family_title_material=0x7f0d0013;
public static final int abc_search_hint=0x7f0d0014;
public static final int abc_searchview_description_clear=0x7f0d0015;
public static final int abc_searchview_description_query=0x7f0d0016;
public static final int abc_searchview_description_search=0x7f0d0017;
public static final int abc_searchview_description_submit=0x7f0d0018;
public static final int abc_searchview_description_voice=0x7f0d0019;
public static final int abc_shareactionprovider_share_with=0x7f0d001a;
public static final int abc_shareactionprovider_share_with_application=0x7f0d001b;
public static final int abc_toolbar_collapse_description=0x7f0d001c;
public static final int app_name=0x7f0d001d;
public static final int appbar_scrolling_view_behavior=0x7f0d001e;
public static final int bottom_sheet_behavior=0x7f0d001f;
public static final int character_counter_pattern=0x7f0d0020;
public static final int password_toggle_content_description=<PASSWORD>;
public static final int path_password_eye=<PASSWORD>;
public static final int path_password_eye_mask_strike_through=<PASSWORD>;
public static final int path_password_eye_mask_visible=<PASSWORD>;
public static final int path_password_strike_through=<PASSWORD>;
public static final int search_menu_title=0x7f0d0026;
public static final int status_bar_notification_info_overflow=0x7f0d0027;
public static final int title_activity_options=0x7f0d0028;
}
public static final class style {
public static final int AlertDialog_AppCompat=0x7f0e0000;
public static final int AlertDialog_AppCompat_Light=0x7f0e0001;
public static final int Animation_AppCompat_Dialog=0x7f0e0002;
public static final int Animation_AppCompat_DropDownUp=0x7f0e0003;
public static final int Animation_AppCompat_Tooltip=0x7f0e0004;
public static final int Animation_Design_BottomSheetDialog=0x7f0e0005;
public static final int AppTheme=0x7f0e0006;
public static final int AppTheme_AppBarOverlay=0x7f0e0007;
public static final int AppTheme_NoActionBar=0x7f0e0008;
public static final int AppTheme_PopupOverlay=0x7f0e0009;
public static final int Base_AlertDialog_AppCompat=0x7f0e000a;
public static final int Base_AlertDialog_AppCompat_Light=0x7f0e000b;
public static final int Base_Animation_AppCompat_Dialog=0x7f0e000c;
public static final int Base_Animation_AppCompat_DropDownUp=0x7f0e000d;
public static final int Base_Animation_AppCompat_Tooltip=0x7f0e000e;
public static final int Base_DialogWindowTitle_AppCompat=0x7f0e000f;
public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0e0010;
public static final int Base_TextAppearance_AppCompat=0x7f0e0011;
public static final int Base_TextAppearance_AppCompat_Body1=0x7f0e0012;
public static final int Base_TextAppearance_AppCompat_Body2=0x7f0e0013;
public static final int Base_TextAppearance_AppCompat_Button=0x7f0e0014;
public static final int Base_TextAppearance_AppCompat_Caption=0x7f0e0015;
public static final int Base_TextAppearance_AppCompat_Display1=0x7f0e0016;
public static final int Base_TextAppearance_AppCompat_Display2=0x7f0e0017;
public static final int Base_TextAppearance_AppCompat_Display3=0x7f0e0018;
public static final int Base_TextAppearance_AppCompat_Display4=0x7f0e0019;
public static final int Base_TextAppearance_AppCompat_Headline=0x7f0e001a;
public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0e001b;
public static final int Base_TextAppearance_AppCompat_Large=0x7f0e001c;
public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0e001d;
public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0e001e;
public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0e001f;
public static final int Base_TextAppearance_AppCompat_Medium=0x7f0e0020;
public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0e0021;
public static final int Base_TextAppearance_AppCompat_Menu=0x7f0e0022;
public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0e0023;
public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0e0024;
public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0e0025;
public static final int Base_TextAppearance_AppCompat_Small=0x7f0e0026;
public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0e0027;
public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0e0028;
public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0e0029;
public static final int Base_TextAppearance_AppCompat_Title=0x7f0e002a;
public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0e002b;
public static final int Base_TextAppearance_AppCompat_Tooltip=0x7f0e002c;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0e002d;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0e002e;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0e002f;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0e0030;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0e0031;
public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0e0032;
public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0e0033;
public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f0e0034;
public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0e0035;
public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0e0036;
public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0e0037;
public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0e0038;
public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0e0039;
public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0e003a;
public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0e003b;
public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0e003c;
public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0e003d;
public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0e003e;
public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0e003f;
public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0e0040;
public static final int Base_Theme_AppCompat=0x7f0e0041;
public static final int Base_Theme_AppCompat_CompactMenu=0x7f0e0042;
public static final int Base_Theme_AppCompat_Dialog=0x7f0e0043;
public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0e0044;
public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0e0045;
public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0e0046;
public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0e0047;
public static final int Base_Theme_AppCompat_Light=0x7f0e0048;
public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0e0049;
public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0e004a;
public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0e004b;
public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0e004c;
public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0e004d;
public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0e004e;
public static final int Base_ThemeOverlay_AppCompat=0x7f0e004f;
public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0e0050;
public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0e0051;
public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0e0052;
public static final int Base_ThemeOverlay_AppCompat_Dialog=0x7f0e0053;
public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0e0054;
public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0e0055;
public static final int Base_V14_Widget_Design_AppBarLayout=0x7f0e0056;
public static final int Base_V21_Theme_AppCompat=0x7f0e0057;
public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0e0058;
public static final int Base_V21_Theme_AppCompat_Light=0x7f0e0059;
public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0e005a;
public static final int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0e005b;
public static final int Base_V21_Widget_Design_AppBarLayout=0x7f0e005c;
public static final int Base_V22_Theme_AppCompat=0x7f0e005d;
public static final int Base_V22_Theme_AppCompat_Light=0x7f0e005e;
public static final int Base_V23_Theme_AppCompat=0x7f0e005f;
public static final int Base_V23_Theme_AppCompat_Light=0x7f0e0060;
public static final int Base_V26_Theme_AppCompat=0x7f0e0061;
public static final int Base_V26_Theme_AppCompat_Light=0x7f0e0062;
public static final int Base_V26_Widget_AppCompat_Toolbar=0x7f0e0063;
public static final int Base_V26_Widget_Design_AppBarLayout=0x7f0e0064;
public static final int Base_V7_Theme_AppCompat=0x7f0e0065;
public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0e0066;
public static final int Base_V7_Theme_AppCompat_Light=0x7f0e0067;
public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0e0068;
public static final int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0e0069;
public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0e006a;
public static final int Base_V7_Widget_AppCompat_EditText=0x7f0e006b;
public static final int Base_V7_Widget_AppCompat_Toolbar=0x7f0e006c;
public static final int Base_Widget_AppCompat_ActionBar=0x7f0e006d;
public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0e006e;
public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0e006f;
public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0e0070;
public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0e0071;
public static final int Base_Widget_AppCompat_ActionButton=0x7f0e0072;
public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0e0073;
public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0e0074;
public static final int Base_Widget_AppCompat_ActionMode=0x7f0e0075;
public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0e0076;
public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0e0077;
public static final int Base_Widget_AppCompat_Button=0x7f0e0078;
public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0e0079;
public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0e007a;
public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0e007b;
public static final int Base_Widget_AppCompat_Button_Colored=0x7f0e007c;
public static final int Base_Widget_AppCompat_Button_Small=0x7f0e007d;
public static final int Base_Widget_AppCompat_ButtonBar=0x7f0e007e;
public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0e007f;
public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0e0080;
public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0e0081;
public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0e0082;
public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0e0083;
public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0e0084;
public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0e0085;
public static final int Base_Widget_AppCompat_EditText=0x7f0e0086;
public static final int Base_Widget_AppCompat_ImageButton=0x7f0e0087;
public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0e0088;
public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0e0089;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0e008a;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0e008b;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0e008c;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0e008d;
public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0e008e;
public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0e008f;
public static final int Base_Widget_AppCompat_ListMenuView=0x7f0e0090;
public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0e0091;
public static final int Base_Widget_AppCompat_ListView=0x7f0e0092;
public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0e0093;
public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0e0094;
public static final int Base_Widget_AppCompat_PopupMenu=0x7f0e0095;
public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0e0096;
public static final int Base_Widget_AppCompat_PopupWindow=0x7f0e0097;
public static final int Base_Widget_AppCompat_ProgressBar=0x7f0e0098;
public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0e0099;
public static final int Base_Widget_AppCompat_RatingBar=0x7f0e009a;
public static final int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0e009b;
public static final int Base_Widget_AppCompat_RatingBar_Small=0x7f0e009c;
public static final int Base_Widget_AppCompat_SearchView=0x7f0e009d;
public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0e009e;
public static final int Base_Widget_AppCompat_SeekBar=0x7f0e009f;
public static final int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0e00a0;
public static final int Base_Widget_AppCompat_Spinner=0x7f0e00a1;
public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0e00a2;
public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0e00a3;
public static final int Base_Widget_AppCompat_Toolbar=0x7f0e00a4;
public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0e00a5;
public static final int Base_Widget_Design_AppBarLayout=0x7f0e00a6;
public static final int Base_Widget_Design_TabLayout=0x7f0e00a7;
public static final int Platform_AppCompat=0x7f0e00a8;
public static final int Platform_AppCompat_Light=0x7f0e00a9;
public static final int Platform_ThemeOverlay_AppCompat=0x7f0e00aa;
public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0e00ab;
public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0e00ac;
public static final int Platform_V21_AppCompat=0x7f0e00ad;
public static final int Platform_V21_AppCompat_Light=0x7f0e00ae;
public static final int Platform_V25_AppCompat=0x7f0e00af;
public static final int Platform_V25_AppCompat_Light=0x7f0e00b0;
public static final int Platform_Widget_AppCompat_Spinner=0x7f0e00b1;
public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0e00b2;
public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0e00b3;
public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0e00b4;
public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0e00b5;
public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0e00b6;
public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0e00b7;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0e00b8;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0e00b9;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0e00ba;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0e00bb;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0e00bc;
public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0e00bd;
public static final int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0e00be;
public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0e00bf;
public static final int TextAppearance_AppCompat=0x7f0e00c0;
public static final int TextAppearance_AppCompat_Body1=0x7f0e00c1;
public static final int TextAppearance_AppCompat_Body2=0x7f0e00c2;
public static final int TextAppearance_AppCompat_Button=0x7f0e00c3;
public static final int TextAppearance_AppCompat_Caption=0x7f0e00c4;
public static final int TextAppearance_AppCompat_Display1=0x7f0e00c5;
public static final int TextAppearance_AppCompat_Display2=0x7f0e00c6;
public static final int TextAppearance_AppCompat_Display3=0x7f0e00c7;
public static final int TextAppearance_AppCompat_Display4=0x7f0e00c8;
public static final int TextAppearance_AppCompat_Headline=0x7f0e00c9;
public static final int TextAppearance_AppCompat_Inverse=0x7f0e00ca;
public static final int TextAppearance_AppCompat_Large=0x7f0e00cb;
public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0e00cc;
public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0e00cd;
public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0e00ce;
public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0e00cf;
public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0e00d0;
public static final int TextAppearance_AppCompat_Medium=0x7f0e00d1;
public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0e00d2;
public static final int TextAppearance_AppCompat_Menu=0x7f0e00d3;
public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0e00d4;
public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0e00d5;
public static final int TextAppearance_AppCompat_Small=0x7f0e00d6;
public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0e00d7;
public static final int TextAppearance_AppCompat_Subhead=0x7f0e00d8;
public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0e00d9;
public static final int TextAppearance_AppCompat_Title=0x7f0e00da;
public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0e00db;
public static final int TextAppearance_AppCompat_Tooltip=0x7f0e00dc;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0e00dd;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0e00de;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0e00df;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0e00e0;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0e00e1;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0e00e2;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0e00e3;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0e00e4;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0e00e5;
public static final int TextAppearance_AppCompat_Widget_Button=0x7f0e00e6;
public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0e00e7;
public static final int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0e00e8;
public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0e00e9;
public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0e00ea;
public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0e00eb;
public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0e00ec;
public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0e00ed;
public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0e00ee;
public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0e00ef;
public static final int TextAppearance_Compat_Notification=0x7f0e00f0;
public static final int TextAppearance_Compat_Notification_Info=0x7f0e00f1;
public static final int TextAppearance_Compat_Notification_Info_Media=0x7f0e00f2;
public static final int TextAppearance_Compat_Notification_Line2=0x7f0e00f3;
public static final int TextAppearance_Compat_Notification_Line2_Media=0x7f0e00f4;
public static final int TextAppearance_Compat_Notification_Media=0x7f0e00f5;
public static final int TextAppearance_Compat_Notification_Time=0x7f0e00f6;
public static final int TextAppearance_Compat_Notification_Time_Media=0x7f0e00f7;
public static final int TextAppearance_Compat_Notification_Title=0x7f0e00f8;
public static final int TextAppearance_Compat_Notification_Title_Media=0x7f0e00f9;
public static final int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0e00fa;
public static final int TextAppearance_Design_Counter=0x7f0e00fb;
public static final int TextAppearance_Design_Counter_Overflow=0x7f0e00fc;
public static final int TextAppearance_Design_Error=0x7f0e00fd;
public static final int TextAppearance_Design_Hint=0x7f0e00fe;
public static final int TextAppearance_Design_Snackbar_Message=0x7f0e00ff;
public static final int TextAppearance_Design_Tab=0x7f0e0100;
public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0e0101;
public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0e0102;
public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0e0103;
public static final int Theme_AppCompat=0x7f0e0104;
public static final int Theme_AppCompat_CompactMenu=0x7f0e0105;
public static final int Theme_AppCompat_DayNight=0x7f0e0106;
public static final int Theme_AppCompat_DayNight_DarkActionBar=0x7f0e0107;
public static final int Theme_AppCompat_DayNight_Dialog=0x7f0e0108;
public static final int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0e0109;
public static final int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0e010a;
public static final int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0e010b;
public static final int Theme_AppCompat_DayNight_NoActionBar=0x7f0e010c;
public static final int Theme_AppCompat_Dialog=0x7f0e010d;
public static final int Theme_AppCompat_Dialog_Alert=0x7f0e010e;
public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0e010f;
public static final int Theme_AppCompat_DialogWhenLarge=0x7f0e0110;
public static final int Theme_AppCompat_Light=0x7f0e0111;
public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0e0112;
public static final int Theme_AppCompat_Light_Dialog=0x7f0e0113;
public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0e0114;
public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0e0115;
public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0e0116;
public static final int Theme_AppCompat_Light_NoActionBar=0x7f0e0117;
public static final int Theme_AppCompat_NoActionBar=0x7f0e0118;
public static final int Theme_Design=0x7f0e0119;
public static final int Theme_Design_BottomSheetDialog=0x7f0e011a;
public static final int Theme_Design_Light=0x7f0e011b;
public static final int Theme_Design_Light_BottomSheetDialog=0x7f0e011c;
public static final int Theme_Design_Light_NoActionBar=0x7f0e011d;
public static final int Theme_Design_NoActionBar=0x7f0e011e;
public static final int ThemeOverlay_AppCompat=0x7f0e011f;
public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0e0120;
public static final int ThemeOverlay_AppCompat_Dark=0x7f0e0121;
public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0e0122;
public static final int ThemeOverlay_AppCompat_Dialog=0x7f0e0123;
public static final int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0e0124;
public static final int ThemeOverlay_AppCompat_Light=0x7f0e0125;
public static final int Widget_AppCompat_ActionBar=0x7f0e0126;
public static final int Widget_AppCompat_ActionBar_Solid=0x7f0e0127;
public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0e0128;
public static final int Widget_AppCompat_ActionBar_TabText=0x7f0e0129;
public static final int Widget_AppCompat_ActionBar_TabView=0x7f0e012a;
public static final int Widget_AppCompat_ActionButton=0x7f0e012b;
public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0e012c;
public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0e012d;
public static final int Widget_AppCompat_ActionMode=0x7f0e012e;
public static final int Widget_AppCompat_ActivityChooserView=0x7f0e012f;
public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0e0130;
public static final int Widget_AppCompat_Button=0x7f0e0131;
public static final int Widget_AppCompat_Button_Borderless=0x7f0e0132;
public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0e0133;
public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0e0134;
public static final int Widget_AppCompat_Button_Colored=0x7f0e0135;
public static final int Widget_AppCompat_Button_Small=0x7f0e0136;
public static final int Widget_AppCompat_ButtonBar=0x7f0e0137;
public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0e0138;
public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0e0139;
public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0e013a;
public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0e013b;
public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0e013c;
public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0e013d;
public static final int Widget_AppCompat_EditText=0x7f0e013e;
public static final int Widget_AppCompat_ImageButton=0x7f0e013f;
public static final int Widget_AppCompat_Light_ActionBar=0x7f0e0140;
public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0e0141;
public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0e0142;
public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0e0143;
public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0e0144;
public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0e0145;
public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0e0146;
public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0e0147;
public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0e0148;
public static final int Widget_AppCompat_Light_ActionButton=0x7f0e0149;
public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0e014a;
public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0e014b;
public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0e014c;
public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0e014d;
public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0e014e;
public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0e014f;
public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0e0150;
public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0e0151;
public static final int Widget_AppCompat_Light_PopupMenu=0x7f0e0152;
public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0e0153;
public static final int Widget_AppCompat_Light_SearchView=0x7f0e0154;
public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0e0155;
public static final int Widget_AppCompat_ListMenuView=0x7f0e0156;
public static final int Widget_AppCompat_ListPopupWindow=0x7f0e0157;
public static final int Widget_AppCompat_ListView=0x7f0e0158;
public static final int Widget_AppCompat_ListView_DropDown=0x7f0e0159;
public static final int Widget_AppCompat_ListView_Menu=0x7f0e015a;
public static final int Widget_AppCompat_PopupMenu=0x7f0e015b;
public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0e015c;
public static final int Widget_AppCompat_PopupWindow=0x7f0e015d;
public static final int Widget_AppCompat_ProgressBar=0x7f0e015e;
public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0e015f;
public static final int Widget_AppCompat_RatingBar=0x7f0e0160;
public static final int Widget_AppCompat_RatingBar_Indicator=0x7f0e0161;
public static final int Widget_AppCompat_RatingBar_Small=0x7f0e0162;
public static final int Widget_AppCompat_SearchView=0x7f0e0163;
public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0e0164;
public static final int Widget_AppCompat_SeekBar=0x7f0e0165;
public static final int Widget_AppCompat_SeekBar_Discrete=0x7f0e0166;
public static final int Widget_AppCompat_Spinner=0x7f0e0167;
public static final int Widget_AppCompat_Spinner_DropDown=0x7f0e0168;
public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0e0169;
public static final int Widget_AppCompat_Spinner_Underlined=0x7f0e016a;
public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0e016b;
public static final int Widget_AppCompat_Toolbar=0x7f0e016c;
public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0e016d;
public static final int Widget_Compat_NotificationActionContainer=0x7f0e016e;
public static final int Widget_Compat_NotificationActionText=0x7f0e016f;
public static final int Widget_Design_AppBarLayout=0x7f0e0170;
public static final int Widget_Design_BottomNavigationView=0x7f0e0171;
public static final int Widget_Design_BottomSheet_Modal=0x7f0e0172;
public static final int Widget_Design_CollapsingToolbar=0x7f0e0173;
public static final int Widget_Design_CoordinatorLayout=0x7f0e0174;
public static final int Widget_Design_FloatingActionButton=0x7f0e0175;
public static final int Widget_Design_NavigationView=0x7f0e0176;
public static final int Widget_Design_ScrimInsetsFrameLayout=0x7f0e0177;
public static final int Widget_Design_Snackbar=0x7f0e0178;
public static final int Widget_Design_TabLayout=0x7f0e0179;
public static final int Widget_Design_TextInputLayout=0x7f0e017a;
public static final int Widget_Support_CoordinatorLayout=0x7f0e017b;
}
public static final class styleable {
/**
* Attributes that can be used with a ActionBar.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #ActionBar_background com.example.laura.quiz:background}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_backgroundSplit com.example.laura.quiz:backgroundSplit}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_backgroundStacked com.example.laura.quiz:backgroundStacked}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_contentInsetEnd com.example.laura.quiz:contentInsetEnd}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_contentInsetEndWithActions com.example.laura.quiz:contentInsetEndWithActions}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_contentInsetLeft com.example.laura.quiz:contentInsetLeft}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_contentInsetRight com.example.laura.quiz:contentInsetRight}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_contentInsetStart com.example.laura.quiz:contentInsetStart}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_contentInsetStartWithNavigation com.example.laura.quiz:contentInsetStartWithNavigation}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_customNavigationLayout com.example.laura.quiz:customNavigationLayout}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_displayOptions com.example.laura.quiz:displayOptions}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_divider com.example.laura.quiz:divider}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_elevation com.example.laura.quiz:elevation}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_height com.example.laura.quiz:height}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_hideOnContentScroll com.example.laura.quiz:hideOnContentScroll}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_homeAsUpIndicator com.example.laura.quiz:homeAsUpIndicator}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_homeLayout com.example.laura.quiz:homeLayout}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_icon com.example.laura.quiz:icon}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_indeterminateProgressStyle com.example.laura.quiz:indeterminateProgressStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_itemPadding com.example.laura.quiz:itemPadding}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_logo com.example.laura.quiz:logo}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_navigationMode com.example.laura.quiz:navigationMode}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_popupTheme com.example.laura.quiz:popupTheme}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_progressBarPadding com.example.laura.quiz:progressBarPadding}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_progressBarStyle com.example.laura.quiz:progressBarStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_subtitle com.example.laura.quiz:subtitle}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_subtitleTextStyle com.example.laura.quiz:subtitleTextStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_title com.example.laura.quiz:title}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionBar_titleTextStyle com.example.laura.quiz:titleTextStyle}</code></td><td></td></tr>
* </table>
* @see #ActionBar_background
* @see #ActionBar_backgroundSplit
* @see #ActionBar_backgroundStacked
* @see #ActionBar_contentInsetEnd
* @see #ActionBar_contentInsetEndWithActions
* @see #ActionBar_contentInsetLeft
* @see #ActionBar_contentInsetRight
* @see #ActionBar_contentInsetStart
* @see #ActionBar_contentInsetStartWithNavigation
* @see #ActionBar_customNavigationLayout
* @see #ActionBar_displayOptions
* @see #ActionBar_divider
* @see #ActionBar_elevation
* @see #ActionBar_height
* @see #ActionBar_hideOnContentScroll
* @see #ActionBar_homeAsUpIndicator
* @see #ActionBar_homeLayout
* @see #ActionBar_icon
* @see #ActionBar_indeterminateProgressStyle
* @see #ActionBar_itemPadding
* @see #ActionBar_logo
* @see #ActionBar_navigationMode
* @see #ActionBar_popupTheme
* @see #ActionBar_progressBarPadding
* @see #ActionBar_progressBarStyle
* @see #ActionBar_subtitle
* @see #ActionBar_subtitleTextStyle
* @see #ActionBar_title
* @see #ActionBar_titleTextStyle
*/
public static final int[] ActionBar={
0x7f030031, 0x7f030032, 0x7f030033, 0x7f030067,
0x7f030068, 0x7f030069, 0x7f03006a, 0x7f03006b,
0x7f03006c, 0x7f030074, 0x7f030078, 0x7f030079,
0x7f030084, 0x7f0300a6, 0x7f0300a7, 0x7f0300ab,
0x7f0300ac, 0x7f0300ad, 0x7f0300b2, 0x7f0300b8,
0x7f030105, 0x7f03010e, 0x7f03011e, 0x7f030122,
0x7f030123, 0x7f030147, 0x7f03014a, 0x7f030176,
0x7f030180
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#background}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:background
*/
public static final int ActionBar_background=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#backgroundSplit}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:backgroundSplit
*/
public static final int ActionBar_backgroundSplit=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#backgroundStacked}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:backgroundStacked
*/
public static final int ActionBar_backgroundStacked=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#contentInsetEnd}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:contentInsetEnd
*/
public static final int ActionBar_contentInsetEnd=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#contentInsetEndWithActions}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:contentInsetEndWithActions
*/
public static final int ActionBar_contentInsetEndWithActions=4;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#contentInsetLeft}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:contentInsetLeft
*/
public static final int ActionBar_contentInsetLeft=5;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#contentInsetRight}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:contentInsetRight
*/
public static final int ActionBar_contentInsetRight=6;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#contentInsetStart}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:contentInsetStart
*/
public static final int ActionBar_contentInsetStart=7;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#contentInsetStartWithNavigation}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:contentInsetStartWithNavigation
*/
public static final int ActionBar_contentInsetStartWithNavigation=8;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#customNavigationLayout}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:customNavigationLayout
*/
public static final int ActionBar_customNavigationLayout=9;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#displayOptions}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>disableHome</td><td>20</td><td></td></tr>
* <tr><td>homeAsUp</td><td>4</td><td></td></tr>
* <tr><td>none</td><td>0</td><td></td></tr>
* <tr><td>showCustom</td><td>10</td><td></td></tr>
* <tr><td>showHome</td><td>2</td><td></td></tr>
* <tr><td>showTitle</td><td>8</td><td></td></tr>
* <tr><td>useLogo</td><td>1</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:displayOptions
*/
public static final int ActionBar_displayOptions=10;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#divider}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:divider
*/
public static final int ActionBar_divider=11;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#elevation}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:elevation
*/
public static final int ActionBar_elevation=12;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#height}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:height
*/
public static final int ActionBar_height=13;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#hideOnContentScroll}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:hideOnContentScroll
*/
public static final int ActionBar_hideOnContentScroll=14;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#homeAsUpIndicator}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:homeAsUpIndicator
*/
public static final int ActionBar_homeAsUpIndicator=15;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#homeLayout}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:homeLayout
*/
public static final int ActionBar_homeLayout=16;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#icon}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:icon
*/
public static final int ActionBar_icon=17;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#indeterminateProgressStyle}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:indeterminateProgressStyle
*/
public static final int ActionBar_indeterminateProgressStyle=18;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#itemPadding}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:itemPadding
*/
public static final int ActionBar_itemPadding=19;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#logo}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:logo
*/
public static final int ActionBar_logo=20;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#navigationMode}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>listMode</td><td>1</td><td></td></tr>
* <tr><td>normal</td><td>0</td><td></td></tr>
* <tr><td>tabMode</td><td>2</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:navigationMode
*/
public static final int ActionBar_navigationMode=21;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#popupTheme}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:popupTheme
*/
public static final int ActionBar_popupTheme=22;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#progressBarPadding}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:progressBarPadding
*/
public static final int ActionBar_progressBarPadding=23;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#progressBarStyle}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:progressBarStyle
*/
public static final int ActionBar_progressBarStyle=24;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#subtitle}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:subtitle
*/
public static final int ActionBar_subtitle=25;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#subtitleTextStyle}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:subtitleTextStyle
*/
public static final int ActionBar_subtitleTextStyle=26;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#title}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:title
*/
public static final int ActionBar_title=27;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#titleTextStyle}
* attribute's value can be found in the {@link #ActionBar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:titleTextStyle
*/
public static final int ActionBar_titleTextStyle=28;
/**
* Attributes that can be used with a ActionBarLayout.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}</code></td><td></td></tr>
* </table>
* @see #ActionBarLayout_android_layout_gravity
*/
public static final int[] ActionBarLayout={
0x010100b3
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#layout_gravity}
* attribute's value can be found in the {@link #ActionBarLayout} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>bottom</td><td>50</td><td></td></tr>
* <tr><td>center</td><td>11</td><td></td></tr>
* <tr><td>center_horizontal</td><td>1</td><td></td></tr>
* <tr><td>center_vertical</td><td>10</td><td></td></tr>
* <tr><td>clip_horizontal</td><td>8</td><td></td></tr>
* <tr><td>clip_vertical</td><td>80</td><td></td></tr>
* <tr><td>end</td><td>800005</td><td></td></tr>
* <tr><td>fill</td><td>77</td><td></td></tr>
* <tr><td>fill_horizontal</td><td>7</td><td></td></tr>
* <tr><td>fill_vertical</td><td>70</td><td></td></tr>
* <tr><td>left</td><td>3</td><td></td></tr>
* <tr><td>right</td><td>5</td><td></td></tr>
* <tr><td>start</td><td>800003</td><td></td></tr>
* <tr><td>top</td><td>30</td><td></td></tr>
* </table>
*
* @attr name android:layout_gravity
*/
public static final int ActionBarLayout_android_layout_gravity=0;
/**
* Attributes that can be used with a ActionMenuItemView.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #ActionMenuItemView_android_minWidth android:minWidth}</code></td><td></td></tr>
* </table>
* @see #ActionMenuItemView_android_minWidth
*/
public static final int[] ActionMenuItemView={
0x0101013f
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#minWidth}
* attribute's value can be found in the {@link #ActionMenuItemView} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:minWidth
*/
public static final int ActionMenuItemView_android_minWidth=0;
public static final int[] ActionMenuView={
};
/**
* Attributes that can be used with a ActionMode.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #ActionMode_background com.example.laura.quiz:background}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionMode_backgroundSplit com.example.laura.quiz:backgroundSplit}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionMode_closeItemLayout com.example.laura.quiz:closeItemLayout}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionMode_height com.example.laura.quiz:height}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionMode_subtitleTextStyle com.example.laura.quiz:subtitleTextStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #ActionMode_titleTextStyle com.example.laura.quiz:titleTextStyle}</code></td><td></td></tr>
* </table>
* @see #ActionMode_background
* @see #ActionMode_backgroundSplit
* @see #ActionMode_closeItemLayout
* @see #ActionMode_height
* @see #ActionMode_subtitleTextStyle
* @see #ActionMode_titleTextStyle
*/
public static final int[] ActionMode={
0x7f030031, 0x7f030032, 0x7f030052, 0x7f0300a6,
0x7f03014a, 0x7f030180
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#background}
* attribute's value can be found in the {@link #ActionMode} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:background
*/
public static final int ActionMode_background=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#backgroundSplit}
* attribute's value can be found in the {@link #ActionMode} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:backgroundSplit
*/
public static final int ActionMode_backgroundSplit=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#closeItemLayout}
* attribute's value can be found in the {@link #ActionMode} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:closeItemLayout
*/
public static final int ActionMode_closeItemLayout=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#height}
* attribute's value can be found in the {@link #ActionMode} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:height
*/
public static final int ActionMode_height=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#subtitleTextStyle}
* attribute's value can be found in the {@link #ActionMode} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:subtitleTextStyle
*/
public static final int ActionMode_subtitleTextStyle=4;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#titleTextStyle}
* attribute's value can be found in the {@link #ActionMode} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:titleTextStyle
*/
public static final int ActionMode_titleTextStyle=5;
/**
* Attributes that can be used with a ActivityChooserView.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.example.laura.quiz:expandActivityOverflowButtonDrawable}</code></td><td></td></tr>
* <tr><td><code>{@link #ActivityChooserView_initialActivityCount com.example.laura.quiz:initialActivityCount}</code></td><td></td></tr>
* </table>
* @see #ActivityChooserView_expandActivityOverflowButtonDrawable
* @see #ActivityChooserView_initialActivityCount
*/
public static final int[] ActivityChooserView={
0x7f030088, 0x7f0300b3
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#expandActivityOverflowButtonDrawable}
* attribute's value can be found in the {@link #ActivityChooserView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:expandActivityOverflowButtonDrawable
*/
public static final int ActivityChooserView_expandActivityOverflowButtonDrawable=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#initialActivityCount}
* attribute's value can be found in the {@link #ActivityChooserView} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:initialActivityCount
*/
public static final int ActivityChooserView_initialActivityCount=1;
/**
* Attributes that can be used with a AlertDialog.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #AlertDialog_android_layout android:layout}</code></td><td></td></tr>
* <tr><td><code>{@link #AlertDialog_buttonIconDimen com.example.laura.quiz:buttonIconDimen}</code></td><td></td></tr>
* <tr><td><code>{@link #AlertDialog_buttonPanelSideLayout com.example.laura.quiz:buttonPanelSideLayout}</code></td><td></td></tr>
* <tr><td><code>{@link #AlertDialog_listItemLayout com.example.laura.quiz:listItemLayout}</code></td><td></td></tr>
* <tr><td><code>{@link #AlertDialog_listLayout com.example.laura.quiz:listLayout}</code></td><td></td></tr>
* <tr><td><code>{@link #AlertDialog_multiChoiceItemLayout com.example.laura.quiz:multiChoiceItemLayout}</code></td><td></td></tr>
* <tr><td><code>{@link #AlertDialog_showTitle com.example.laura.quiz:showTitle}</code></td><td></td></tr>
* <tr><td><code>{@link #AlertDialog_singleChoiceItemLayout com.example.laura.quiz:singleChoiceItemLayout}</code></td><td></td></tr>
* </table>
* @see #AlertDialog_android_layout
* @see #AlertDialog_buttonIconDimen
* @see #AlertDialog_buttonPanelSideLayout
* @see #AlertDialog_listItemLayout
* @see #AlertDialog_listLayout
* @see #AlertDialog_multiChoiceItemLayout
* @see #AlertDialog_showTitle
* @see #AlertDialog_singleChoiceItemLayout
*/
public static final int[] AlertDialog={
0x010100f2, 0x7f030048, 0x7f030049, 0x7f0300fc,
0x7f0300fd, 0x7f03010b, 0x7f030137, 0x7f030138
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#layout}
* attribute's value can be found in the {@link #AlertDialog} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:layout
*/
public static final int AlertDialog_android_layout=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#buttonIconDimen}
* attribute's value can be found in the {@link #AlertDialog} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:buttonIconDimen
*/
public static final int AlertDialog_buttonIconDimen=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#buttonPanelSideLayout}
* attribute's value can be found in the {@link #AlertDialog} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:buttonPanelSideLayout
*/
public static final int AlertDialog_buttonPanelSideLayout=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#listItemLayout}
* attribute's value can be found in the {@link #AlertDialog} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:listItemLayout
*/
public static final int AlertDialog_listItemLayout=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#listLayout}
* attribute's value can be found in the {@link #AlertDialog} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:listLayout
*/
public static final int AlertDialog_listLayout=4;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#multiChoiceItemLayout}
* attribute's value can be found in the {@link #AlertDialog} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:multiChoiceItemLayout
*/
public static final int AlertDialog_multiChoiceItemLayout=5;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#showTitle}
* attribute's value can be found in the {@link #AlertDialog} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:showTitle
*/
public static final int AlertDialog_showTitle=6;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#singleChoiceItemLayout}
* attribute's value can be found in the {@link #AlertDialog} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:singleChoiceItemLayout
*/
public static final int AlertDialog_singleChoiceItemLayout=7;
/**
* Attributes that can be used with a AppBarLayout.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #AppBarLayout_android_background android:background}</code></td><td></td></tr>
* <tr><td><code>{@link #AppBarLayout_android_touchscreenBlocksFocus android:touchscreenBlocksFocus}</code></td><td></td></tr>
* <tr><td><code>{@link #AppBarLayout_android_keyboardNavigationCluster android:keyboardNavigationCluster}</code></td><td></td></tr>
* <tr><td><code>{@link #AppBarLayout_elevation com.example.laura.quiz:elevation}</code></td><td></td></tr>
* <tr><td><code>{@link #AppBarLayout_expanded com.example.laura.quiz:expanded}</code></td><td></td></tr>
* </table>
* @see #AppBarLayout_android_background
* @see #AppBarLayout_android_touchscreenBlocksFocus
* @see #AppBarLayout_android_keyboardNavigationCluster
* @see #AppBarLayout_elevation
* @see #AppBarLayout_expanded
*/
public static final int[] AppBarLayout={
0x010100d4, 0x0101048f, 0x01010540, 0x7f030084,
0x7f030089
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#background}
* attribute's value can be found in the {@link #AppBarLayout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:background
*/
public static final int AppBarLayout_android_background=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#touchscreenBlocksFocus}
* attribute's value can be found in the {@link #AppBarLayout} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name android:touchscreenBlocksFocus
*/
public static final int AppBarLayout_android_touchscreenBlocksFocus=1;
/**
* <p>This symbol is the offset where the {@link android.R.attr#keyboardNavigationCluster}
* attribute's value can be found in the {@link #AppBarLayout} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name android:keyboardNavigationCluster
*/
public static final int AppBarLayout_android_keyboardNavigationCluster=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#elevation}
* attribute's value can be found in the {@link #AppBarLayout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:elevation
*/
public static final int AppBarLayout_elevation=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#expanded}
* attribute's value can be found in the {@link #AppBarLayout} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:expanded
*/
public static final int AppBarLayout_expanded=4;
/**
* Attributes that can be used with a AppBarLayoutStates.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #AppBarLayoutStates_state_collapsed com.example.laura.quiz:state_collapsed}</code></td><td></td></tr>
* <tr><td><code>{@link #AppBarLayoutStates_state_collapsible com.example.laura.quiz:state_collapsible}</code></td><td></td></tr>
* </table>
* @see #AppBarLayoutStates_state_collapsed
* @see #AppBarLayoutStates_state_collapsible
*/
public static final int[] AppBarLayoutStates={
0x7f030141, 0x7f030142
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#state_collapsed}
* attribute's value can be found in the {@link #AppBarLayoutStates} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:state_collapsed
*/
public static final int AppBarLayoutStates_state_collapsed=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#state_collapsible}
* attribute's value can be found in the {@link #AppBarLayoutStates} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:state_collapsible
*/
public static final int AppBarLayoutStates_state_collapsible=1;
/**
* Attributes that can be used with a AppBarLayout_Layout.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #AppBarLayout_Layout_layout_scrollFlags com.example.laura.quiz:layout_scrollFlags}</code></td><td></td></tr>
* <tr><td><code>{@link #AppBarLayout_Layout_layout_scrollInterpolator com.example.laura.quiz:layout_scrollInterpolator}</code></td><td></td></tr>
* </table>
* @see #AppBarLayout_Layout_layout_scrollFlags
* @see #AppBarLayout_Layout_layout_scrollInterpolator
*/
public static final int[] AppBarLayout_Layout={
0x7f0300f8, 0x7f0300f9
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_scrollFlags}
* attribute's value can be found in the {@link #AppBarLayout_Layout} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>enterAlways</td><td>4</td><td></td></tr>
* <tr><td>enterAlwaysCollapsed</td><td>8</td><td></td></tr>
* <tr><td>exitUntilCollapsed</td><td>2</td><td></td></tr>
* <tr><td>scroll</td><td>1</td><td></td></tr>
* <tr><td>snap</td><td>10</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_scrollFlags
*/
public static final int AppBarLayout_Layout_layout_scrollFlags=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_scrollInterpolator}
* attribute's value can be found in the {@link #AppBarLayout_Layout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:layout_scrollInterpolator
*/
public static final int AppBarLayout_Layout_layout_scrollInterpolator=1;
/**
* Attributes that can be used with a AppCompatImageView.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #AppCompatImageView_android_src android:src}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatImageView_srcCompat com.example.laura.quiz:srcCompat}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatImageView_tint com.example.laura.quiz:tint}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatImageView_tintMode com.example.laura.quiz:tintMode}</code></td><td></td></tr>
* </table>
* @see #AppCompatImageView_android_src
* @see #AppCompatImageView_srcCompat
* @see #AppCompatImageView_tint
* @see #AppCompatImageView_tintMode
*/
public static final int[] AppCompatImageView={
0x01010119, 0x7f03013e, 0x7f030174, 0x7f030175
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#src}
* attribute's value can be found in the {@link #AppCompatImageView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:src
*/
public static final int AppCompatImageView_android_src=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#srcCompat}
* attribute's value can be found in the {@link #AppCompatImageView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:srcCompat
*/
public static final int AppCompatImageView_srcCompat=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tint}
* attribute's value can be found in the {@link #AppCompatImageView} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:tint
*/
public static final int AppCompatImageView_tint=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tintMode}
* attribute's value can be found in the {@link #AppCompatImageView} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>add</td><td>10</td><td></td></tr>
* <tr><td>multiply</td><td>e</td><td></td></tr>
* <tr><td>screen</td><td>f</td><td></td></tr>
* <tr><td>src_atop</td><td>9</td><td></td></tr>
* <tr><td>src_in</td><td>5</td><td></td></tr>
* <tr><td>src_over</td><td>3</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:tintMode
*/
public static final int AppCompatImageView_tintMode=3;
/**
* Attributes that can be used with a AppCompatSeekBar.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #AppCompatSeekBar_android_thumb android:thumb}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatSeekBar_tickMark com.example.laura.quiz:tickMark}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatSeekBar_tickMarkTint com.example.laura.quiz:tickMarkTint}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatSeekBar_tickMarkTintMode com.example.laura.quiz:tickMarkTintMode}</code></td><td></td></tr>
* </table>
* @see #AppCompatSeekBar_android_thumb
* @see #AppCompatSeekBar_tickMark
* @see #AppCompatSeekBar_tickMarkTint
* @see #AppCompatSeekBar_tickMarkTintMode
*/
public static final int[] AppCompatSeekBar={
0x01010142, 0x7f030171, 0x7f030172, 0x7f030173
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#thumb}
* attribute's value can be found in the {@link #AppCompatSeekBar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:thumb
*/
public static final int AppCompatSeekBar_android_thumb=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tickMark}
* attribute's value can be found in the {@link #AppCompatSeekBar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:tickMark
*/
public static final int AppCompatSeekBar_tickMark=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tickMarkTint}
* attribute's value can be found in the {@link #AppCompatSeekBar} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:tickMarkTint
*/
public static final int AppCompatSeekBar_tickMarkTint=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tickMarkTintMode}
* attribute's value can be found in the {@link #AppCompatSeekBar} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>add</td><td>10</td><td></td></tr>
* <tr><td>multiply</td><td>e</td><td></td></tr>
* <tr><td>screen</td><td>f</td><td></td></tr>
* <tr><td>src_atop</td><td>9</td><td></td></tr>
* <tr><td>src_in</td><td>5</td><td></td></tr>
* <tr><td>src_over</td><td>3</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:tickMarkTintMode
*/
public static final int AppCompatSeekBar_tickMarkTintMode=3;
/**
* Attributes that can be used with a AppCompatTextHelper.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #AppCompatTextHelper_android_textAppearance android:textAppearance}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTextHelper_android_drawableTop android:drawableTop}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTextHelper_android_drawableRight android:drawableRight}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTextHelper_android_drawableStart android:drawableStart}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd}</code></td><td></td></tr>
* </table>
* @see #AppCompatTextHelper_android_textAppearance
* @see #AppCompatTextHelper_android_drawableTop
* @see #AppCompatTextHelper_android_drawableBottom
* @see #AppCompatTextHelper_android_drawableLeft
* @see #AppCompatTextHelper_android_drawableRight
* @see #AppCompatTextHelper_android_drawableStart
* @see #AppCompatTextHelper_android_drawableEnd
*/
public static final int[] AppCompatTextHelper={
0x01010034, 0x0101016d, 0x0101016e, 0x0101016f,
0x01010170, 0x01010392, 0x01010393
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#textAppearance}
* attribute's value can be found in the {@link #AppCompatTextHelper} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:textAppearance
*/
public static final int AppCompatTextHelper_android_textAppearance=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#drawableTop}
* attribute's value can be found in the {@link #AppCompatTextHelper} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:drawableTop
*/
public static final int AppCompatTextHelper_android_drawableTop=1;
/**
* <p>This symbol is the offset where the {@link android.R.attr#drawableBottom}
* attribute's value can be found in the {@link #AppCompatTextHelper} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:drawableBottom
*/
public static final int AppCompatTextHelper_android_drawableBottom=2;
/**
* <p>This symbol is the offset where the {@link android.R.attr#drawableLeft}
* attribute's value can be found in the {@link #AppCompatTextHelper} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:drawableLeft
*/
public static final int AppCompatTextHelper_android_drawableLeft=3;
/**
* <p>This symbol is the offset where the {@link android.R.attr#drawableRight}
* attribute's value can be found in the {@link #AppCompatTextHelper} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:drawableRight
*/
public static final int AppCompatTextHelper_android_drawableRight=4;
/**
* <p>This symbol is the offset where the {@link android.R.attr#drawableStart}
* attribute's value can be found in the {@link #AppCompatTextHelper} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:drawableStart
*/
public static final int AppCompatTextHelper_android_drawableStart=5;
/**
* <p>This symbol is the offset where the {@link android.R.attr#drawableEnd}
* attribute's value can be found in the {@link #AppCompatTextHelper} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:drawableEnd
*/
public static final int AppCompatTextHelper_android_drawableEnd=6;
/**
* Attributes that can be used with a AppCompatTextView.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #AppCompatTextView_android_textAppearance android:textAppearance}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTextView_autoSizeMaxTextSize com.example.laura.quiz:autoSizeMaxTextSize}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTextView_autoSizeMinTextSize com.example.laura.quiz:autoSizeMinTextSize}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTextView_autoSizePresetSizes com.example.laura.quiz:autoSizePresetSizes}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTextView_autoSizeStepGranularity com.example.laura.quiz:autoSizeStepGranularity}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTextView_autoSizeTextType com.example.laura.quiz:autoSizeTextType}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTextView_fontFamily com.example.laura.quiz:fontFamily}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTextView_textAllCaps com.example.laura.quiz:textAllCaps}</code></td><td></td></tr>
* </table>
* @see #AppCompatTextView_android_textAppearance
* @see #AppCompatTextView_autoSizeMaxTextSize
* @see #AppCompatTextView_autoSizeMinTextSize
* @see #AppCompatTextView_autoSizePresetSizes
* @see #AppCompatTextView_autoSizeStepGranularity
* @see #AppCompatTextView_autoSizeTextType
* @see #AppCompatTextView_fontFamily
* @see #AppCompatTextView_textAllCaps
*/
public static final int[] AppCompatTextView={
0x01010034, 0x7f03002c, 0x7f03002d, 0x7f03002e,
0x7f03002f, 0x7f030030, 0x7f030099, 0x7f030160
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#textAppearance}
* attribute's value can be found in the {@link #AppCompatTextView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:textAppearance
*/
public static final int AppCompatTextView_android_textAppearance=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#autoSizeMaxTextSize}
* attribute's value can be found in the {@link #AppCompatTextView} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:autoSizeMaxTextSize
*/
public static final int AppCompatTextView_autoSizeMaxTextSize=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#autoSizeMinTextSize}
* attribute's value can be found in the {@link #AppCompatTextView} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:autoSizeMinTextSize
*/
public static final int AppCompatTextView_autoSizeMinTextSize=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#autoSizePresetSizes}
* attribute's value can be found in the {@link #AppCompatTextView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:autoSizePresetSizes
*/
public static final int AppCompatTextView_autoSizePresetSizes=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#autoSizeStepGranularity}
* attribute's value can be found in the {@link #AppCompatTextView} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:autoSizeStepGranularity
*/
public static final int AppCompatTextView_autoSizeStepGranularity=4;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#autoSizeTextType}
* attribute's value can be found in the {@link #AppCompatTextView} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>none</td><td>0</td><td></td></tr>
* <tr><td>uniform</td><td>1</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:autoSizeTextType
*/
public static final int AppCompatTextView_autoSizeTextType=5;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#fontFamily}
* attribute's value can be found in the {@link #AppCompatTextView} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:fontFamily
*/
public static final int AppCompatTextView_fontFamily=6;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#textAllCaps}
* attribute's value can be found in the {@link #AppCompatTextView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:textAllCaps
*/
public static final int AppCompatTextView_textAllCaps=7;
/**
* Attributes that can be used with a AppCompatTheme.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionBarDivider com.example.laura.quiz:actionBarDivider}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionBarItemBackground com.example.laura.quiz:actionBarItemBackground}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionBarPopupTheme com.example.laura.quiz:actionBarPopupTheme}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionBarSize com.example.laura.quiz:actionBarSize}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionBarSplitStyle com.example.laura.quiz:actionBarSplitStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionBarStyle com.example.laura.quiz:actionBarStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionBarTabBarStyle com.example.laura.quiz:actionBarTabBarStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionBarTabStyle com.example.laura.quiz:actionBarTabStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionBarTabTextStyle com.example.laura.quiz:actionBarTabTextStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionBarTheme com.example.laura.quiz:actionBarTheme}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionBarWidgetTheme com.example.laura.quiz:actionBarWidgetTheme}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionButtonStyle com.example.laura.quiz:actionButtonStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionDropDownStyle com.example.laura.quiz:actionDropDownStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionMenuTextAppearance com.example.laura.quiz:actionMenuTextAppearance}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionMenuTextColor com.example.laura.quiz:actionMenuTextColor}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionModeBackground com.example.laura.quiz:actionModeBackground}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionModeCloseButtonStyle com.example.laura.quiz:actionModeCloseButtonStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionModeCloseDrawable com.example.laura.quiz:actionModeCloseDrawable}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionModeCopyDrawable com.example.laura.quiz:actionModeCopyDrawable}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionModeCutDrawable com.example.laura.quiz:actionModeCutDrawable}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionModeFindDrawable com.example.laura.quiz:actionModeFindDrawable}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionModePasteDrawable com.example.laura.quiz:actionModePasteDrawable}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionModePopupWindowStyle com.example.laura.quiz:actionModePopupWindowStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionModeSelectAllDrawable com.example.laura.quiz:actionModeSelectAllDrawable}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionModeShareDrawable com.example.laura.quiz:actionModeShareDrawable}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionModeSplitBackground com.example.laura.quiz:actionModeSplitBackground}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionModeStyle com.example.laura.quiz:actionModeStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionModeWebSearchDrawable com.example.laura.quiz:actionModeWebSearchDrawable}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionOverflowButtonStyle com.example.laura.quiz:actionOverflowButtonStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_actionOverflowMenuStyle com.example.laura.quiz:actionOverflowMenuStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_activityChooserViewStyle com.example.laura.quiz:activityChooserViewStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_alertDialogButtonGroupStyle com.example.laura.quiz:alertDialogButtonGroupStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_alertDialogCenterButtons com.example.laura.quiz:alertDialogCenterButtons}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_alertDialogStyle com.example.laura.quiz:alertDialogStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_alertDialogTheme com.example.laura.quiz:alertDialogTheme}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_autoCompleteTextViewStyle com.example.laura.quiz:autoCompleteTextViewStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_borderlessButtonStyle com.example.laura.quiz:borderlessButtonStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_buttonBarButtonStyle com.example.laura.quiz:buttonBarButtonStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_buttonBarNegativeButtonStyle com.example.laura.quiz:buttonBarNegativeButtonStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_buttonBarNeutralButtonStyle com.example.laura.quiz:buttonBarNeutralButtonStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_buttonBarPositiveButtonStyle com.example.laura.quiz:buttonBarPositiveButtonStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_buttonBarStyle com.example.laura.quiz:buttonBarStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_buttonStyle com.example.laura.quiz:buttonStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_buttonStyleSmall com.example.laura.quiz:buttonStyleSmall}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_checkboxStyle com.example.laura.quiz:checkboxStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_checkedTextViewStyle com.example.laura.quiz:checkedTextViewStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_colorAccent com.example.laura.quiz:colorAccent}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_colorBackgroundFloating com.example.laura.quiz:colorBackgroundFloating}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_colorButtonNormal com.example.laura.quiz:colorButtonNormal}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_colorControlActivated com.example.laura.quiz:colorControlActivated}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_colorControlHighlight com.example.laura.quiz:colorControlHighlight}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_colorControlNormal com.example.laura.quiz:colorControlNormal}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_colorError com.example.laura.quiz:colorError}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_colorPrimary com.example.laura.quiz:colorPrimary}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_colorPrimaryDark com.example.laura.quiz:colorPrimaryDark}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_colorSwitchThumbNormal com.example.laura.quiz:colorSwitchThumbNormal}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_controlBackground com.example.laura.quiz:controlBackground}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_dialogPreferredPadding com.example.laura.quiz:dialogPreferredPadding}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_dialogTheme com.example.laura.quiz:dialogTheme}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_dividerHorizontal com.example.laura.quiz:dividerHorizontal}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_dividerVertical com.example.laura.quiz:dividerVertical}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_dropDownListViewStyle com.example.laura.quiz:dropDownListViewStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_dropdownListPreferredItemHeight com.example.laura.quiz:dropdownListPreferredItemHeight}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_editTextBackground com.example.laura.quiz:editTextBackground}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_editTextColor com.example.laura.quiz:editTextColor}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_editTextStyle com.example.laura.quiz:editTextStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_homeAsUpIndicator com.example.laura.quiz:homeAsUpIndicator}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_imageButtonStyle com.example.laura.quiz:imageButtonStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_listChoiceBackgroundIndicator com.example.laura.quiz:listChoiceBackgroundIndicator}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_listDividerAlertDialog com.example.laura.quiz:listDividerAlertDialog}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_listMenuViewStyle com.example.laura.quiz:listMenuViewStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_listPopupWindowStyle com.example.laura.quiz:listPopupWindowStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_listPreferredItemHeight com.example.laura.quiz:listPreferredItemHeight}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_listPreferredItemHeightLarge com.example.laura.quiz:listPreferredItemHeightLarge}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_listPreferredItemHeightSmall com.example.laura.quiz:listPreferredItemHeightSmall}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_listPreferredItemPaddingLeft com.example.laura.quiz:listPreferredItemPaddingLeft}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_listPreferredItemPaddingRight com.example.laura.quiz:listPreferredItemPaddingRight}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_panelBackground com.example.laura.quiz:panelBackground}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_panelMenuListTheme com.example.laura.quiz:panelMenuListTheme}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_panelMenuListWidth com.example.laura.quiz:panelMenuListWidth}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_popupMenuStyle com.example.laura.quiz:popupMenuStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_popupWindowStyle com.example.laura.quiz:popupWindowStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_radioButtonStyle com.example.laura.quiz:radioButtonStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_ratingBarStyle com.example.laura.quiz:ratingBarStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_ratingBarStyleIndicator com.example.laura.quiz:ratingBarStyleIndicator}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_ratingBarStyleSmall com.example.laura.quiz:ratingBarStyleSmall}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_searchViewStyle com.example.laura.quiz:searchViewStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_seekBarStyle com.example.laura.quiz:seekBarStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_selectableItemBackground com.example.laura.quiz:selectableItemBackground}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_selectableItemBackgroundBorderless com.example.laura.quiz:selectableItemBackgroundBorderless}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_spinnerDropDownItemStyle com.example.laura.quiz:spinnerDropDownItemStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_spinnerStyle com.example.laura.quiz:spinnerStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_switchStyle com.example.laura.quiz:switchStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_textAppearanceLargePopupMenu com.example.laura.quiz:textAppearanceLargePopupMenu}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_textAppearanceListItem com.example.laura.quiz:textAppearanceListItem}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_textAppearanceListItemSecondary com.example.laura.quiz:textAppearanceListItemSecondary}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_textAppearanceListItemSmall com.example.laura.quiz:textAppearanceListItemSmall}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_textAppearancePopupMenuHeader com.example.laura.quiz:textAppearancePopupMenuHeader}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_textAppearanceSearchResultSubtitle com.example.laura.quiz:textAppearanceSearchResultSubtitle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_textAppearanceSearchResultTitle com.example.laura.quiz:textAppearanceSearchResultTitle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_textAppearanceSmallPopupMenu com.example.laura.quiz:textAppearanceSmallPopupMenu}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_textColorAlertDialogListItem com.example.laura.quiz:textColorAlertDialogListItem}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_textColorSearchUrl com.example.laura.quiz:textColorSearchUrl}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_toolbarNavigationButtonStyle com.example.laura.quiz:toolbarNavigationButtonStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_toolbarStyle com.example.laura.quiz:toolbarStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_tooltipForegroundColor com.example.laura.quiz:tooltipForegroundColor}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_tooltipFrameBackground com.example.laura.quiz:tooltipFrameBackground}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_viewInflaterClass com.example.laura.quiz:viewInflaterClass}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_windowActionBar com.example.laura.quiz:windowActionBar}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_windowActionBarOverlay com.example.laura.quiz:windowActionBarOverlay}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_windowActionModeOverlay com.example.laura.quiz:windowActionModeOverlay}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_windowFixedHeightMajor com.example.laura.quiz:windowFixedHeightMajor}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_windowFixedHeightMinor com.example.laura.quiz:windowFixedHeightMinor}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_windowFixedWidthMajor com.example.laura.quiz:windowFixedWidthMajor}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_windowFixedWidthMinor com.example.laura.quiz:windowFixedWidthMinor}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_windowMinWidthMajor com.example.laura.quiz:windowMinWidthMajor}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_windowMinWidthMinor com.example.laura.quiz:windowMinWidthMinor}</code></td><td></td></tr>
* <tr><td><code>{@link #AppCompatTheme_windowNoTitle com.example.laura.quiz:windowNoTitle}</code></td><td></td></tr>
* </table>
* @see #AppCompatTheme_android_windowIsFloating
* @see #AppCompatTheme_android_windowAnimationStyle
* @see #AppCompatTheme_actionBarDivider
* @see #AppCompatTheme_actionBarItemBackground
* @see #AppCompatTheme_actionBarPopupTheme
* @see #AppCompatTheme_actionBarSize
* @see #AppCompatTheme_actionBarSplitStyle
* @see #AppCompatTheme_actionBarStyle
* @see #AppCompatTheme_actionBarTabBarStyle
* @see #AppCompatTheme_actionBarTabStyle
* @see #AppCompatTheme_actionBarTabTextStyle
* @see #AppCompatTheme_actionBarTheme
* @see #AppCompatTheme_actionBarWidgetTheme
* @see #AppCompatTheme_actionButtonStyle
* @see #AppCompatTheme_actionDropDownStyle
* @see #AppCompatTheme_actionMenuTextAppearance
* @see #AppCompatTheme_actionMenuTextColor
* @see #AppCompatTheme_actionModeBackground
* @see #AppCompatTheme_actionModeCloseButtonStyle
* @see #AppCompatTheme_actionModeCloseDrawable
* @see #AppCompatTheme_actionModeCopyDrawable
* @see #AppCompatTheme_actionModeCutDrawable
* @see #AppCompatTheme_actionModeFindDrawable
* @see #AppCompatTheme_actionModePasteDrawable
* @see #AppCompatTheme_actionModePopupWindowStyle
* @see #AppCompatTheme_actionModeSelectAllDrawable
* @see #AppCompatTheme_actionModeShareDrawable
* @see #AppCompatTheme_actionModeSplitBackground
* @see #AppCompatTheme_actionModeStyle
* @see #AppCompatTheme_actionModeWebSearchDrawable
* @see #AppCompatTheme_actionOverflowButtonStyle
* @see #AppCompatTheme_actionOverflowMenuStyle
* @see #AppCompatTheme_activityChooserViewStyle
* @see #AppCompatTheme_alertDialogButtonGroupStyle
* @see #AppCompatTheme_alertDialogCenterButtons
* @see #AppCompatTheme_alertDialogStyle
* @see #AppCompatTheme_alertDialogTheme
* @see #AppCompatTheme_autoCompleteTextViewStyle
* @see #AppCompatTheme_borderlessButtonStyle
* @see #AppCompatTheme_buttonBarButtonStyle
* @see #AppCompatTheme_buttonBarNegativeButtonStyle
* @see #AppCompatTheme_buttonBarNeutralButtonStyle
* @see #AppCompatTheme_buttonBarPositiveButtonStyle
* @see #AppCompatTheme_buttonBarStyle
* @see #AppCompatTheme_buttonStyle
* @see #AppCompatTheme_buttonStyleSmall
* @see #AppCompatTheme_checkboxStyle
* @see #AppCompatTheme_checkedTextViewStyle
* @see #AppCompatTheme_colorAccent
* @see #AppCompatTheme_colorBackgroundFloating
* @see #AppCompatTheme_colorButtonNormal
* @see #AppCompatTheme_colorControlActivated
* @see #AppCompatTheme_colorControlHighlight
* @see #AppCompatTheme_colorControlNormal
* @see #AppCompatTheme_colorError
* @see #AppCompatTheme_colorPrimary
* @see #AppCompatTheme_colorPrimaryDark
* @see #AppCompatTheme_colorSwitchThumbNormal
* @see #AppCompatTheme_controlBackground
* @see #AppCompatTheme_dialogPreferredPadding
* @see #AppCompatTheme_dialogTheme
* @see #AppCompatTheme_dividerHorizontal
* @see #AppCompatTheme_dividerVertical
* @see #AppCompatTheme_dropDownListViewStyle
* @see #AppCompatTheme_dropdownListPreferredItemHeight
* @see #AppCompatTheme_editTextBackground
* @see #AppCompatTheme_editTextColor
* @see #AppCompatTheme_editTextStyle
* @see #AppCompatTheme_homeAsUpIndicator
* @see #AppCompatTheme_imageButtonStyle
* @see #AppCompatTheme_listChoiceBackgroundIndicator
* @see #AppCompatTheme_listDividerAlertDialog
* @see #AppCompatTheme_listMenuViewStyle
* @see #AppCompatTheme_listPopupWindowStyle
* @see #AppCompatTheme_listPreferredItemHeight
* @see #AppCompatTheme_listPreferredItemHeightLarge
* @see #AppCompatTheme_listPreferredItemHeightSmall
* @see #AppCompatTheme_listPreferredItemPaddingLeft
* @see #AppCompatTheme_listPreferredItemPaddingRight
* @see #AppCompatTheme_panelBackground
* @see #AppCompatTheme_panelMenuListTheme
* @see #AppCompatTheme_panelMenuListWidth
* @see #AppCompatTheme_popupMenuStyle
* @see #AppCompatTheme_popupWindowStyle
* @see #AppCompatTheme_radioButtonStyle
* @see #AppCompatTheme_ratingBarStyle
* @see #AppCompatTheme_ratingBarStyleIndicator
* @see #AppCompatTheme_ratingBarStyleSmall
* @see #AppCompatTheme_searchViewStyle
* @see #AppCompatTheme_seekBarStyle
* @see #AppCompatTheme_selectableItemBackground
* @see #AppCompatTheme_selectableItemBackgroundBorderless
* @see #AppCompatTheme_spinnerDropDownItemStyle
* @see #AppCompatTheme_spinnerStyle
* @see #AppCompatTheme_switchStyle
* @see #AppCompatTheme_textAppearanceLargePopupMenu
* @see #AppCompatTheme_textAppearanceListItem
* @see #AppCompatTheme_textAppearanceListItemSecondary
* @see #AppCompatTheme_textAppearanceListItemSmall
* @see #AppCompatTheme_textAppearancePopupMenuHeader
* @see #AppCompatTheme_textAppearanceSearchResultSubtitle
* @see #AppCompatTheme_textAppearanceSearchResultTitle
* @see #AppCompatTheme_textAppearanceSmallPopupMenu
* @see #AppCompatTheme_textColorAlertDialogListItem
* @see #AppCompatTheme_textColorSearchUrl
* @see #AppCompatTheme_toolbarNavigationButtonStyle
* @see #AppCompatTheme_toolbarStyle
* @see #AppCompatTheme_tooltipForegroundColor
* @see #AppCompatTheme_tooltipFrameBackground
* @see #AppCompatTheme_viewInflaterClass
* @see #AppCompatTheme_windowActionBar
* @see #AppCompatTheme_windowActionBarOverlay
* @see #AppCompatTheme_windowActionModeOverlay
* @see #AppCompatTheme_windowFixedHeightMajor
* @see #AppCompatTheme_windowFixedHeightMinor
* @see #AppCompatTheme_windowFixedWidthMajor
* @see #AppCompatTheme_windowFixedWidthMinor
* @see #AppCompatTheme_windowMinWidthMajor
* @see #AppCompatTheme_windowMinWidthMinor
* @see #AppCompatTheme_windowNoTitle
*/
public static final int[] 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, 0x7f030022, 0x7f030023, 0x7f030024,
0x7f030025, 0x7f03002b, 0x7f03003f, 0x7f030042,
0x7f030043, 0x7f030044, 0x7f030045, 0x7f030046,
0x7f03004a, 0x7f03004b, 0x7f03004f, 0x7f030050,
0x7f030058, 0x7f030059, 0x7f03005a, 0x7f03005b,
0x7f03005c, 0x7f03005d, 0x7f03005e, 0x7f03005f,
0x7f030060, 0x7f030061, 0x7f03006e, 0x7f030076,
0x7f030077, 0x7f03007a, 0x7f03007c, 0x7f03007f,
0x7f030080, 0x7f030081, 0x7f030082, 0x7f030083,
0x7f0300ab, 0x7f0300b1, 0x7f0300fa, 0x7f0300fb,
0x7f0300fe, 0x7f0300ff, 0x7f030100, 0x7f030101,
0x7f030102, 0x7f030103, 0x7f030104, 0x7f030115,
0x7f030116, 0x7f030117, 0x7f03011d, 0x7f03011f,
0x7f030126, 0x7f030127, 0x7f030128, 0x7f030129,
0x7f030130, 0x7f030131, 0x7f030132, 0x7f030133,
0x7f03013b, 0x7f03013c, 0x7f03014e, 0x7f030161,
0x7f030162, 0x7f030163, 0x7f030164, 0x7f030165,
0x7f030166, 0x7f030167, 0x7f030168, 0x7f030169,
0x7f03016b, 0x7f030182, 0x7f030183, 0x7f030184,
0x7f030185, 0x7f03018b, 0x7f03018d, 0x7f03018e,
0x7f03018f, 0x7f030190, 0x7f030191, 0x7f030192,
0x7f030193, 0x7f030194, 0x7f030195, 0x7f030196
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#windowIsFloating}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name android:windowIsFloating
*/
public static final int AppCompatTheme_android_windowIsFloating=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#windowAnimationStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:windowAnimationStyle
*/
public static final int AppCompatTheme_android_windowAnimationStyle=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionBarDivider}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionBarDivider
*/
public static final int AppCompatTheme_actionBarDivider=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionBarItemBackground}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionBarItemBackground
*/
public static final int AppCompatTheme_actionBarItemBackground=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionBarPopupTheme}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionBarPopupTheme
*/
public static final int AppCompatTheme_actionBarPopupTheme=4;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionBarSize}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>wrap_content</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:actionBarSize
*/
public static final int AppCompatTheme_actionBarSize=5;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionBarSplitStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionBarSplitStyle
*/
public static final int AppCompatTheme_actionBarSplitStyle=6;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionBarStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionBarStyle
*/
public static final int AppCompatTheme_actionBarStyle=7;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionBarTabBarStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionBarTabBarStyle
*/
public static final int AppCompatTheme_actionBarTabBarStyle=8;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionBarTabStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionBarTabStyle
*/
public static final int AppCompatTheme_actionBarTabStyle=9;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionBarTabTextStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionBarTabTextStyle
*/
public static final int AppCompatTheme_actionBarTabTextStyle=10;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionBarTheme}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionBarTheme
*/
public static final int AppCompatTheme_actionBarTheme=11;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionBarWidgetTheme}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionBarWidgetTheme
*/
public static final int AppCompatTheme_actionBarWidgetTheme=12;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionButtonStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionButtonStyle
*/
public static final int AppCompatTheme_actionButtonStyle=13;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionDropDownStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionDropDownStyle
*/
public static final int AppCompatTheme_actionDropDownStyle=14;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionMenuTextAppearance}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionMenuTextAppearance
*/
public static final int AppCompatTheme_actionMenuTextAppearance=15;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionMenuTextColor}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:actionMenuTextColor
*/
public static final int AppCompatTheme_actionMenuTextColor=16;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionModeBackground}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionModeBackground
*/
public static final int AppCompatTheme_actionModeBackground=17;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionModeCloseButtonStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionModeCloseButtonStyle
*/
public static final int AppCompatTheme_actionModeCloseButtonStyle=18;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionModeCloseDrawable}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionModeCloseDrawable
*/
public static final int AppCompatTheme_actionModeCloseDrawable=19;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionModeCopyDrawable}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionModeCopyDrawable
*/
public static final int AppCompatTheme_actionModeCopyDrawable=20;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionModeCutDrawable}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionModeCutDrawable
*/
public static final int AppCompatTheme_actionModeCutDrawable=21;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionModeFindDrawable}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionModeFindDrawable
*/
public static final int AppCompatTheme_actionModeFindDrawable=22;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionModePasteDrawable}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionModePasteDrawable
*/
public static final int AppCompatTheme_actionModePasteDrawable=23;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionModePopupWindowStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionModePopupWindowStyle
*/
public static final int AppCompatTheme_actionModePopupWindowStyle=24;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionModeSelectAllDrawable}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionModeSelectAllDrawable
*/
public static final int AppCompatTheme_actionModeSelectAllDrawable=25;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionModeShareDrawable}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionModeShareDrawable
*/
public static final int AppCompatTheme_actionModeShareDrawable=26;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionModeSplitBackground}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionModeSplitBackground
*/
public static final int AppCompatTheme_actionModeSplitBackground=27;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionModeStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionModeStyle
*/
public static final int AppCompatTheme_actionModeStyle=28;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionModeWebSearchDrawable}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionModeWebSearchDrawable
*/
public static final int AppCompatTheme_actionModeWebSearchDrawable=29;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionOverflowButtonStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionOverflowButtonStyle
*/
public static final int AppCompatTheme_actionOverflowButtonStyle=30;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionOverflowMenuStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionOverflowMenuStyle
*/
public static final int AppCompatTheme_actionOverflowMenuStyle=31;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#activityChooserViewStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:activityChooserViewStyle
*/
public static final int AppCompatTheme_activityChooserViewStyle=32;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#alertDialogButtonGroupStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:alertDialogButtonGroupStyle
*/
public static final int AppCompatTheme_alertDialogButtonGroupStyle=33;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#alertDialogCenterButtons}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:alertDialogCenterButtons
*/
public static final int AppCompatTheme_alertDialogCenterButtons=34;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#alertDialogStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:alertDialogStyle
*/
public static final int AppCompatTheme_alertDialogStyle=35;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#alertDialogTheme}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:alertDialogTheme
*/
public static final int AppCompatTheme_alertDialogTheme=36;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#autoCompleteTextViewStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:autoCompleteTextViewStyle
*/
public static final int AppCompatTheme_autoCompleteTextViewStyle=37;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#borderlessButtonStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:borderlessButtonStyle
*/
public static final int AppCompatTheme_borderlessButtonStyle=38;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#buttonBarButtonStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:buttonBarButtonStyle
*/
public static final int AppCompatTheme_buttonBarButtonStyle=39;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#buttonBarNegativeButtonStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:buttonBarNegativeButtonStyle
*/
public static final int AppCompatTheme_buttonBarNegativeButtonStyle=40;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#buttonBarNeutralButtonStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:buttonBarNeutralButtonStyle
*/
public static final int AppCompatTheme_buttonBarNeutralButtonStyle=41;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#buttonBarPositiveButtonStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:buttonBarPositiveButtonStyle
*/
public static final int AppCompatTheme_buttonBarPositiveButtonStyle=42;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#buttonBarStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:buttonBarStyle
*/
public static final int AppCompatTheme_buttonBarStyle=43;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#buttonStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:buttonStyle
*/
public static final int AppCompatTheme_buttonStyle=44;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#buttonStyleSmall}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:buttonStyleSmall
*/
public static final int AppCompatTheme_buttonStyleSmall=45;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#checkboxStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:checkboxStyle
*/
public static final int AppCompatTheme_checkboxStyle=46;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#checkedTextViewStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:checkedTextViewStyle
*/
public static final int AppCompatTheme_checkedTextViewStyle=47;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#colorAccent}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:colorAccent
*/
public static final int AppCompatTheme_colorAccent=48;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#colorBackgroundFloating}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:colorBackgroundFloating
*/
public static final int AppCompatTheme_colorBackgroundFloating=49;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#colorButtonNormal}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:colorButtonNormal
*/
public static final int AppCompatTheme_colorButtonNormal=50;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#colorControlActivated}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:colorControlActivated
*/
public static final int AppCompatTheme_colorControlActivated=51;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#colorControlHighlight}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:colorControlHighlight
*/
public static final int AppCompatTheme_colorControlHighlight=52;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#colorControlNormal}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:colorControlNormal
*/
public static final int AppCompatTheme_colorControlNormal=53;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#colorError}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:colorError
*/
public static final int AppCompatTheme_colorError=54;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#colorPrimary}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:colorPrimary
*/
public static final int AppCompatTheme_colorPrimary=55;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#colorPrimaryDark}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:colorPrimaryDark
*/
public static final int AppCompatTheme_colorPrimaryDark=56;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#colorSwitchThumbNormal}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:colorSwitchThumbNormal
*/
public static final int AppCompatTheme_colorSwitchThumbNormal=57;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#controlBackground}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:controlBackground
*/
public static final int AppCompatTheme_controlBackground=58;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#dialogPreferredPadding}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:dialogPreferredPadding
*/
public static final int AppCompatTheme_dialogPreferredPadding=59;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#dialogTheme}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:dialogTheme
*/
public static final int AppCompatTheme_dialogTheme=60;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#dividerHorizontal}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:dividerHorizontal
*/
public static final int AppCompatTheme_dividerHorizontal=61;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#dividerVertical}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:dividerVertical
*/
public static final int AppCompatTheme_dividerVertical=62;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#dropDownListViewStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:dropDownListViewStyle
*/
public static final int AppCompatTheme_dropDownListViewStyle=63;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#dropdownListPreferredItemHeight}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:dropdownListPreferredItemHeight
*/
public static final int AppCompatTheme_dropdownListPreferredItemHeight=64;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#editTextBackground}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:editTextBackground
*/
public static final int AppCompatTheme_editTextBackground=65;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#editTextColor}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:editTextColor
*/
public static final int AppCompatTheme_editTextColor=66;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#editTextStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:editTextStyle
*/
public static final int AppCompatTheme_editTextStyle=67;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#homeAsUpIndicator}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:homeAsUpIndicator
*/
public static final int AppCompatTheme_homeAsUpIndicator=68;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#imageButtonStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:imageButtonStyle
*/
public static final int AppCompatTheme_imageButtonStyle=69;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#listChoiceBackgroundIndicator}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:listChoiceBackgroundIndicator
*/
public static final int AppCompatTheme_listChoiceBackgroundIndicator=70;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#listDividerAlertDialog}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:listDividerAlertDialog
*/
public static final int AppCompatTheme_listDividerAlertDialog=71;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#listMenuViewStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:listMenuViewStyle
*/
public static final int AppCompatTheme_listMenuViewStyle=72;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#listPopupWindowStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:listPopupWindowStyle
*/
public static final int AppCompatTheme_listPopupWindowStyle=73;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#listPreferredItemHeight}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:listPreferredItemHeight
*/
public static final int AppCompatTheme_listPreferredItemHeight=74;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#listPreferredItemHeightLarge}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:listPreferredItemHeightLarge
*/
public static final int AppCompatTheme_listPreferredItemHeightLarge=75;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#listPreferredItemHeightSmall}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:listPreferredItemHeightSmall
*/
public static final int AppCompatTheme_listPreferredItemHeightSmall=76;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#listPreferredItemPaddingLeft}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:listPreferredItemPaddingLeft
*/
public static final int AppCompatTheme_listPreferredItemPaddingLeft=77;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#listPreferredItemPaddingRight}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:listPreferredItemPaddingRight
*/
public static final int AppCompatTheme_listPreferredItemPaddingRight=78;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#panelBackground}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:panelBackground
*/
public static final int AppCompatTheme_panelBackground=79;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#panelMenuListTheme}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:panelMenuListTheme
*/
public static final int AppCompatTheme_panelMenuListTheme=80;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#panelMenuListWidth}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:panelMenuListWidth
*/
public static final int AppCompatTheme_panelMenuListWidth=81;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#popupMenuStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:popupMenuStyle
*/
public static final int AppCompatTheme_popupMenuStyle=82;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#popupWindowStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:popupWindowStyle
*/
public static final int AppCompatTheme_popupWindowStyle=83;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#radioButtonStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:radioButtonStyle
*/
public static final int AppCompatTheme_radioButtonStyle=84;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#ratingBarStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:ratingBarStyle
*/
public static final int AppCompatTheme_ratingBarStyle=85;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#ratingBarStyleIndicator}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:ratingBarStyleIndicator
*/
public static final int AppCompatTheme_ratingBarStyleIndicator=86;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#ratingBarStyleSmall}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:ratingBarStyleSmall
*/
public static final int AppCompatTheme_ratingBarStyleSmall=87;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#searchViewStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:searchViewStyle
*/
public static final int AppCompatTheme_searchViewStyle=88;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#seekBarStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:seekBarStyle
*/
public static final int AppCompatTheme_seekBarStyle=89;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#selectableItemBackground}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:selectableItemBackground
*/
public static final int AppCompatTheme_selectableItemBackground=90;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#selectableItemBackgroundBorderless}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:selectableItemBackgroundBorderless
*/
public static final int AppCompatTheme_selectableItemBackgroundBorderless=91;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#spinnerDropDownItemStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:spinnerDropDownItemStyle
*/
public static final int AppCompatTheme_spinnerDropDownItemStyle=92;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#spinnerStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:spinnerStyle
*/
public static final int AppCompatTheme_spinnerStyle=93;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#switchStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:switchStyle
*/
public static final int AppCompatTheme_switchStyle=94;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#textAppearanceLargePopupMenu}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:textAppearanceLargePopupMenu
*/
public static final int AppCompatTheme_textAppearanceLargePopupMenu=95;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#textAppearanceListItem}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:textAppearanceListItem
*/
public static final int AppCompatTheme_textAppearanceListItem=96;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#textAppearanceListItemSecondary}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:textAppearanceListItemSecondary
*/
public static final int AppCompatTheme_textAppearanceListItemSecondary=97;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#textAppearanceListItemSmall}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:textAppearanceListItemSmall
*/
public static final int AppCompatTheme_textAppearanceListItemSmall=98;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#textAppearancePopupMenuHeader}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:textAppearancePopupMenuHeader
*/
public static final int AppCompatTheme_textAppearancePopupMenuHeader=99;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#textAppearanceSearchResultSubtitle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:textAppearanceSearchResultSubtitle
*/
public static final int AppCompatTheme_textAppearanceSearchResultSubtitle=100;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#textAppearanceSearchResultTitle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:textAppearanceSearchResultTitle
*/
public static final int AppCompatTheme_textAppearanceSearchResultTitle=101;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#textAppearanceSmallPopupMenu}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:textAppearanceSmallPopupMenu
*/
public static final int AppCompatTheme_textAppearanceSmallPopupMenu=102;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#textColorAlertDialogListItem}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:textColorAlertDialogListItem
*/
public static final int AppCompatTheme_textColorAlertDialogListItem=103;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#textColorSearchUrl}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:textColorSearchUrl
*/
public static final int AppCompatTheme_textColorSearchUrl=104;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#toolbarNavigationButtonStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:toolbarNavigationButtonStyle
*/
public static final int AppCompatTheme_toolbarNavigationButtonStyle=105;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#toolbarStyle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:toolbarStyle
*/
public static final int AppCompatTheme_toolbarStyle=106;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tooltipForegroundColor}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:tooltipForegroundColor
*/
public static final int AppCompatTheme_tooltipForegroundColor=107;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tooltipFrameBackground}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:tooltipFrameBackground
*/
public static final int AppCompatTheme_tooltipFrameBackground=108;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#viewInflaterClass}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:viewInflaterClass
*/
public static final int AppCompatTheme_viewInflaterClass=109;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#windowActionBar}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:windowActionBar
*/
public static final int AppCompatTheme_windowActionBar=110;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#windowActionBarOverlay}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:windowActionBarOverlay
*/
public static final int AppCompatTheme_windowActionBarOverlay=111;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#windowActionModeOverlay}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:windowActionModeOverlay
*/
public static final int AppCompatTheme_windowActionModeOverlay=112;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#windowFixedHeightMajor}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>May be a fractional value, which is a floating point number appended with
* either % or %p, such as "<code>14.5%</code>".
* The % suffix always means a percentage of the base size;
* the optional %p suffix provides a size relative to some parent container.
*
* @attr name com.example.laura.quiz:windowFixedHeightMajor
*/
public static final int AppCompatTheme_windowFixedHeightMajor=113;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#windowFixedHeightMinor}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>May be a fractional value, which is a floating point number appended with
* either % or %p, such as "<code>14.5%</code>".
* The % suffix always means a percentage of the base size;
* the optional %p suffix provides a size relative to some parent container.
*
* @attr name com.example.laura.quiz:windowFixedHeightMinor
*/
public static final int AppCompatTheme_windowFixedHeightMinor=114;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#windowFixedWidthMajor}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>May be a fractional value, which is a floating point number appended with
* either % or %p, such as "<code>14.5%</code>".
* The % suffix always means a percentage of the base size;
* the optional %p suffix provides a size relative to some parent container.
*
* @attr name com.example.laura.quiz:windowFixedWidthMajor
*/
public static final int AppCompatTheme_windowFixedWidthMajor=115;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#windowFixedWidthMinor}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>May be a fractional value, which is a floating point number appended with
* either % or %p, such as "<code>14.5%</code>".
* The % suffix always means a percentage of the base size;
* the optional %p suffix provides a size relative to some parent container.
*
* @attr name com.example.laura.quiz:windowFixedWidthMinor
*/
public static final int AppCompatTheme_windowFixedWidthMinor=116;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#windowMinWidthMajor}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>May be a fractional value, which is a floating point number appended with
* either % or %p, such as "<code>14.5%</code>".
* The % suffix always means a percentage of the base size;
* the optional %p suffix provides a size relative to some parent container.
*
* @attr name com.example.laura.quiz:windowMinWidthMajor
*/
public static final int AppCompatTheme_windowMinWidthMajor=117;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#windowMinWidthMinor}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>May be a fractional value, which is a floating point number appended with
* either % or %p, such as "<code>14.5%</code>".
* The % suffix always means a percentage of the base size;
* the optional %p suffix provides a size relative to some parent container.
*
* @attr name com.example.laura.quiz:windowMinWidthMinor
*/
public static final int AppCompatTheme_windowMinWidthMinor=118;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#windowNoTitle}
* attribute's value can be found in the {@link #AppCompatTheme} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:windowNoTitle
*/
public static final int AppCompatTheme_windowNoTitle=119;
/**
* Attributes that can be used with a BottomNavigationView.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #BottomNavigationView_elevation com.example.laura.quiz:elevation}</code></td><td></td></tr>
* <tr><td><code>{@link #BottomNavigationView_itemBackground com.example.laura.quiz:itemBackground}</code></td><td></td></tr>
* <tr><td><code>{@link #BottomNavigationView_itemIconTint com.example.laura.quiz:itemIconTint}</code></td><td></td></tr>
* <tr><td><code>{@link #BottomNavigationView_itemTextColor com.example.laura.quiz:itemTextColor}</code></td><td></td></tr>
* <tr><td><code>{@link #BottomNavigationView_menu com.example.laura.quiz:menu}</code></td><td></td></tr>
* </table>
* @see #BottomNavigationView_elevation
* @see #BottomNavigationView_itemBackground
* @see #BottomNavigationView_itemIconTint
* @see #BottomNavigationView_itemTextColor
* @see #BottomNavigationView_menu
*/
public static final int[] BottomNavigationView={
0x7f030084, 0x7f0300b6, 0x7f0300b7, 0x7f0300ba,
0x7f03010a
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#elevation}
* attribute's value can be found in the {@link #BottomNavigationView} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:elevation
*/
public static final int BottomNavigationView_elevation=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#itemBackground}
* attribute's value can be found in the {@link #BottomNavigationView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:itemBackground
*/
public static final int BottomNavigationView_itemBackground=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#itemIconTint}
* attribute's value can be found in the {@link #BottomNavigationView} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:itemIconTint
*/
public static final int BottomNavigationView_itemIconTint=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#itemTextColor}
* attribute's value can be found in the {@link #BottomNavigationView} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:itemTextColor
*/
public static final int BottomNavigationView_itemTextColor=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#menu}
* attribute's value can be found in the {@link #BottomNavigationView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:menu
*/
public static final int BottomNavigationView_menu=4;
/**
* Attributes that can be used with a BottomSheetBehavior_Layout.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #BottomSheetBehavior_Layout_behavior_hideable com.example.laura.quiz:behavior_hideable}</code></td><td></td></tr>
* <tr><td><code>{@link #BottomSheetBehavior_Layout_behavior_peekHeight com.example.laura.quiz:behavior_peekHeight}</code></td><td></td></tr>
* <tr><td><code>{@link #BottomSheetBehavior_Layout_behavior_skipCollapsed com.example.laura.quiz:behavior_skipCollapsed}</code></td><td></td></tr>
* </table>
* @see #BottomSheetBehavior_Layout_behavior_hideable
* @see #BottomSheetBehavior_Layout_behavior_peekHeight
* @see #BottomSheetBehavior_Layout_behavior_skipCollapsed
*/
public static final int[] BottomSheetBehavior_Layout={
0x7f03003a, 0x7f03003c, 0x7f03003d
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#behavior_hideable}
* attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:behavior_hideable
*/
public static final int BottomSheetBehavior_Layout_behavior_hideable=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#behavior_peekHeight}
* attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>auto</td><td>ffffffff</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:behavior_peekHeight
*/
public static final int BottomSheetBehavior_Layout_behavior_peekHeight=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#behavior_skipCollapsed}
* attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:behavior_skipCollapsed
*/
public static final int BottomSheetBehavior_Layout_behavior_skipCollapsed=2;
/**
* Attributes that can be used with a ButtonBarLayout.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #ButtonBarLayout_allowStacking com.example.laura.quiz:allowStacking}</code></td><td></td></tr>
* </table>
* @see #ButtonBarLayout_allowStacking
*/
public static final int[] ButtonBarLayout={
0x7f030026
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#allowStacking}
* attribute's value can be found in the {@link #ButtonBarLayout} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:allowStacking
*/
public static final int ButtonBarLayout_allowStacking=0;
/**
* Attributes that can be used with a CollapsingToolbarLayout.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #CollapsingToolbarLayout_collapsedTitleGravity com.example.laura.quiz:collapsedTitleGravity}</code></td><td></td></tr>
* <tr><td><code>{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance com.example.laura.quiz:collapsedTitleTextAppearance}</code></td><td></td></tr>
* <tr><td><code>{@link #CollapsingToolbarLayout_contentScrim com.example.laura.quiz:contentScrim}</code></td><td></td></tr>
* <tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleGravity com.example.laura.quiz:expandedTitleGravity}</code></td><td></td></tr>
* <tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMargin com.example.laura.quiz:expandedTitleMargin}</code></td><td></td></tr>
* <tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMarginBottom com.example.laura.quiz:expandedTitleMarginBottom}</code></td><td></td></tr>
* <tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMarginEnd com.example.laura.quiz:expandedTitleMarginEnd}</code></td><td></td></tr>
* <tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMarginStart com.example.laura.quiz:expandedTitleMarginStart}</code></td><td></td></tr>
* <tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMarginTop com.example.laura.quiz:expandedTitleMarginTop}</code></td><td></td></tr>
* <tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleTextAppearance com.example.laura.quiz:expandedTitleTextAppearance}</code></td><td></td></tr>
* <tr><td><code>{@link #CollapsingToolbarLayout_scrimAnimationDuration com.example.laura.quiz:scrimAnimationDuration}</code></td><td></td></tr>
* <tr><td><code>{@link #CollapsingToolbarLayout_scrimVisibleHeightTrigger com.example.laura.quiz:scrimVisibleHeightTrigger}</code></td><td></td></tr>
* <tr><td><code>{@link #CollapsingToolbarLayout_statusBarScrim com.example.laura.quiz:statusBarScrim}</code></td><td></td></tr>
* <tr><td><code>{@link #CollapsingToolbarLayout_title com.example.laura.quiz:title}</code></td><td></td></tr>
* <tr><td><code>{@link #CollapsingToolbarLayout_titleEnabled com.example.laura.quiz:titleEnabled}</code></td><td></td></tr>
* <tr><td><code>{@link #CollapsingToolbarLayout_toolbarId com.example.laura.quiz:toolbarId}</code></td><td></td></tr>
* </table>
* @see #CollapsingToolbarLayout_collapsedTitleGravity
* @see #CollapsingToolbarLayout_collapsedTitleTextAppearance
* @see #CollapsingToolbarLayout_contentScrim
* @see #CollapsingToolbarLayout_expandedTitleGravity
* @see #CollapsingToolbarLayout_expandedTitleMargin
* @see #CollapsingToolbarLayout_expandedTitleMarginBottom
* @see #CollapsingToolbarLayout_expandedTitleMarginEnd
* @see #CollapsingToolbarLayout_expandedTitleMarginStart
* @see #CollapsingToolbarLayout_expandedTitleMarginTop
* @see #CollapsingToolbarLayout_expandedTitleTextAppearance
* @see #CollapsingToolbarLayout_scrimAnimationDuration
* @see #CollapsingToolbarLayout_scrimVisibleHeightTrigger
* @see #CollapsingToolbarLayout_statusBarScrim
* @see #CollapsingToolbarLayout_title
* @see #CollapsingToolbarLayout_titleEnabled
* @see #CollapsingToolbarLayout_toolbarId
*/
public static final int[] CollapsingToolbarLayout={
0x7f030055, 0x7f030056, 0x7f03006d, 0x7f03008a,
0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f03008e,
0x7f03008f, 0x7f030090, 0x7f03012c, 0x7f03012d,
0x7f030144, 0x7f030176, 0x7f030177, 0x7f030181
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#collapsedTitleGravity}
* attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>bottom</td><td>50</td><td></td></tr>
* <tr><td>center</td><td>11</td><td></td></tr>
* <tr><td>center_horizontal</td><td>1</td><td></td></tr>
* <tr><td>center_vertical</td><td>10</td><td></td></tr>
* <tr><td>end</td><td>800005</td><td></td></tr>
* <tr><td>fill_vertical</td><td>70</td><td></td></tr>
* <tr><td>left</td><td>3</td><td></td></tr>
* <tr><td>right</td><td>5</td><td></td></tr>
* <tr><td>start</td><td>800003</td><td></td></tr>
* <tr><td>top</td><td>30</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:collapsedTitleGravity
*/
public static final int CollapsingToolbarLayout_collapsedTitleGravity=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#collapsedTitleTextAppearance}
* attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:collapsedTitleTextAppearance
*/
public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#contentScrim}
* attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:contentScrim
*/
public static final int CollapsingToolbarLayout_contentScrim=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#expandedTitleGravity}
* attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>bottom</td><td>50</td><td></td></tr>
* <tr><td>center</td><td>11</td><td></td></tr>
* <tr><td>center_horizontal</td><td>1</td><td></td></tr>
* <tr><td>center_vertical</td><td>10</td><td></td></tr>
* <tr><td>end</td><td>800005</td><td></td></tr>
* <tr><td>fill_vertical</td><td>70</td><td></td></tr>
* <tr><td>left</td><td>3</td><td></td></tr>
* <tr><td>right</td><td>5</td><td></td></tr>
* <tr><td>start</td><td>800003</td><td></td></tr>
* <tr><td>top</td><td>30</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:expandedTitleGravity
*/
public static final int CollapsingToolbarLayout_expandedTitleGravity=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#expandedTitleMargin}
* attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:expandedTitleMargin
*/
public static final int CollapsingToolbarLayout_expandedTitleMargin=4;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#expandedTitleMarginBottom}
* attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:expandedTitleMarginBottom
*/
public static final int CollapsingToolbarLayout_expandedTitleMarginBottom=5;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#expandedTitleMarginEnd}
* attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:expandedTitleMarginEnd
*/
public static final int CollapsingToolbarLayout_expandedTitleMarginEnd=6;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#expandedTitleMarginStart}
* attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:expandedTitleMarginStart
*/
public static final int CollapsingToolbarLayout_expandedTitleMarginStart=7;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#expandedTitleMarginTop}
* attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:expandedTitleMarginTop
*/
public static final int CollapsingToolbarLayout_expandedTitleMarginTop=8;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#expandedTitleTextAppearance}
* attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:expandedTitleTextAppearance
*/
public static final int CollapsingToolbarLayout_expandedTitleTextAppearance=9;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#scrimAnimationDuration}
* attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name com.example.laura.quiz:scrimAnimationDuration
*/
public static final int CollapsingToolbarLayout_scrimAnimationDuration=10;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#scrimVisibleHeightTrigger}
* attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:scrimVisibleHeightTrigger
*/
public static final int CollapsingToolbarLayout_scrimVisibleHeightTrigger=11;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#statusBarScrim}
* attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:statusBarScrim
*/
public static final int CollapsingToolbarLayout_statusBarScrim=12;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#title}
* attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:title
*/
public static final int CollapsingToolbarLayout_title=13;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#titleEnabled}
* attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:titleEnabled
*/
public static final int CollapsingToolbarLayout_titleEnabled=14;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#toolbarId}
* attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:toolbarId
*/
public static final int CollapsingToolbarLayout_toolbarId=15;
/**
* Attributes that can be used with a CollapsingToolbarLayout_Layout.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #CollapsingToolbarLayout_Layout_layout_collapseMode com.example.laura.quiz:layout_collapseMode}</code></td><td></td></tr>
* <tr><td><code>{@link #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier com.example.laura.quiz:layout_collapseParallaxMultiplier}</code></td><td></td></tr>
* </table>
* @see #CollapsingToolbarLayout_Layout_layout_collapseMode
* @see #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier
*/
public static final int[] CollapsingToolbarLayout_Layout={
0x7f0300c1, 0x7f0300c2
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_collapseMode}
* attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>none</td><td>0</td><td></td></tr>
* <tr><td>parallax</td><td>2</td><td></td></tr>
* <tr><td>pin</td><td>1</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_collapseMode
*/
public static final int CollapsingToolbarLayout_Layout_layout_collapseMode=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_collapseParallaxMultiplier}
* attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name com.example.laura.quiz:layout_collapseParallaxMultiplier
*/
public static final int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier=1;
/**
* Attributes that can be used with a ColorStateListItem.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #ColorStateListItem_android_color android:color}</code></td><td></td></tr>
* <tr><td><code>{@link #ColorStateListItem_android_alpha android:alpha}</code></td><td></td></tr>
* <tr><td><code>{@link #ColorStateListItem_alpha com.example.laura.quiz:alpha}</code></td><td></td></tr>
* </table>
* @see #ColorStateListItem_android_color
* @see #ColorStateListItem_android_alpha
* @see #ColorStateListItem_alpha
*/
public static final int[] ColorStateListItem={
0x010101a5, 0x0101031f, 0x7f030027
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#color}
* attribute's value can be found in the {@link #ColorStateListItem} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:color
*/
public static final int ColorStateListItem_android_color=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#alpha}
* attribute's value can be found in the {@link #ColorStateListItem} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name android:alpha
*/
public static final int ColorStateListItem_android_alpha=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#alpha}
* attribute's value can be found in the {@link #ColorStateListItem} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name com.example.laura.quiz:alpha
*/
public static final int ColorStateListItem_alpha=2;
/**
* Attributes that can be used with a CompoundButton.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #CompoundButton_android_button android:button}</code></td><td></td></tr>
* <tr><td><code>{@link #CompoundButton_buttonTint com.example.laura.quiz:buttonTint}</code></td><td></td></tr>
* <tr><td><code>{@link #CompoundButton_buttonTintMode com.example.laura.quiz:buttonTintMode}</code></td><td></td></tr>
* </table>
* @see #CompoundButton_android_button
* @see #CompoundButton_buttonTint
* @see #CompoundButton_buttonTintMode
*/
public static final int[] CompoundButton={
0x01010107, 0x7f03004c, 0x7f03004d
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#button}
* attribute's value can be found in the {@link #CompoundButton} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:button
*/
public static final int CompoundButton_android_button=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#buttonTint}
* attribute's value can be found in the {@link #CompoundButton} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:buttonTint
*/
public static final int CompoundButton_buttonTint=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#buttonTintMode}
* attribute's value can be found in the {@link #CompoundButton} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>add</td><td>10</td><td></td></tr>
* <tr><td>multiply</td><td>e</td><td></td></tr>
* <tr><td>screen</td><td>f</td><td></td></tr>
* <tr><td>src_atop</td><td>9</td><td></td></tr>
* <tr><td>src_in</td><td>5</td><td></td></tr>
* <tr><td>src_over</td><td>3</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:buttonTintMode
*/
public static final int CompoundButton_buttonTintMode=2;
/**
* Attributes that can be used with a ConstraintLayout_Layout.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_android_orientation android:orientation}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_android_maxWidth android:maxWidth}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_android_maxHeight android:maxHeight}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_android_minWidth android:minWidth}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_android_minHeight android:minHeight}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_barrierAllowsGoneWidgets com.example.laura.quiz:barrierAllowsGoneWidgets}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_barrierDirection com.example.laura.quiz:barrierDirection}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_chainUseRtl com.example.laura.quiz:chainUseRtl}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_constraintSet com.example.laura.quiz:constraintSet}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_constraint_referenced_ids com.example.laura.quiz:constraint_referenced_ids}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constrainedHeight com.example.laura.quiz:layout_constrainedHeight}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constrainedWidth com.example.laura.quiz:layout_constrainedWidth}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintBaseline_creator com.example.laura.quiz:layout_constraintBaseline_creator}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf com.example.laura.quiz:layout_constraintBaseline_toBaselineOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintBottom_creator com.example.laura.quiz:layout_constraintBottom_creator}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintBottom_toBottomOf com.example.laura.quiz:layout_constraintBottom_toBottomOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintBottom_toTopOf com.example.laura.quiz:layout_constraintBottom_toTopOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintCircle com.example.laura.quiz:layout_constraintCircle}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintCircleAngle com.example.laura.quiz:layout_constraintCircleAngle}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintCircleRadius com.example.laura.quiz:layout_constraintCircleRadius}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintDimensionRatio com.example.laura.quiz:layout_constraintDimensionRatio}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintEnd_toEndOf com.example.laura.quiz:layout_constraintEnd_toEndOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintEnd_toStartOf com.example.laura.quiz:layout_constraintEnd_toStartOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintGuide_begin com.example.laura.quiz:layout_constraintGuide_begin}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintGuide_end com.example.laura.quiz:layout_constraintGuide_end}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintGuide_percent com.example.laura.quiz:layout_constraintGuide_percent}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintHeight_default com.example.laura.quiz:layout_constraintHeight_default}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintHeight_max com.example.laura.quiz:layout_constraintHeight_max}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintHeight_min com.example.laura.quiz:layout_constraintHeight_min}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintHeight_percent com.example.laura.quiz:layout_constraintHeight_percent}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintHorizontal_bias com.example.laura.quiz:layout_constraintHorizontal_bias}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle com.example.laura.quiz:layout_constraintHorizontal_chainStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintHorizontal_weight com.example.laura.quiz:layout_constraintHorizontal_weight}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintLeft_creator com.example.laura.quiz:layout_constraintLeft_creator}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintLeft_toLeftOf com.example.laura.quiz:layout_constraintLeft_toLeftOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintLeft_toRightOf com.example.laura.quiz:layout_constraintLeft_toRightOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintRight_creator com.example.laura.quiz:layout_constraintRight_creator}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintRight_toLeftOf com.example.laura.quiz:layout_constraintRight_toLeftOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintRight_toRightOf com.example.laura.quiz:layout_constraintRight_toRightOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintStart_toEndOf com.example.laura.quiz:layout_constraintStart_toEndOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintStart_toStartOf com.example.laura.quiz:layout_constraintStart_toStartOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintTop_creator com.example.laura.quiz:layout_constraintTop_creator}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintTop_toBottomOf com.example.laura.quiz:layout_constraintTop_toBottomOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintTop_toTopOf com.example.laura.quiz:layout_constraintTop_toTopOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintVertical_bias com.example.laura.quiz:layout_constraintVertical_bias}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintVertical_chainStyle com.example.laura.quiz:layout_constraintVertical_chainStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintVertical_weight com.example.laura.quiz:layout_constraintVertical_weight}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintWidth_default com.example.laura.quiz:layout_constraintWidth_default}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintWidth_max com.example.laura.quiz:layout_constraintWidth_max}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintWidth_min com.example.laura.quiz:layout_constraintWidth_min}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_constraintWidth_percent com.example.laura.quiz:layout_constraintWidth_percent}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_editor_absoluteX com.example.laura.quiz:layout_editor_absoluteX}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_editor_absoluteY com.example.laura.quiz:layout_editor_absoluteY}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_goneMarginBottom com.example.laura.quiz:layout_goneMarginBottom}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_goneMarginEnd com.example.laura.quiz:layout_goneMarginEnd}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_goneMarginLeft com.example.laura.quiz:layout_goneMarginLeft}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_goneMarginRight com.example.laura.quiz:layout_goneMarginRight}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_goneMarginStart com.example.laura.quiz:layout_goneMarginStart}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_goneMarginTop com.example.laura.quiz:layout_goneMarginTop}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_Layout_layout_optimizationLevel com.example.laura.quiz:layout_optimizationLevel}</code></td><td></td></tr>
* </table>
* @see #ConstraintLayout_Layout_android_orientation
* @see #ConstraintLayout_Layout_android_maxWidth
* @see #ConstraintLayout_Layout_android_maxHeight
* @see #ConstraintLayout_Layout_android_minWidth
* @see #ConstraintLayout_Layout_android_minHeight
* @see #ConstraintLayout_Layout_barrierAllowsGoneWidgets
* @see #ConstraintLayout_Layout_barrierDirection
* @see #ConstraintLayout_Layout_chainUseRtl
* @see #ConstraintLayout_Layout_constraintSet
* @see #ConstraintLayout_Layout_constraint_referenced_ids
* @see #ConstraintLayout_Layout_layout_constrainedHeight
* @see #ConstraintLayout_Layout_layout_constrainedWidth
* @see #ConstraintLayout_Layout_layout_constraintBaseline_creator
* @see #ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf
* @see #ConstraintLayout_Layout_layout_constraintBottom_creator
* @see #ConstraintLayout_Layout_layout_constraintBottom_toBottomOf
* @see #ConstraintLayout_Layout_layout_constraintBottom_toTopOf
* @see #ConstraintLayout_Layout_layout_constraintCircle
* @see #ConstraintLayout_Layout_layout_constraintCircleAngle
* @see #ConstraintLayout_Layout_layout_constraintCircleRadius
* @see #ConstraintLayout_Layout_layout_constraintDimensionRatio
* @see #ConstraintLayout_Layout_layout_constraintEnd_toEndOf
* @see #ConstraintLayout_Layout_layout_constraintEnd_toStartOf
* @see #ConstraintLayout_Layout_layout_constraintGuide_begin
* @see #ConstraintLayout_Layout_layout_constraintGuide_end
* @see #ConstraintLayout_Layout_layout_constraintGuide_percent
* @see #ConstraintLayout_Layout_layout_constraintHeight_default
* @see #ConstraintLayout_Layout_layout_constraintHeight_max
* @see #ConstraintLayout_Layout_layout_constraintHeight_min
* @see #ConstraintLayout_Layout_layout_constraintHeight_percent
* @see #ConstraintLayout_Layout_layout_constraintHorizontal_bias
* @see #ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle
* @see #ConstraintLayout_Layout_layout_constraintHorizontal_weight
* @see #ConstraintLayout_Layout_layout_constraintLeft_creator
* @see #ConstraintLayout_Layout_layout_constraintLeft_toLeftOf
* @see #ConstraintLayout_Layout_layout_constraintLeft_toRightOf
* @see #ConstraintLayout_Layout_layout_constraintRight_creator
* @see #ConstraintLayout_Layout_layout_constraintRight_toLeftOf
* @see #ConstraintLayout_Layout_layout_constraintRight_toRightOf
* @see #ConstraintLayout_Layout_layout_constraintStart_toEndOf
* @see #ConstraintLayout_Layout_layout_constraintStart_toStartOf
* @see #ConstraintLayout_Layout_layout_constraintTop_creator
* @see #ConstraintLayout_Layout_layout_constraintTop_toBottomOf
* @see #ConstraintLayout_Layout_layout_constraintTop_toTopOf
* @see #ConstraintLayout_Layout_layout_constraintVertical_bias
* @see #ConstraintLayout_Layout_layout_constraintVertical_chainStyle
* @see #ConstraintLayout_Layout_layout_constraintVertical_weight
* @see #ConstraintLayout_Layout_layout_constraintWidth_default
* @see #ConstraintLayout_Layout_layout_constraintWidth_max
* @see #ConstraintLayout_Layout_layout_constraintWidth_min
* @see #ConstraintLayout_Layout_layout_constraintWidth_percent
* @see #ConstraintLayout_Layout_layout_editor_absoluteX
* @see #ConstraintLayout_Layout_layout_editor_absoluteY
* @see #ConstraintLayout_Layout_layout_goneMarginBottom
* @see #ConstraintLayout_Layout_layout_goneMarginEnd
* @see #ConstraintLayout_Layout_layout_goneMarginLeft
* @see #ConstraintLayout_Layout_layout_goneMarginRight
* @see #ConstraintLayout_Layout_layout_goneMarginStart
* @see #ConstraintLayout_Layout_layout_goneMarginTop
* @see #ConstraintLayout_Layout_layout_optimizationLevel
*/
public static final int[] ConstraintLayout_Layout={
0x010100c4, 0x0101011f, 0x01010120, 0x0101013f,
0x01010140, 0x7f030037, 0x7f030038, 0x7f03004e,
0x7f030063, 0x7f030064, 0x7f0300c3, 0x7f0300c4,
0x7f0300c5, 0x7f0300c6, 0x7f0300c7, 0x7f0300c8,
0x7f0300c9, 0x7f0300ca, 0x7f0300cb, 0x7f0300cc,
0x7f0300cd, 0x7f0300ce, 0x7f0300cf, 0x7f0300d0,
0x7f0300d1, 0x7f0300d2, 0x7f0300d3, 0x7f0300d4,
0x7f0300d5, 0x7f0300d6, 0x7f0300d7, 0x7f0300d8,
0x7f0300d9, 0x7f0300da, 0x7f0300db, 0x7f0300dc,
0x7f0300dd, 0x7f0300de, 0x7f0300df, 0x7f0300e0,
0x7f0300e1, 0x7f0300e2, 0x7f0300e3, 0x7f0300e4,
0x7f0300e5, 0x7f0300e6, 0x7f0300e7, 0x7f0300e8,
0x7f0300e9, 0x7f0300ea, 0x7f0300eb, 0x7f0300ed,
0x7f0300ee, 0x7f0300ef, 0x7f0300f0, 0x7f0300f1,
0x7f0300f2, 0x7f0300f3, 0x7f0300f4, 0x7f0300f7
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#orientation}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>horizontal</td><td>0</td><td></td></tr>
* <tr><td>vertical</td><td>1</td><td></td></tr>
* </table>
*
* @attr name android:orientation
*/
public static final int ConstraintLayout_Layout_android_orientation=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#maxWidth}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:maxWidth
*/
public static final int ConstraintLayout_Layout_android_maxWidth=1;
/**
* <p>This symbol is the offset where the {@link android.R.attr#maxHeight}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:maxHeight
*/
public static final int ConstraintLayout_Layout_android_maxHeight=2;
/**
* <p>This symbol is the offset where the {@link android.R.attr#minWidth}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:minWidth
*/
public static final int ConstraintLayout_Layout_android_minWidth=3;
/**
* <p>This symbol is the offset where the {@link android.R.attr#minHeight}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:minHeight
*/
public static final int ConstraintLayout_Layout_android_minHeight=4;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#barrierAllowsGoneWidgets}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:barrierAllowsGoneWidgets
*/
public static final int ConstraintLayout_Layout_barrierAllowsGoneWidgets=5;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#barrierDirection}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>bottom</td><td>3</td><td></td></tr>
* <tr><td>end</td><td>6</td><td></td></tr>
* <tr><td>left</td><td>0</td><td></td></tr>
* <tr><td>right</td><td>1</td><td></td></tr>
* <tr><td>start</td><td>5</td><td></td></tr>
* <tr><td>top</td><td>2</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:barrierDirection
*/
public static final int ConstraintLayout_Layout_barrierDirection=6;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#chainUseRtl}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:chainUseRtl
*/
public static final int ConstraintLayout_Layout_chainUseRtl=7;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#constraintSet}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:constraintSet
*/
public static final int ConstraintLayout_Layout_constraintSet=8;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#constraint_referenced_ids}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:constraint_referenced_ids
*/
public static final int ConstraintLayout_Layout_constraint_referenced_ids=9;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constrainedHeight}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:layout_constrainedHeight
*/
public static final int ConstraintLayout_Layout_layout_constrainedHeight=10;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constrainedWidth}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:layout_constrainedWidth
*/
public static final int ConstraintLayout_Layout_layout_constrainedWidth=11;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintBaseline_creator}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name com.example.laura.quiz:layout_constraintBaseline_creator
*/
public static final int ConstraintLayout_Layout_layout_constraintBaseline_creator=12;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintBaseline_toBaselineOf}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintBaseline_toBaselineOf
*/
public static final int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf=13;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintBottom_creator}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name com.example.laura.quiz:layout_constraintBottom_creator
*/
public static final int ConstraintLayout_Layout_layout_constraintBottom_creator=14;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintBottom_toBottomOf}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintBottom_toBottomOf
*/
public static final int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf=15;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintBottom_toTopOf}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintBottom_toTopOf
*/
public static final int ConstraintLayout_Layout_layout_constraintBottom_toTopOf=16;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintCircle}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:layout_constraintCircle
*/
public static final int ConstraintLayout_Layout_layout_constraintCircle=17;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintCircleAngle}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name com.example.laura.quiz:layout_constraintCircleAngle
*/
public static final int ConstraintLayout_Layout_layout_constraintCircleAngle=18;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintCircleRadius}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_constraintCircleRadius
*/
public static final int ConstraintLayout_Layout_layout_constraintCircleRadius=19;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintDimensionRatio}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:layout_constraintDimensionRatio
*/
public static final int ConstraintLayout_Layout_layout_constraintDimensionRatio=20;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintEnd_toEndOf}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintEnd_toEndOf
*/
public static final int ConstraintLayout_Layout_layout_constraintEnd_toEndOf=21;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintEnd_toStartOf}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintEnd_toStartOf
*/
public static final int ConstraintLayout_Layout_layout_constraintEnd_toStartOf=22;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintGuide_begin}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_constraintGuide_begin
*/
public static final int ConstraintLayout_Layout_layout_constraintGuide_begin=23;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintGuide_end}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_constraintGuide_end
*/
public static final int ConstraintLayout_Layout_layout_constraintGuide_end=24;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintGuide_percent}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name com.example.laura.quiz:layout_constraintGuide_percent
*/
public static final int ConstraintLayout_Layout_layout_constraintGuide_percent=25;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintHeight_default}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>percent</td><td>2</td><td></td></tr>
* <tr><td>spread</td><td>0</td><td></td></tr>
* <tr><td>wrap</td><td>1</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintHeight_default
*/
public static final int ConstraintLayout_Layout_layout_constraintHeight_default=26;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintHeight_max}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>wrap</td><td>fffffffe</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintHeight_max
*/
public static final int ConstraintLayout_Layout_layout_constraintHeight_max=27;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintHeight_min}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>wrap</td><td>fffffffe</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintHeight_min
*/
public static final int ConstraintLayout_Layout_layout_constraintHeight_min=28;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintHeight_percent}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name com.example.laura.quiz:layout_constraintHeight_percent
*/
public static final int ConstraintLayout_Layout_layout_constraintHeight_percent=29;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintHorizontal_bias}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name com.example.laura.quiz:layout_constraintHorizontal_bias
*/
public static final int ConstraintLayout_Layout_layout_constraintHorizontal_bias=30;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintHorizontal_chainStyle}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>packed</td><td>2</td><td></td></tr>
* <tr><td>spread</td><td>0</td><td></td></tr>
* <tr><td>spread_inside</td><td>1</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintHorizontal_chainStyle
*/
public static final int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle=31;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintHorizontal_weight}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name com.example.laura.quiz:layout_constraintHorizontal_weight
*/
public static final int ConstraintLayout_Layout_layout_constraintHorizontal_weight=32;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintLeft_creator}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name com.example.laura.quiz:layout_constraintLeft_creator
*/
public static final int ConstraintLayout_Layout_layout_constraintLeft_creator=33;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintLeft_toLeftOf}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintLeft_toLeftOf
*/
public static final int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf=34;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintLeft_toRightOf}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintLeft_toRightOf
*/
public static final int ConstraintLayout_Layout_layout_constraintLeft_toRightOf=35;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintRight_creator}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name com.example.laura.quiz:layout_constraintRight_creator
*/
public static final int ConstraintLayout_Layout_layout_constraintRight_creator=36;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintRight_toLeftOf}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintRight_toLeftOf
*/
public static final int ConstraintLayout_Layout_layout_constraintRight_toLeftOf=37;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintRight_toRightOf}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintRight_toRightOf
*/
public static final int ConstraintLayout_Layout_layout_constraintRight_toRightOf=38;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintStart_toEndOf}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintStart_toEndOf
*/
public static final int ConstraintLayout_Layout_layout_constraintStart_toEndOf=39;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintStart_toStartOf}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintStart_toStartOf
*/
public static final int ConstraintLayout_Layout_layout_constraintStart_toStartOf=40;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintTop_creator}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name com.example.laura.quiz:layout_constraintTop_creator
*/
public static final int ConstraintLayout_Layout_layout_constraintTop_creator=41;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintTop_toBottomOf}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintTop_toBottomOf
*/
public static final int ConstraintLayout_Layout_layout_constraintTop_toBottomOf=42;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintTop_toTopOf}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintTop_toTopOf
*/
public static final int ConstraintLayout_Layout_layout_constraintTop_toTopOf=43;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintVertical_bias}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name com.example.laura.quiz:layout_constraintVertical_bias
*/
public static final int ConstraintLayout_Layout_layout_constraintVertical_bias=44;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintVertical_chainStyle}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>packed</td><td>2</td><td></td></tr>
* <tr><td>spread</td><td>0</td><td></td></tr>
* <tr><td>spread_inside</td><td>1</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintVertical_chainStyle
*/
public static final int ConstraintLayout_Layout_layout_constraintVertical_chainStyle=45;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintVertical_weight}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name com.example.laura.quiz:layout_constraintVertical_weight
*/
public static final int ConstraintLayout_Layout_layout_constraintVertical_weight=46;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintWidth_default}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>percent</td><td>2</td><td></td></tr>
* <tr><td>spread</td><td>0</td><td></td></tr>
* <tr><td>wrap</td><td>1</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintWidth_default
*/
public static final int ConstraintLayout_Layout_layout_constraintWidth_default=47;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintWidth_max}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>wrap</td><td>fffffffe</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintWidth_max
*/
public static final int ConstraintLayout_Layout_layout_constraintWidth_max=48;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintWidth_min}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>wrap</td><td>fffffffe</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintWidth_min
*/
public static final int ConstraintLayout_Layout_layout_constraintWidth_min=49;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintWidth_percent}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name com.example.laura.quiz:layout_constraintWidth_percent
*/
public static final int ConstraintLayout_Layout_layout_constraintWidth_percent=50;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_editor_absoluteX}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_editor_absoluteX
*/
public static final int ConstraintLayout_Layout_layout_editor_absoluteX=51;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_editor_absoluteY}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_editor_absoluteY
*/
public static final int ConstraintLayout_Layout_layout_editor_absoluteY=52;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_goneMarginBottom}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_goneMarginBottom
*/
public static final int ConstraintLayout_Layout_layout_goneMarginBottom=53;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_goneMarginEnd}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_goneMarginEnd
*/
public static final int ConstraintLayout_Layout_layout_goneMarginEnd=54;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_goneMarginLeft}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_goneMarginLeft
*/
public static final int ConstraintLayout_Layout_layout_goneMarginLeft=55;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_goneMarginRight}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_goneMarginRight
*/
public static final int ConstraintLayout_Layout_layout_goneMarginRight=56;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_goneMarginStart}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_goneMarginStart
*/
public static final int ConstraintLayout_Layout_layout_goneMarginStart=57;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_goneMarginTop}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_goneMarginTop
*/
public static final int ConstraintLayout_Layout_layout_goneMarginTop=58;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_optimizationLevel}
* attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>barrier</td><td>2</td><td></td></tr>
* <tr><td>chains</td><td>4</td><td></td></tr>
* <tr><td>dimensions</td><td>8</td><td></td></tr>
* <tr><td>direct</td><td>1</td><td>direct, barriers, chains</td></tr>
* <tr><td>groups</td><td>20</td><td></td></tr>
* <tr><td>none</td><td>0</td><td></td></tr>
* <tr><td>standard</td><td>7</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_optimizationLevel
*/
public static final int ConstraintLayout_Layout_layout_optimizationLevel=59;
/**
* Attributes that can be used with a ConstraintLayout_placeholder.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #ConstraintLayout_placeholder_content com.example.laura.quiz:content}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintLayout_placeholder_emptyVisibility com.example.laura.quiz:emptyVisibility}</code></td><td></td></tr>
* </table>
* @see #ConstraintLayout_placeholder_content
* @see #ConstraintLayout_placeholder_emptyVisibility
*/
public static final int[] ConstraintLayout_placeholder={
0x7f030065, 0x7f030085
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#content}
* attribute's value can be found in the {@link #ConstraintLayout_placeholder} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:content
*/
public static final int ConstraintLayout_placeholder_content=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#emptyVisibility}
* attribute's value can be found in the {@link #ConstraintLayout_placeholder} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>gone</td><td>0</td><td></td></tr>
* <tr><td>invisible</td><td>1</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:emptyVisibility
*/
public static final int ConstraintLayout_placeholder_emptyVisibility=1;
/**
* Attributes that can be used with a ConstraintSet.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #ConstraintSet_android_orientation android:orientation}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_id android:id}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_visibility android:visibility}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_layout_width android:layout_width}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_layout_height android:layout_height}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_layout_marginLeft android:layout_marginLeft}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_layout_marginTop android:layout_marginTop}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_layout_marginRight android:layout_marginRight}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_layout_marginBottom android:layout_marginBottom}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_maxWidth android:maxWidth}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_maxHeight android:maxHeight}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_minWidth android:minWidth}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_minHeight android:minHeight}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_alpha android:alpha}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_transformPivotX android:transformPivotX}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_transformPivotY android:transformPivotY}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_translationX android:translationX}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_translationY android:translationY}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_scaleX android:scaleX}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_scaleY android:scaleY}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_rotation android:rotation}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_rotationX android:rotationX}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_rotationY android:rotationY}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_layout_marginStart android:layout_marginStart}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_layout_marginEnd android:layout_marginEnd}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_translationZ android:translationZ}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_android_elevation android:elevation}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_barrierAllowsGoneWidgets com.example.laura.quiz:barrierAllowsGoneWidgets}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_barrierDirection com.example.laura.quiz:barrierDirection}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_chainUseRtl com.example.laura.quiz:chainUseRtl}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_constraint_referenced_ids com.example.laura.quiz:constraint_referenced_ids}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constrainedHeight com.example.laura.quiz:layout_constrainedHeight}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constrainedWidth com.example.laura.quiz:layout_constrainedWidth}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintBaseline_creator com.example.laura.quiz:layout_constraintBaseline_creator}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintBaseline_toBaselineOf com.example.laura.quiz:layout_constraintBaseline_toBaselineOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintBottom_creator com.example.laura.quiz:layout_constraintBottom_creator}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintBottom_toBottomOf com.example.laura.quiz:layout_constraintBottom_toBottomOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintBottom_toTopOf com.example.laura.quiz:layout_constraintBottom_toTopOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintCircle com.example.laura.quiz:layout_constraintCircle}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintCircleAngle com.example.laura.quiz:layout_constraintCircleAngle}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintCircleRadius com.example.laura.quiz:layout_constraintCircleRadius}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintDimensionRatio com.example.laura.quiz:layout_constraintDimensionRatio}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintEnd_toEndOf com.example.laura.quiz:layout_constraintEnd_toEndOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintEnd_toStartOf com.example.laura.quiz:layout_constraintEnd_toStartOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintGuide_begin com.example.laura.quiz:layout_constraintGuide_begin}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintGuide_end com.example.laura.quiz:layout_constraintGuide_end}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintGuide_percent com.example.laura.quiz:layout_constraintGuide_percent}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintHeight_default com.example.laura.quiz:layout_constraintHeight_default}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintHeight_max com.example.laura.quiz:layout_constraintHeight_max}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintHeight_min com.example.laura.quiz:layout_constraintHeight_min}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintHeight_percent com.example.laura.quiz:layout_constraintHeight_percent}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintHorizontal_bias com.example.laura.quiz:layout_constraintHorizontal_bias}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintHorizontal_chainStyle com.example.laura.quiz:layout_constraintHorizontal_chainStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintHorizontal_weight com.example.laura.quiz:layout_constraintHorizontal_weight}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintLeft_creator com.example.laura.quiz:layout_constraintLeft_creator}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintLeft_toLeftOf com.example.laura.quiz:layout_constraintLeft_toLeftOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintLeft_toRightOf com.example.laura.quiz:layout_constraintLeft_toRightOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintRight_creator com.example.laura.quiz:layout_constraintRight_creator}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintRight_toLeftOf com.example.laura.quiz:layout_constraintRight_toLeftOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintRight_toRightOf com.example.laura.quiz:layout_constraintRight_toRightOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintStart_toEndOf com.example.laura.quiz:layout_constraintStart_toEndOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintStart_toStartOf com.example.laura.quiz:layout_constraintStart_toStartOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintTop_creator com.example.laura.quiz:layout_constraintTop_creator}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintTop_toBottomOf com.example.laura.quiz:layout_constraintTop_toBottomOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintTop_toTopOf com.example.laura.quiz:layout_constraintTop_toTopOf}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintVertical_bias com.example.laura.quiz:layout_constraintVertical_bias}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintVertical_chainStyle com.example.laura.quiz:layout_constraintVertical_chainStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintVertical_weight com.example.laura.quiz:layout_constraintVertical_weight}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintWidth_default com.example.laura.quiz:layout_constraintWidth_default}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintWidth_max com.example.laura.quiz:layout_constraintWidth_max}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintWidth_min com.example.laura.quiz:layout_constraintWidth_min}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_constraintWidth_percent com.example.laura.quiz:layout_constraintWidth_percent}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_editor_absoluteX com.example.laura.quiz:layout_editor_absoluteX}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_editor_absoluteY com.example.laura.quiz:layout_editor_absoluteY}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_goneMarginBottom com.example.laura.quiz:layout_goneMarginBottom}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_goneMarginEnd com.example.laura.quiz:layout_goneMarginEnd}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_goneMarginLeft com.example.laura.quiz:layout_goneMarginLeft}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_goneMarginRight com.example.laura.quiz:layout_goneMarginRight}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_goneMarginStart com.example.laura.quiz:layout_goneMarginStart}</code></td><td></td></tr>
* <tr><td><code>{@link #ConstraintSet_layout_goneMarginTop com.example.laura.quiz:layout_goneMarginTop}</code></td><td></td></tr>
* </table>
* @see #ConstraintSet_android_orientation
* @see #ConstraintSet_android_id
* @see #ConstraintSet_android_visibility
* @see #ConstraintSet_android_layout_width
* @see #ConstraintSet_android_layout_height
* @see #ConstraintSet_android_layout_marginLeft
* @see #ConstraintSet_android_layout_marginTop
* @see #ConstraintSet_android_layout_marginRight
* @see #ConstraintSet_android_layout_marginBottom
* @see #ConstraintSet_android_maxWidth
* @see #ConstraintSet_android_maxHeight
* @see #ConstraintSet_android_minWidth
* @see #ConstraintSet_android_minHeight
* @see #ConstraintSet_android_alpha
* @see #ConstraintSet_android_transformPivotX
* @see #ConstraintSet_android_transformPivotY
* @see #ConstraintSet_android_translationX
* @see #ConstraintSet_android_translationY
* @see #ConstraintSet_android_scaleX
* @see #ConstraintSet_android_scaleY
* @see #ConstraintSet_android_rotation
* @see #ConstraintSet_android_rotationX
* @see #ConstraintSet_android_rotationY
* @see #ConstraintSet_android_layout_marginStart
* @see #ConstraintSet_android_layout_marginEnd
* @see #ConstraintSet_android_translationZ
* @see #ConstraintSet_android_elevation
* @see #ConstraintSet_barrierAllowsGoneWidgets
* @see #ConstraintSet_barrierDirection
* @see #ConstraintSet_chainUseRtl
* @see #ConstraintSet_constraint_referenced_ids
* @see #ConstraintSet_layout_constrainedHeight
* @see #ConstraintSet_layout_constrainedWidth
* @see #ConstraintSet_layout_constraintBaseline_creator
* @see #ConstraintSet_layout_constraintBaseline_toBaselineOf
* @see #ConstraintSet_layout_constraintBottom_creator
* @see #ConstraintSet_layout_constraintBottom_toBottomOf
* @see #ConstraintSet_layout_constraintBottom_toTopOf
* @see #ConstraintSet_layout_constraintCircle
* @see #ConstraintSet_layout_constraintCircleAngle
* @see #ConstraintSet_layout_constraintCircleRadius
* @see #ConstraintSet_layout_constraintDimensionRatio
* @see #ConstraintSet_layout_constraintEnd_toEndOf
* @see #ConstraintSet_layout_constraintEnd_toStartOf
* @see #ConstraintSet_layout_constraintGuide_begin
* @see #ConstraintSet_layout_constraintGuide_end
* @see #ConstraintSet_layout_constraintGuide_percent
* @see #ConstraintSet_layout_constraintHeight_default
* @see #ConstraintSet_layout_constraintHeight_max
* @see #ConstraintSet_layout_constraintHeight_min
* @see #ConstraintSet_layout_constraintHeight_percent
* @see #ConstraintSet_layout_constraintHorizontal_bias
* @see #ConstraintSet_layout_constraintHorizontal_chainStyle
* @see #ConstraintSet_layout_constraintHorizontal_weight
* @see #ConstraintSet_layout_constraintLeft_creator
* @see #ConstraintSet_layout_constraintLeft_toLeftOf
* @see #ConstraintSet_layout_constraintLeft_toRightOf
* @see #ConstraintSet_layout_constraintRight_creator
* @see #ConstraintSet_layout_constraintRight_toLeftOf
* @see #ConstraintSet_layout_constraintRight_toRightOf
* @see #ConstraintSet_layout_constraintStart_toEndOf
* @see #ConstraintSet_layout_constraintStart_toStartOf
* @see #ConstraintSet_layout_constraintTop_creator
* @see #ConstraintSet_layout_constraintTop_toBottomOf
* @see #ConstraintSet_layout_constraintTop_toTopOf
* @see #ConstraintSet_layout_constraintVertical_bias
* @see #ConstraintSet_layout_constraintVertical_chainStyle
* @see #ConstraintSet_layout_constraintVertical_weight
* @see #ConstraintSet_layout_constraintWidth_default
* @see #ConstraintSet_layout_constraintWidth_max
* @see #ConstraintSet_layout_constraintWidth_min
* @see #ConstraintSet_layout_constraintWidth_percent
* @see #ConstraintSet_layout_editor_absoluteX
* @see #ConstraintSet_layout_editor_absoluteY
* @see #ConstraintSet_layout_goneMarginBottom
* @see #ConstraintSet_layout_goneMarginEnd
* @see #ConstraintSet_layout_goneMarginLeft
* @see #ConstraintSet_layout_goneMarginRight
* @see #ConstraintSet_layout_goneMarginStart
* @see #ConstraintSet_layout_goneMarginTop
*/
public static final int[] ConstraintSet={
0x010100c4, 0x010100d0, 0x010100dc, 0x010100f4,
0x010100f5, 0x010100f7, 0x010100f8, 0x010100f9,
0x010100fa, 0x0101011f, 0x01010120, 0x0101013f,
0x01010140, 0x0101031f, 0x01010320, 0x01010321,
0x01010322, 0x01010323, 0x01010324, 0x01010325,
0x01010326, 0x01010327, 0x01010328, 0x010103b5,
0x010103b6, 0x010103fa, 0x01010440, 0x7f030037,
0x7f030038, 0x7f03004e, 0x7f030064, 0x7f0300c3,
0x7f0300c4, 0x7f0300c5, 0x7f0300c6, 0x7f0300c7,
0x7f0300c8, 0x7f0300c9, 0x7f0300ca, 0x7f0300cb,
0x7f0300cc, 0x7f0300cd, 0x7f0300ce, 0x7f0300cf,
0x7f0300d0, 0x7f0300d1, 0x7f0300d2, 0x7f0300d3,
0x7f0300d4, 0x7f0300d5, 0x7f0300d6, 0x7f0300d7,
0x7f0300d8, 0x7f0300d9, 0x7f0300da, 0x7f0300db,
0x7f0300dc, 0x7f0300dd, 0x7f0300de, 0x7f0300df,
0x7f0300e0, 0x7f0300e1, 0x7f0300e2, 0x7f0300e3,
0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7,
0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f0300eb,
0x7f0300ed, 0x7f0300ee, 0x7f0300ef, 0x7f0300f0,
0x7f0300f1, 0x7f0300f2, 0x7f0300f3, 0x7f0300f4
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#orientation}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>horizontal</td><td>0</td><td></td></tr>
* <tr><td>vertical</td><td>1</td><td></td></tr>
* </table>
*
* @attr name android:orientation
*/
public static final int ConstraintSet_android_orientation=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#id}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:id
*/
public static final int ConstraintSet_android_id=1;
/**
* <p>This symbol is the offset where the {@link android.R.attr#visibility}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>gone</td><td>2</td><td></td></tr>
* <tr><td>invisible</td><td>1</td><td></td></tr>
* <tr><td>visible</td><td>0</td><td></td></tr>
* </table>
*
* @attr name android:visibility
*/
public static final int ConstraintSet_android_visibility=2;
/**
* <p>This symbol is the offset where the {@link android.R.attr#layout_width}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>fill_parent</td><td>ffffffff</td><td></td></tr>
* <tr><td>match_parent</td><td>ffffffff</td><td></td></tr>
* <tr><td>wrap_content</td><td>fffffffe</td><td></td></tr>
* </table>
*
* @attr name android:layout_width
*/
public static final int ConstraintSet_android_layout_width=3;
/**
* <p>This symbol is the offset where the {@link android.R.attr#layout_height}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>fill_parent</td><td>ffffffff</td><td></td></tr>
* <tr><td>match_parent</td><td>ffffffff</td><td></td></tr>
* <tr><td>wrap_content</td><td>fffffffe</td><td></td></tr>
* </table>
*
* @attr name android:layout_height
*/
public static final int ConstraintSet_android_layout_height=4;
/**
* <p>This symbol is the offset where the {@link android.R.attr#layout_marginLeft}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:layout_marginLeft
*/
public static final int ConstraintSet_android_layout_marginLeft=5;
/**
* <p>This symbol is the offset where the {@link android.R.attr#layout_marginTop}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:layout_marginTop
*/
public static final int ConstraintSet_android_layout_marginTop=6;
/**
* <p>This symbol is the offset where the {@link android.R.attr#layout_marginRight}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:layout_marginRight
*/
public static final int ConstraintSet_android_layout_marginRight=7;
/**
* <p>This symbol is the offset where the {@link android.R.attr#layout_marginBottom}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:layout_marginBottom
*/
public static final int ConstraintSet_android_layout_marginBottom=8;
/**
* <p>This symbol is the offset where the {@link android.R.attr#maxWidth}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:maxWidth
*/
public static final int ConstraintSet_android_maxWidth=9;
/**
* <p>This symbol is the offset where the {@link android.R.attr#maxHeight}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:maxHeight
*/
public static final int ConstraintSet_android_maxHeight=10;
/**
* <p>This symbol is the offset where the {@link android.R.attr#minWidth}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:minWidth
*/
public static final int ConstraintSet_android_minWidth=11;
/**
* <p>This symbol is the offset where the {@link android.R.attr#minHeight}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:minHeight
*/
public static final int ConstraintSet_android_minHeight=12;
/**
* <p>This symbol is the offset where the {@link android.R.attr#alpha}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name android:alpha
*/
public static final int ConstraintSet_android_alpha=13;
/**
* <p>This symbol is the offset where the {@link android.R.attr#transformPivotX}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:transformPivotX
*/
public static final int ConstraintSet_android_transformPivotX=14;
/**
* <p>This symbol is the offset where the {@link android.R.attr#transformPivotY}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:transformPivotY
*/
public static final int ConstraintSet_android_transformPivotY=15;
/**
* <p>This symbol is the offset where the {@link android.R.attr#translationX}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:translationX
*/
public static final int ConstraintSet_android_translationX=16;
/**
* <p>This symbol is the offset where the {@link android.R.attr#translationY}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:translationY
*/
public static final int ConstraintSet_android_translationY=17;
/**
* <p>This symbol is the offset where the {@link android.R.attr#scaleX}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name android:scaleX
*/
public static final int ConstraintSet_android_scaleX=18;
/**
* <p>This symbol is the offset where the {@link android.R.attr#scaleY}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name android:scaleY
*/
public static final int ConstraintSet_android_scaleY=19;
/**
* <p>This symbol is the offset where the {@link android.R.attr#rotation}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name android:rotation
*/
public static final int ConstraintSet_android_rotation=20;
/**
* <p>This symbol is the offset where the {@link android.R.attr#rotationX}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name android:rotationX
*/
public static final int ConstraintSet_android_rotationX=21;
/**
* <p>This symbol is the offset where the {@link android.R.attr#rotationY}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name android:rotationY
*/
public static final int ConstraintSet_android_rotationY=22;
/**
* <p>This symbol is the offset where the {@link android.R.attr#layout_marginStart}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:layout_marginStart
*/
public static final int ConstraintSet_android_layout_marginStart=23;
/**
* <p>This symbol is the offset where the {@link android.R.attr#layout_marginEnd}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:layout_marginEnd
*/
public static final int ConstraintSet_android_layout_marginEnd=24;
/**
* <p>This symbol is the offset where the {@link android.R.attr#translationZ}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:translationZ
*/
public static final int ConstraintSet_android_translationZ=25;
/**
* <p>This symbol is the offset where the {@link android.R.attr#elevation}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:elevation
*/
public static final int ConstraintSet_android_elevation=26;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#barrierAllowsGoneWidgets}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:barrierAllowsGoneWidgets
*/
public static final int ConstraintSet_barrierAllowsGoneWidgets=27;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#barrierDirection}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>bottom</td><td>3</td><td></td></tr>
* <tr><td>end</td><td>6</td><td></td></tr>
* <tr><td>left</td><td>0</td><td></td></tr>
* <tr><td>right</td><td>1</td><td></td></tr>
* <tr><td>start</td><td>5</td><td></td></tr>
* <tr><td>top</td><td>2</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:barrierDirection
*/
public static final int ConstraintSet_barrierDirection=28;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#chainUseRtl}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:chainUseRtl
*/
public static final int ConstraintSet_chainUseRtl=29;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#constraint_referenced_ids}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:constraint_referenced_ids
*/
public static final int ConstraintSet_constraint_referenced_ids=30;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constrainedHeight}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:layout_constrainedHeight
*/
public static final int ConstraintSet_layout_constrainedHeight=31;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constrainedWidth}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:layout_constrainedWidth
*/
public static final int ConstraintSet_layout_constrainedWidth=32;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintBaseline_creator}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name com.example.laura.quiz:layout_constraintBaseline_creator
*/
public static final int ConstraintSet_layout_constraintBaseline_creator=33;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintBaseline_toBaselineOf}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintBaseline_toBaselineOf
*/
public static final int ConstraintSet_layout_constraintBaseline_toBaselineOf=34;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintBottom_creator}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name com.example.laura.quiz:layout_constraintBottom_creator
*/
public static final int ConstraintSet_layout_constraintBottom_creator=35;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintBottom_toBottomOf}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintBottom_toBottomOf
*/
public static final int ConstraintSet_layout_constraintBottom_toBottomOf=36;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintBottom_toTopOf}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintBottom_toTopOf
*/
public static final int ConstraintSet_layout_constraintBottom_toTopOf=37;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintCircle}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:layout_constraintCircle
*/
public static final int ConstraintSet_layout_constraintCircle=38;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintCircleAngle}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name com.example.laura.quiz:layout_constraintCircleAngle
*/
public static final int ConstraintSet_layout_constraintCircleAngle=39;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintCircleRadius}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_constraintCircleRadius
*/
public static final int ConstraintSet_layout_constraintCircleRadius=40;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintDimensionRatio}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:layout_constraintDimensionRatio
*/
public static final int ConstraintSet_layout_constraintDimensionRatio=41;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintEnd_toEndOf}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintEnd_toEndOf
*/
public static final int ConstraintSet_layout_constraintEnd_toEndOf=42;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintEnd_toStartOf}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintEnd_toStartOf
*/
public static final int ConstraintSet_layout_constraintEnd_toStartOf=43;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintGuide_begin}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_constraintGuide_begin
*/
public static final int ConstraintSet_layout_constraintGuide_begin=44;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintGuide_end}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_constraintGuide_end
*/
public static final int ConstraintSet_layout_constraintGuide_end=45;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintGuide_percent}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name com.example.laura.quiz:layout_constraintGuide_percent
*/
public static final int ConstraintSet_layout_constraintGuide_percent=46;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintHeight_default}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>percent</td><td>2</td><td></td></tr>
* <tr><td>spread</td><td>0</td><td></td></tr>
* <tr><td>wrap</td><td>1</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintHeight_default
*/
public static final int ConstraintSet_layout_constraintHeight_default=47;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintHeight_max}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>wrap</td><td>fffffffe</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintHeight_max
*/
public static final int ConstraintSet_layout_constraintHeight_max=48;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintHeight_min}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>wrap</td><td>fffffffe</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintHeight_min
*/
public static final int ConstraintSet_layout_constraintHeight_min=49;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintHeight_percent}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name com.example.laura.quiz:layout_constraintHeight_percent
*/
public static final int ConstraintSet_layout_constraintHeight_percent=50;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintHorizontal_bias}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name com.example.laura.quiz:layout_constraintHorizontal_bias
*/
public static final int ConstraintSet_layout_constraintHorizontal_bias=51;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintHorizontal_chainStyle}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>packed</td><td>2</td><td></td></tr>
* <tr><td>spread</td><td>0</td><td></td></tr>
* <tr><td>spread_inside</td><td>1</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintHorizontal_chainStyle
*/
public static final int ConstraintSet_layout_constraintHorizontal_chainStyle=52;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintHorizontal_weight}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name com.example.laura.quiz:layout_constraintHorizontal_weight
*/
public static final int ConstraintSet_layout_constraintHorizontal_weight=53;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintLeft_creator}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name com.example.laura.quiz:layout_constraintLeft_creator
*/
public static final int ConstraintSet_layout_constraintLeft_creator=54;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintLeft_toLeftOf}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintLeft_toLeftOf
*/
public static final int ConstraintSet_layout_constraintLeft_toLeftOf=55;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintLeft_toRightOf}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintLeft_toRightOf
*/
public static final int ConstraintSet_layout_constraintLeft_toRightOf=56;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintRight_creator}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name com.example.laura.quiz:layout_constraintRight_creator
*/
public static final int ConstraintSet_layout_constraintRight_creator=57;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintRight_toLeftOf}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintRight_toLeftOf
*/
public static final int ConstraintSet_layout_constraintRight_toLeftOf=58;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintRight_toRightOf}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintRight_toRightOf
*/
public static final int ConstraintSet_layout_constraintRight_toRightOf=59;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintStart_toEndOf}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintStart_toEndOf
*/
public static final int ConstraintSet_layout_constraintStart_toEndOf=60;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintStart_toStartOf}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintStart_toStartOf
*/
public static final int ConstraintSet_layout_constraintStart_toStartOf=61;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintTop_creator}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name com.example.laura.quiz:layout_constraintTop_creator
*/
public static final int ConstraintSet_layout_constraintTop_creator=62;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintTop_toBottomOf}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintTop_toBottomOf
*/
public static final int ConstraintSet_layout_constraintTop_toBottomOf=63;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintTop_toTopOf}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>parent</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintTop_toTopOf
*/
public static final int ConstraintSet_layout_constraintTop_toTopOf=64;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintVertical_bias}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name com.example.laura.quiz:layout_constraintVertical_bias
*/
public static final int ConstraintSet_layout_constraintVertical_bias=65;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintVertical_chainStyle}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>packed</td><td>2</td><td></td></tr>
* <tr><td>spread</td><td>0</td><td></td></tr>
* <tr><td>spread_inside</td><td>1</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintVertical_chainStyle
*/
public static final int ConstraintSet_layout_constraintVertical_chainStyle=66;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintVertical_weight}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name com.example.laura.quiz:layout_constraintVertical_weight
*/
public static final int ConstraintSet_layout_constraintVertical_weight=67;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintWidth_default}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>percent</td><td>2</td><td></td></tr>
* <tr><td>spread</td><td>0</td><td></td></tr>
* <tr><td>wrap</td><td>1</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintWidth_default
*/
public static final int ConstraintSet_layout_constraintWidth_default=68;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintWidth_max}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>wrap</td><td>fffffffe</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintWidth_max
*/
public static final int ConstraintSet_layout_constraintWidth_max=69;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintWidth_min}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>wrap</td><td>fffffffe</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_constraintWidth_min
*/
public static final int ConstraintSet_layout_constraintWidth_min=70;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_constraintWidth_percent}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name com.example.laura.quiz:layout_constraintWidth_percent
*/
public static final int ConstraintSet_layout_constraintWidth_percent=71;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_editor_absoluteX}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_editor_absoluteX
*/
public static final int ConstraintSet_layout_editor_absoluteX=72;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_editor_absoluteY}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_editor_absoluteY
*/
public static final int ConstraintSet_layout_editor_absoluteY=73;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_goneMarginBottom}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_goneMarginBottom
*/
public static final int ConstraintSet_layout_goneMarginBottom=74;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_goneMarginEnd}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_goneMarginEnd
*/
public static final int ConstraintSet_layout_goneMarginEnd=75;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_goneMarginLeft}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_goneMarginLeft
*/
public static final int ConstraintSet_layout_goneMarginLeft=76;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_goneMarginRight}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_goneMarginRight
*/
public static final int ConstraintSet_layout_goneMarginRight=77;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_goneMarginStart}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_goneMarginStart
*/
public static final int ConstraintSet_layout_goneMarginStart=78;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_goneMarginTop}
* attribute's value can be found in the {@link #ConstraintSet} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:layout_goneMarginTop
*/
public static final int ConstraintSet_layout_goneMarginTop=79;
/**
* Attributes that can be used with a CoordinatorLayout.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #CoordinatorLayout_keylines com.example.laura.quiz:keylines}</code></td><td></td></tr>
* <tr><td><code>{@link #CoordinatorLayout_statusBarBackground com.example.laura.quiz:statusBarBackground}</code></td><td></td></tr>
* </table>
* @see #CoordinatorLayout_keylines
* @see #CoordinatorLayout_statusBarBackground
*/
public static final int[] CoordinatorLayout={
0x7f0300bb, 0x7f030143
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#keylines}
* attribute's value can be found in the {@link #CoordinatorLayout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:keylines
*/
public static final int CoordinatorLayout_keylines=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#statusBarBackground}
* attribute's value can be found in the {@link #CoordinatorLayout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:statusBarBackground
*/
public static final int CoordinatorLayout_statusBarBackground=1;
/**
* Attributes that can be used with a CoordinatorLayout_Layout.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity}</code></td><td></td></tr>
* <tr><td><code>{@link #CoordinatorLayout_Layout_layout_anchor com.example.laura.quiz:layout_anchor}</code></td><td></td></tr>
* <tr><td><code>{@link #CoordinatorLayout_Layout_layout_anchorGravity com.example.laura.quiz:layout_anchorGravity}</code></td><td></td></tr>
* <tr><td><code>{@link #CoordinatorLayout_Layout_layout_behavior com.example.laura.quiz:layout_behavior}</code></td><td></td></tr>
* <tr><td><code>{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges com.example.laura.quiz:layout_dodgeInsetEdges}</code></td><td></td></tr>
* <tr><td><code>{@link #CoordinatorLayout_Layout_layout_insetEdge com.example.laura.quiz:layout_insetEdge}</code></td><td></td></tr>
* <tr><td><code>{@link #CoordinatorLayout_Layout_layout_keyline com.example.laura.quiz:layout_keyline}</code></td><td></td></tr>
* </table>
* @see #CoordinatorLayout_Layout_android_layout_gravity
* @see #CoordinatorLayout_Layout_layout_anchor
* @see #CoordinatorLayout_Layout_layout_anchorGravity
* @see #CoordinatorLayout_Layout_layout_behavior
* @see #CoordinatorLayout_Layout_layout_dodgeInsetEdges
* @see #CoordinatorLayout_Layout_layout_insetEdge
* @see #CoordinatorLayout_Layout_layout_keyline
*/
public static final int[] CoordinatorLayout_Layout={
0x010100b3, 0x7f0300be, 0x7f0300bf, 0x7f0300c0,
0x7f0300ec, 0x7f0300f5, 0x7f0300f6
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#layout_gravity}
* attribute's value can be found in the {@link #CoordinatorLayout_Layout} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>bottom</td><td>50</td><td></td></tr>
* <tr><td>center</td><td>11</td><td></td></tr>
* <tr><td>center_horizontal</td><td>1</td><td></td></tr>
* <tr><td>center_vertical</td><td>10</td><td></td></tr>
* <tr><td>clip_horizontal</td><td>8</td><td></td></tr>
* <tr><td>clip_vertical</td><td>80</td><td></td></tr>
* <tr><td>end</td><td>800005</td><td></td></tr>
* <tr><td>fill</td><td>77</td><td></td></tr>
* <tr><td>fill_horizontal</td><td>7</td><td></td></tr>
* <tr><td>fill_vertical</td><td>70</td><td></td></tr>
* <tr><td>left</td><td>3</td><td></td></tr>
* <tr><td>right</td><td>5</td><td></td></tr>
* <tr><td>start</td><td>800003</td><td></td></tr>
* <tr><td>top</td><td>30</td><td></td></tr>
* </table>
*
* @attr name android:layout_gravity
*/
public static final int CoordinatorLayout_Layout_android_layout_gravity=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_anchor}
* attribute's value can be found in the {@link #CoordinatorLayout_Layout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:layout_anchor
*/
public static final int CoordinatorLayout_Layout_layout_anchor=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_anchorGravity}
* attribute's value can be found in the {@link #CoordinatorLayout_Layout} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>bottom</td><td>50</td><td></td></tr>
* <tr><td>center</td><td>11</td><td></td></tr>
* <tr><td>center_horizontal</td><td>1</td><td></td></tr>
* <tr><td>center_vertical</td><td>10</td><td></td></tr>
* <tr><td>clip_horizontal</td><td>8</td><td></td></tr>
* <tr><td>clip_vertical</td><td>80</td><td></td></tr>
* <tr><td>end</td><td>800005</td><td></td></tr>
* <tr><td>fill</td><td>77</td><td></td></tr>
* <tr><td>fill_horizontal</td><td>7</td><td></td></tr>
* <tr><td>fill_vertical</td><td>70</td><td></td></tr>
* <tr><td>left</td><td>3</td><td></td></tr>
* <tr><td>right</td><td>5</td><td></td></tr>
* <tr><td>start</td><td>800003</td><td></td></tr>
* <tr><td>top</td><td>30</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_anchorGravity
*/
public static final int CoordinatorLayout_Layout_layout_anchorGravity=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_behavior}
* attribute's value can be found in the {@link #CoordinatorLayout_Layout} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:layout_behavior
*/
public static final int CoordinatorLayout_Layout_layout_behavior=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_dodgeInsetEdges}
* attribute's value can be found in the {@link #CoordinatorLayout_Layout} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>all</td><td>77</td><td></td></tr>
* <tr><td>bottom</td><td>50</td><td></td></tr>
* <tr><td>end</td><td>800005</td><td></td></tr>
* <tr><td>left</td><td>3</td><td></td></tr>
* <tr><td>none</td><td>0</td><td></td></tr>
* <tr><td>right</td><td>5</td><td></td></tr>
* <tr><td>start</td><td>800003</td><td></td></tr>
* <tr><td>top</td><td>30</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_dodgeInsetEdges
*/
public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges=4;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_insetEdge}
* attribute's value can be found in the {@link #CoordinatorLayout_Layout} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>bottom</td><td>50</td><td></td></tr>
* <tr><td>end</td><td>800005</td><td></td></tr>
* <tr><td>left</td><td>3</td><td></td></tr>
* <tr><td>none</td><td>0</td><td></td></tr>
* <tr><td>right</td><td>5</td><td></td></tr>
* <tr><td>start</td><td>800003</td><td></td></tr>
* <tr><td>top</td><td>30</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:layout_insetEdge
*/
public static final int CoordinatorLayout_Layout_layout_insetEdge=5;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout_keyline}
* attribute's value can be found in the {@link #CoordinatorLayout_Layout} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name com.example.laura.quiz:layout_keyline
*/
public static final int CoordinatorLayout_Layout_layout_keyline=6;
/**
* Attributes that can be used with a DesignTheme.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #DesignTheme_bottomSheetDialogTheme com.example.laura.quiz:bottomSheetDialogTheme}</code></td><td></td></tr>
* <tr><td><code>{@link #DesignTheme_bottomSheetStyle com.example.laura.quiz:bottomSheetStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #DesignTheme_textColorError com.example.laura.quiz:textColorError}</code></td><td></td></tr>
* </table>
* @see #DesignTheme_bottomSheetDialogTheme
* @see #DesignTheme_bottomSheetStyle
* @see #DesignTheme_textColorError
*/
public static final int[] DesignTheme={
0x7f030040, 0x7f030041, 0x7f03016a
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#bottomSheetDialogTheme}
* attribute's value can be found in the {@link #DesignTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:bottomSheetDialogTheme
*/
public static final int DesignTheme_bottomSheetDialogTheme=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#bottomSheetStyle}
* attribute's value can be found in the {@link #DesignTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:bottomSheetStyle
*/
public static final int DesignTheme_bottomSheetStyle=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#textColorError}
* attribute's value can be found in the {@link #DesignTheme} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:textColorError
*/
public static final int DesignTheme_textColorError=2;
/**
* Attributes that can be used with a DrawerArrowToggle.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #DrawerArrowToggle_arrowHeadLength com.example.laura.quiz:arrowHeadLength}</code></td><td></td></tr>
* <tr><td><code>{@link #DrawerArrowToggle_arrowShaftLength com.example.laura.quiz:arrowShaftLength}</code></td><td></td></tr>
* <tr><td><code>{@link #DrawerArrowToggle_barLength com.example.laura.quiz:barLength}</code></td><td></td></tr>
* <tr><td><code>{@link #DrawerArrowToggle_color com.example.laura.quiz:color}</code></td><td></td></tr>
* <tr><td><code>{@link #DrawerArrowToggle_drawableSize com.example.laura.quiz:drawableSize}</code></td><td></td></tr>
* <tr><td><code>{@link #DrawerArrowToggle_gapBetweenBars com.example.laura.quiz:gapBetweenBars}</code></td><td></td></tr>
* <tr><td><code>{@link #DrawerArrowToggle_spinBars com.example.laura.quiz:spinBars}</code></td><td></td></tr>
* <tr><td><code>{@link #DrawerArrowToggle_thickness com.example.laura.quiz:thickness}</code></td><td></td></tr>
* </table>
* @see #DrawerArrowToggle_arrowHeadLength
* @see #DrawerArrowToggle_arrowShaftLength
* @see #DrawerArrowToggle_barLength
* @see #DrawerArrowToggle_color
* @see #DrawerArrowToggle_drawableSize
* @see #DrawerArrowToggle_gapBetweenBars
* @see #DrawerArrowToggle_spinBars
* @see #DrawerArrowToggle_thickness
*/
public static final int[] DrawerArrowToggle={
0x7f030029, 0x7f03002a, 0x7f030036, 0x7f030057,
0x7f03007d, 0x7f0300a3, 0x7f03013a, 0x7f03016d
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#arrowHeadLength}
* attribute's value can be found in the {@link #DrawerArrowToggle} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:arrowHeadLength
*/
public static final int DrawerArrowToggle_arrowHeadLength=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#arrowShaftLength}
* attribute's value can be found in the {@link #DrawerArrowToggle} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:arrowShaftLength
*/
public static final int DrawerArrowToggle_arrowShaftLength=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#barLength}
* attribute's value can be found in the {@link #DrawerArrowToggle} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:barLength
*/
public static final int DrawerArrowToggle_barLength=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#color}
* attribute's value can be found in the {@link #DrawerArrowToggle} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:color
*/
public static final int DrawerArrowToggle_color=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#drawableSize}
* attribute's value can be found in the {@link #DrawerArrowToggle} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:drawableSize
*/
public static final int DrawerArrowToggle_drawableSize=4;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#gapBetweenBars}
* attribute's value can be found in the {@link #DrawerArrowToggle} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:gapBetweenBars
*/
public static final int DrawerArrowToggle_gapBetweenBars=5;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#spinBars}
* attribute's value can be found in the {@link #DrawerArrowToggle} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:spinBars
*/
public static final int DrawerArrowToggle_spinBars=6;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#thickness}
* attribute's value can be found in the {@link #DrawerArrowToggle} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:thickness
*/
public static final int DrawerArrowToggle_thickness=7;
/**
* Attributes that can be used with a FloatingActionButton.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #FloatingActionButton_backgroundTint com.example.laura.quiz:backgroundTint}</code></td><td></td></tr>
* <tr><td><code>{@link #FloatingActionButton_backgroundTintMode com.example.laura.quiz:backgroundTintMode}</code></td><td></td></tr>
* <tr><td><code>{@link #FloatingActionButton_borderWidth com.example.laura.quiz:borderWidth}</code></td><td></td></tr>
* <tr><td><code>{@link #FloatingActionButton_elevation com.example.laura.quiz:elevation}</code></td><td></td></tr>
* <tr><td><code>{@link #FloatingActionButton_fabCustomSize com.example.laura.quiz:fabCustomSize}</code></td><td></td></tr>
* <tr><td><code>{@link #FloatingActionButton_fabSize com.example.laura.quiz:fabSize}</code></td><td></td></tr>
* <tr><td><code>{@link #FloatingActionButton_pressedTranslationZ com.example.laura.quiz:pressedTranslationZ}</code></td><td></td></tr>
* <tr><td><code>{@link #FloatingActionButton_rippleColor com.example.laura.quiz:rippleColor}</code></td><td></td></tr>
* <tr><td><code>{@link #FloatingActionButton_useCompatPadding com.example.laura.quiz:useCompatPadding}</code></td><td></td></tr>
* </table>
* @see #FloatingActionButton_backgroundTint
* @see #FloatingActionButton_backgroundTintMode
* @see #FloatingActionButton_borderWidth
* @see #FloatingActionButton_elevation
* @see #FloatingActionButton_fabCustomSize
* @see #FloatingActionButton_fabSize
* @see #FloatingActionButton_pressedTranslationZ
* @see #FloatingActionButton_rippleColor
* @see #FloatingActionButton_useCompatPadding
*/
public static final int[] FloatingActionButton={
0x7f030034, 0x7f030035, 0x7f03003e, 0x7f030084,
0x7f030091, 0x7f030092, 0x7f030121, 0x7f03012b,
0x7f03018a
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#backgroundTint}
* attribute's value can be found in the {@link #FloatingActionButton} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:backgroundTint
*/
public static final int FloatingActionButton_backgroundTint=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#backgroundTintMode}
* attribute's value can be found in the {@link #FloatingActionButton} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>add</td><td>10</td><td></td></tr>
* <tr><td>multiply</td><td>e</td><td></td></tr>
* <tr><td>screen</td><td>f</td><td></td></tr>
* <tr><td>src_atop</td><td>9</td><td></td></tr>
* <tr><td>src_in</td><td>5</td><td></td></tr>
* <tr><td>src_over</td><td>3</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:backgroundTintMode
*/
public static final int FloatingActionButton_backgroundTintMode=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#borderWidth}
* attribute's value can be found in the {@link #FloatingActionButton} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:borderWidth
*/
public static final int FloatingActionButton_borderWidth=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#elevation}
* attribute's value can be found in the {@link #FloatingActionButton} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:elevation
*/
public static final int FloatingActionButton_elevation=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#fabCustomSize}
* attribute's value can be found in the {@link #FloatingActionButton} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:fabCustomSize
*/
public static final int FloatingActionButton_fabCustomSize=4;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#fabSize}
* attribute's value can be found in the {@link #FloatingActionButton} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>auto</td><td>ffffffff</td><td></td></tr>
* <tr><td>mini</td><td>1</td><td></td></tr>
* <tr><td>normal</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:fabSize
*/
public static final int FloatingActionButton_fabSize=5;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#pressedTranslationZ}
* attribute's value can be found in the {@link #FloatingActionButton} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:pressedTranslationZ
*/
public static final int FloatingActionButton_pressedTranslationZ=6;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#rippleColor}
* attribute's value can be found in the {@link #FloatingActionButton} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:rippleColor
*/
public static final int FloatingActionButton_rippleColor=7;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#useCompatPadding}
* attribute's value can be found in the {@link #FloatingActionButton} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:useCompatPadding
*/
public static final int FloatingActionButton_useCompatPadding=8;
/**
* Attributes that can be used with a FloatingActionButton_Behavior_Layout.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #FloatingActionButton_Behavior_Layout_behavior_autoHide com.example.laura.quiz:behavior_autoHide}</code></td><td></td></tr>
* </table>
* @see #FloatingActionButton_Behavior_Layout_behavior_autoHide
*/
public static final int[] FloatingActionButton_Behavior_Layout={
0x7f030039
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#behavior_autoHide}
* attribute's value can be found in the {@link #FloatingActionButton_Behavior_Layout} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:behavior_autoHide
*/
public static final int FloatingActionButton_Behavior_Layout_behavior_autoHide=0;
/**
* Attributes that can be used with a FontFamily.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #FontFamily_fontProviderAuthority com.example.laura.quiz:fontProviderAuthority}</code></td><td></td></tr>
* <tr><td><code>{@link #FontFamily_fontProviderCerts com.example.laura.quiz:fontProviderCerts}</code></td><td></td></tr>
* <tr><td><code>{@link #FontFamily_fontProviderFetchStrategy com.example.laura.quiz:fontProviderFetchStrategy}</code></td><td></td></tr>
* <tr><td><code>{@link #FontFamily_fontProviderFetchTimeout com.example.laura.quiz:fontProviderFetchTimeout}</code></td><td></td></tr>
* <tr><td><code>{@link #FontFamily_fontProviderPackage com.example.laura.quiz:fontProviderPackage}</code></td><td></td></tr>
* <tr><td><code>{@link #FontFamily_fontProviderQuery com.example.laura.quiz:fontProviderQuery}</code></td><td></td></tr>
* </table>
* @see #FontFamily_fontProviderAuthority
* @see #FontFamily_fontProviderCerts
* @see #FontFamily_fontProviderFetchStrategy
* @see #FontFamily_fontProviderFetchTimeout
* @see #FontFamily_fontProviderPackage
* @see #FontFamily_fontProviderQuery
*/
public static final int[] FontFamily={
0x7f03009a, 0x7f03009b, 0x7f03009c, 0x7f03009d,
0x7f03009e, 0x7f03009f
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#fontProviderAuthority}
* attribute's value can be found in the {@link #FontFamily} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:fontProviderAuthority
*/
public static final int FontFamily_fontProviderAuthority=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#fontProviderCerts}
* attribute's value can be found in the {@link #FontFamily} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:fontProviderCerts
*/
public static final int FontFamily_fontProviderCerts=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#fontProviderFetchStrategy}
* attribute's value can be found in the {@link #FontFamily} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>async</td><td>1</td><td></td></tr>
* <tr><td>blocking</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:fontProviderFetchStrategy
*/
public static final int FontFamily_fontProviderFetchStrategy=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#fontProviderFetchTimeout}
* attribute's value can be found in the {@link #FontFamily} array.
*
* <p>May be an integer value, such as "<code>100</code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>forever</td><td>ffffffff</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:fontProviderFetchTimeout
*/
public static final int FontFamily_fontProviderFetchTimeout=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#fontProviderPackage}
* attribute's value can be found in the {@link #FontFamily} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:fontProviderPackage
*/
public static final int FontFamily_fontProviderPackage=4;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#fontProviderQuery}
* attribute's value can be found in the {@link #FontFamily} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:fontProviderQuery
*/
public static final int FontFamily_fontProviderQuery=5;
/**
* Attributes that can be used with a FontFamilyFont.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #FontFamilyFont_android_font android:font}</code></td><td></td></tr>
* <tr><td><code>{@link #FontFamilyFont_android_fontWeight android:fontWeight}</code></td><td></td></tr>
* <tr><td><code>{@link #FontFamilyFont_android_fontStyle android:fontStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #FontFamilyFont_font com.example.laura.quiz:font}</code></td><td></td></tr>
* <tr><td><code>{@link #FontFamilyFont_fontStyle com.example.laura.quiz:fontStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #FontFamilyFont_fontWeight com.example.laura.quiz:fontWeight}</code></td><td></td></tr>
* </table>
* @see #FontFamilyFont_android_font
* @see #FontFamilyFont_android_fontWeight
* @see #FontFamilyFont_android_fontStyle
* @see #FontFamilyFont_font
* @see #FontFamilyFont_fontStyle
* @see #FontFamilyFont_fontWeight
*/
public static final int[] FontFamilyFont={
0x01010532, 0x01010533, 0x0101053f, 0x7f030098,
0x7f0300a0, 0x7f0300a1
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#font}
* attribute's value can be found in the {@link #FontFamilyFont} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:font
*/
public static final int FontFamilyFont_android_font=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#fontWeight}
* attribute's value can be found in the {@link #FontFamilyFont} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name android:fontWeight
*/
public static final int FontFamilyFont_android_fontWeight=1;
/**
* <p>This symbol is the offset where the {@link android.R.attr#fontStyle}
* attribute's value can be found in the {@link #FontFamilyFont} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>italic</td><td>1</td><td></td></tr>
* <tr><td>normal</td><td>0</td><td></td></tr>
* </table>
*
* @attr name android:fontStyle
*/
public static final int FontFamilyFont_android_fontStyle=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#font}
* attribute's value can be found in the {@link #FontFamilyFont} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:font
*/
public static final int FontFamilyFont_font=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#fontStyle}
* attribute's value can be found in the {@link #FontFamilyFont} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>italic</td><td>1</td><td></td></tr>
* <tr><td>normal</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:fontStyle
*/
public static final int FontFamilyFont_fontStyle=4;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#fontWeight}
* attribute's value can be found in the {@link #FontFamilyFont} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name com.example.laura.quiz:fontWeight
*/
public static final int FontFamilyFont_fontWeight=5;
/**
* Attributes that can be used with a ForegroundLinearLayout.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #ForegroundLinearLayout_android_foreground android:foreground}</code></td><td></td></tr>
* <tr><td><code>{@link #ForegroundLinearLayout_android_foregroundGravity android:foregroundGravity}</code></td><td></td></tr>
* <tr><td><code>{@link #ForegroundLinearLayout_foregroundInsidePadding com.example.laura.quiz:foregroundInsidePadding}</code></td><td></td></tr>
* </table>
* @see #ForegroundLinearLayout_android_foreground
* @see #ForegroundLinearLayout_android_foregroundGravity
* @see #ForegroundLinearLayout_foregroundInsidePadding
*/
public static final int[] ForegroundLinearLayout={
0x01010109, 0x01010200, 0x7f0300a2
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#foreground}
* attribute's value can be found in the {@link #ForegroundLinearLayout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:foreground
*/
public static final int ForegroundLinearLayout_android_foreground=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#foregroundGravity}
* attribute's value can be found in the {@link #ForegroundLinearLayout} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>bottom</td><td>50</td><td></td></tr>
* <tr><td>center</td><td>11</td><td></td></tr>
* <tr><td>center_horizontal</td><td>1</td><td></td></tr>
* <tr><td>center_vertical</td><td>10</td><td></td></tr>
* <tr><td>clip_horizontal</td><td>8</td><td></td></tr>
* <tr><td>clip_vertical</td><td>80</td><td></td></tr>
* <tr><td>fill</td><td>77</td><td></td></tr>
* <tr><td>fill_horizontal</td><td>7</td><td></td></tr>
* <tr><td>fill_vertical</td><td>70</td><td></td></tr>
* <tr><td>left</td><td>3</td><td></td></tr>
* <tr><td>right</td><td>5</td><td></td></tr>
* <tr><td>top</td><td>30</td><td></td></tr>
* </table>
*
* @attr name android:foregroundGravity
*/
public static final int ForegroundLinearLayout_android_foregroundGravity=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#foregroundInsidePadding}
* attribute's value can be found in the {@link #ForegroundLinearLayout} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:foregroundInsidePadding
*/
public static final int ForegroundLinearLayout_foregroundInsidePadding=2;
/**
* Attributes that can be used with a LinearConstraintLayout.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #LinearConstraintLayout_android_orientation android:orientation}</code></td><td></td></tr>
* </table>
* @see #LinearConstraintLayout_android_orientation
*/
public static final int[] LinearConstraintLayout={
0x010100c4
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#orientation}
* attribute's value can be found in the {@link #LinearConstraintLayout} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>horizontal</td><td>0</td><td></td></tr>
* <tr><td>vertical</td><td>1</td><td></td></tr>
* </table>
*
* @attr name android:orientation
*/
public static final int LinearConstraintLayout_android_orientation=0;
/**
* Attributes that can be used with a LinearLayoutCompat.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #LinearLayoutCompat_android_gravity android:gravity}</code></td><td></td></tr>
* <tr><td><code>{@link #LinearLayoutCompat_android_orientation android:orientation}</code></td><td></td></tr>
* <tr><td><code>{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}</code></td><td></td></tr>
* <tr><td><code>{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}</code></td><td></td></tr>
* <tr><td><code>{@link #LinearLayoutCompat_android_weightSum android:weightSum}</code></td><td></td></tr>
* <tr><td><code>{@link #LinearLayoutCompat_divider com.example.laura.quiz:divider}</code></td><td></td></tr>
* <tr><td><code>{@link #LinearLayoutCompat_dividerPadding com.example.laura.quiz:dividerPadding}</code></td><td></td></tr>
* <tr><td><code>{@link #LinearLayoutCompat_measureWithLargestChild com.example.laura.quiz:measureWithLargestChild}</code></td><td></td></tr>
* <tr><td><code>{@link #LinearLayoutCompat_showDividers com.example.laura.quiz:showDividers}</code></td><td></td></tr>
* </table>
* @see #LinearLayoutCompat_android_gravity
* @see #LinearLayoutCompat_android_orientation
* @see #LinearLayoutCompat_android_baselineAligned
* @see #LinearLayoutCompat_android_baselineAlignedChildIndex
* @see #LinearLayoutCompat_android_weightSum
* @see #LinearLayoutCompat_divider
* @see #LinearLayoutCompat_dividerPadding
* @see #LinearLayoutCompat_measureWithLargestChild
* @see #LinearLayoutCompat_showDividers
*/
public static final int[] LinearLayoutCompat={
0x010100af, 0x010100c4, 0x01010126, 0x01010127,
0x01010128, 0x7f030079, 0x7f03007b, 0x7f030109,
0x7f030135
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#gravity}
* attribute's value can be found in the {@link #LinearLayoutCompat} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>bottom</td><td>50</td><td></td></tr>
* <tr><td>center</td><td>11</td><td></td></tr>
* <tr><td>center_horizontal</td><td>1</td><td></td></tr>
* <tr><td>center_vertical</td><td>10</td><td></td></tr>
* <tr><td>clip_horizontal</td><td>8</td><td></td></tr>
* <tr><td>clip_vertical</td><td>80</td><td></td></tr>
* <tr><td>end</td><td>800005</td><td></td></tr>
* <tr><td>fill</td><td>77</td><td></td></tr>
* <tr><td>fill_horizontal</td><td>7</td><td></td></tr>
* <tr><td>fill_vertical</td><td>70</td><td></td></tr>
* <tr><td>left</td><td>3</td><td></td></tr>
* <tr><td>right</td><td>5</td><td></td></tr>
* <tr><td>start</td><td>800003</td><td></td></tr>
* <tr><td>top</td><td>30</td><td></td></tr>
* </table>
*
* @attr name android:gravity
*/
public static final int LinearLayoutCompat_android_gravity=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#orientation}
* attribute's value can be found in the {@link #LinearLayoutCompat} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>horizontal</td><td>0</td><td></td></tr>
* <tr><td>vertical</td><td>1</td><td></td></tr>
* </table>
*
* @attr name android:orientation
*/
public static final int LinearLayoutCompat_android_orientation=1;
/**
* <p>This symbol is the offset where the {@link android.R.attr#baselineAligned}
* attribute's value can be found in the {@link #LinearLayoutCompat} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name android:baselineAligned
*/
public static final int LinearLayoutCompat_android_baselineAligned=2;
/**
* <p>This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex}
* attribute's value can be found in the {@link #LinearLayoutCompat} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name android:baselineAlignedChildIndex
*/
public static final int LinearLayoutCompat_android_baselineAlignedChildIndex=3;
/**
* <p>This symbol is the offset where the {@link android.R.attr#weightSum}
* attribute's value can be found in the {@link #LinearLayoutCompat} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name android:weightSum
*/
public static final int LinearLayoutCompat_android_weightSum=4;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#divider}
* attribute's value can be found in the {@link #LinearLayoutCompat} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:divider
*/
public static final int LinearLayoutCompat_divider=5;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#dividerPadding}
* attribute's value can be found in the {@link #LinearLayoutCompat} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:dividerPadding
*/
public static final int LinearLayoutCompat_dividerPadding=6;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#measureWithLargestChild}
* attribute's value can be found in the {@link #LinearLayoutCompat} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:measureWithLargestChild
*/
public static final int LinearLayoutCompat_measureWithLargestChild=7;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#showDividers}
* attribute's value can be found in the {@link #LinearLayoutCompat} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>beginning</td><td>1</td><td></td></tr>
* <tr><td>end</td><td>4</td><td></td></tr>
* <tr><td>middle</td><td>2</td><td></td></tr>
* <tr><td>none</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:showDividers
*/
public static final int LinearLayoutCompat_showDividers=8;
/**
* Attributes that can be used with a LinearLayoutCompat_Layout.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}</code></td><td></td></tr>
* <tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}</code></td><td></td></tr>
* <tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}</code></td><td></td></tr>
* <tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}</code></td><td></td></tr>
* </table>
* @see #LinearLayoutCompat_Layout_android_layout_gravity
* @see #LinearLayoutCompat_Layout_android_layout_width
* @see #LinearLayoutCompat_Layout_android_layout_height
* @see #LinearLayoutCompat_Layout_android_layout_weight
*/
public static final int[] LinearLayoutCompat_Layout={
0x010100b3, 0x010100f4, 0x010100f5, 0x01010181
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#layout_gravity}
* attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>bottom</td><td>50</td><td></td></tr>
* <tr><td>center</td><td>11</td><td></td></tr>
* <tr><td>center_horizontal</td><td>1</td><td></td></tr>
* <tr><td>center_vertical</td><td>10</td><td></td></tr>
* <tr><td>clip_horizontal</td><td>8</td><td></td></tr>
* <tr><td>clip_vertical</td><td>80</td><td></td></tr>
* <tr><td>end</td><td>800005</td><td></td></tr>
* <tr><td>fill</td><td>77</td><td></td></tr>
* <tr><td>fill_horizontal</td><td>7</td><td></td></tr>
* <tr><td>fill_vertical</td><td>70</td><td></td></tr>
* <tr><td>left</td><td>3</td><td></td></tr>
* <tr><td>right</td><td>5</td><td></td></tr>
* <tr><td>start</td><td>800003</td><td></td></tr>
* <tr><td>top</td><td>30</td><td></td></tr>
* </table>
*
* @attr name android:layout_gravity
*/
public static final int LinearLayoutCompat_Layout_android_layout_gravity=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#layout_width}
* attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>fill_parent</td><td>ffffffff</td><td></td></tr>
* <tr><td>match_parent</td><td>ffffffff</td><td></td></tr>
* <tr><td>wrap_content</td><td>fffffffe</td><td></td></tr>
* </table>
*
* @attr name android:layout_width
*/
public static final int LinearLayoutCompat_Layout_android_layout_width=1;
/**
* <p>This symbol is the offset where the {@link android.R.attr#layout_height}
* attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>fill_parent</td><td>ffffffff</td><td></td></tr>
* <tr><td>match_parent</td><td>ffffffff</td><td></td></tr>
* <tr><td>wrap_content</td><td>fffffffe</td><td></td></tr>
* </table>
*
* @attr name android:layout_height
*/
public static final int LinearLayoutCompat_Layout_android_layout_height=2;
/**
* <p>This symbol is the offset where the {@link android.R.attr#layout_weight}
* attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name android:layout_weight
*/
public static final int LinearLayoutCompat_Layout_android_layout_weight=3;
/**
* Attributes that can be used with a ListPopupWindow.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}</code></td><td></td></tr>
* <tr><td><code>{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}</code></td><td></td></tr>
* </table>
* @see #ListPopupWindow_android_dropDownHorizontalOffset
* @see #ListPopupWindow_android_dropDownVerticalOffset
*/
public static final int[] ListPopupWindow={
0x010102ac, 0x010102ad
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset}
* attribute's value can be found in the {@link #ListPopupWindow} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:dropDownHorizontalOffset
*/
public static final int ListPopupWindow_android_dropDownHorizontalOffset=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset}
* attribute's value can be found in the {@link #ListPopupWindow} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:dropDownVerticalOffset
*/
public static final int ListPopupWindow_android_dropDownVerticalOffset=1;
/**
* Attributes that can be used with a MenuGroup.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #MenuGroup_android_enabled android:enabled}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuGroup_android_id android:id}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuGroup_android_visible android:visible}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuGroup_android_menuCategory android:menuCategory}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuGroup_android_orderInCategory android:orderInCategory}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}</code></td><td></td></tr>
* </table>
* @see #MenuGroup_android_enabled
* @see #MenuGroup_android_id
* @see #MenuGroup_android_visible
* @see #MenuGroup_android_menuCategory
* @see #MenuGroup_android_orderInCategory
* @see #MenuGroup_android_checkableBehavior
*/
public static final int[] MenuGroup={
0x0101000e, 0x010100d0, 0x01010194, 0x010101de,
0x010101df, 0x010101e0
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#enabled}
* attribute's value can be found in the {@link #MenuGroup} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name android:enabled
*/
public static final int MenuGroup_android_enabled=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#id}
* attribute's value can be found in the {@link #MenuGroup} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:id
*/
public static final int MenuGroup_android_id=1;
/**
* <p>This symbol is the offset where the {@link android.R.attr#visible}
* attribute's value can be found in the {@link #MenuGroup} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name android:visible
*/
public static final int MenuGroup_android_visible=2;
/**
* <p>This symbol is the offset where the {@link android.R.attr#menuCategory}
* attribute's value can be found in the {@link #MenuGroup} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>alternative</td><td>40000</td><td></td></tr>
* <tr><td>container</td><td>10000</td><td></td></tr>
* <tr><td>secondary</td><td>30000</td><td></td></tr>
* <tr><td>system</td><td>20000</td><td></td></tr>
* </table>
*
* @attr name android:menuCategory
*/
public static final int MenuGroup_android_menuCategory=3;
/**
* <p>This symbol is the offset where the {@link android.R.attr#orderInCategory}
* attribute's value can be found in the {@link #MenuGroup} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name android:orderInCategory
*/
public static final int MenuGroup_android_orderInCategory=4;
/**
* <p>This symbol is the offset where the {@link android.R.attr#checkableBehavior}
* attribute's value can be found in the {@link #MenuGroup} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>all</td><td>1</td><td></td></tr>
* <tr><td>none</td><td>0</td><td></td></tr>
* <tr><td>single</td><td>2</td><td></td></tr>
* </table>
*
* @attr name android:checkableBehavior
*/
public static final int MenuGroup_android_checkableBehavior=5;
/**
* Attributes that can be used with a MenuItem.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #MenuItem_android_icon android:icon}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_android_enabled android:enabled}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_android_id android:id}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_android_checked android:checked}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_android_visible android:visible}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_android_menuCategory android:menuCategory}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_android_orderInCategory android:orderInCategory}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_android_title android:title}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_android_titleCondensed android:titleCondensed}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_android_numericShortcut android:numericShortcut}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_android_checkable android:checkable}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_android_onClick android:onClick}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_actionLayout com.example.laura.quiz:actionLayout}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_actionProviderClass com.example.laura.quiz:actionProviderClass}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_actionViewClass com.example.laura.quiz:actionViewClass}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_alphabeticModifiers com.example.laura.quiz:alphabeticModifiers}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_contentDescription com.example.laura.quiz:contentDescription}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_iconTint com.example.laura.quiz:iconTint}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_iconTintMode com.example.laura.quiz:iconTintMode}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_numericModifiers com.example.laura.quiz:numericModifiers}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_showAsAction com.example.laura.quiz:showAsAction}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuItem_tooltipText com.example.laura.quiz:tooltipText}</code></td><td></td></tr>
* </table>
* @see #MenuItem_android_icon
* @see #MenuItem_android_enabled
* @see #MenuItem_android_id
* @see #MenuItem_android_checked
* @see #MenuItem_android_visible
* @see #MenuItem_android_menuCategory
* @see #MenuItem_android_orderInCategory
* @see #MenuItem_android_title
* @see #MenuItem_android_titleCondensed
* @see #MenuItem_android_alphabeticShortcut
* @see #MenuItem_android_numericShortcut
* @see #MenuItem_android_checkable
* @see #MenuItem_android_onClick
* @see #MenuItem_actionLayout
* @see #MenuItem_actionProviderClass
* @see #MenuItem_actionViewClass
* @see #MenuItem_alphabeticModifiers
* @see #MenuItem_contentDescription
* @see #MenuItem_iconTint
* @see #MenuItem_iconTintMode
* @see #MenuItem_numericModifiers
* @see #MenuItem_showAsAction
* @see #MenuItem_tooltipText
*/
public static final int[] MenuItem={
0x01010002, 0x0101000e, 0x010100d0, 0x01010106,
0x01010194, 0x010101de, 0x010101df, 0x010101e1,
0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5,
0x0101026f, 0x7f03000d, 0x7f03001f, 0x7f030020,
0x7f030028, 0x7f030066, 0x7f0300ae, 0x7f0300af,
0x7f03010f, 0x7f030134, 0x7f030186
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#icon}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:icon
*/
public static final int MenuItem_android_icon=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#enabled}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name android:enabled
*/
public static final int MenuItem_android_enabled=1;
/**
* <p>This symbol is the offset where the {@link android.R.attr#id}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:id
*/
public static final int MenuItem_android_id=2;
/**
* <p>This symbol is the offset where the {@link android.R.attr#checked}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name android:checked
*/
public static final int MenuItem_android_checked=3;
/**
* <p>This symbol is the offset where the {@link android.R.attr#visible}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name android:visible
*/
public static final int MenuItem_android_visible=4;
/**
* <p>This symbol is the offset where the {@link android.R.attr#menuCategory}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>alternative</td><td>40000</td><td></td></tr>
* <tr><td>container</td><td>10000</td><td></td></tr>
* <tr><td>secondary</td><td>30000</td><td></td></tr>
* <tr><td>system</td><td>20000</td><td></td></tr>
* </table>
*
* @attr name android:menuCategory
*/
public static final int MenuItem_android_menuCategory=5;
/**
* <p>This symbol is the offset where the {@link android.R.attr#orderInCategory}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name android:orderInCategory
*/
public static final int MenuItem_android_orderInCategory=6;
/**
* <p>This symbol is the offset where the {@link android.R.attr#title}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name android:title
*/
public static final int MenuItem_android_title=7;
/**
* <p>This symbol is the offset where the {@link android.R.attr#titleCondensed}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name android:titleCondensed
*/
public static final int MenuItem_android_titleCondensed=8;
/**
* <p>This symbol is the offset where the {@link android.R.attr#alphabeticShortcut}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name android:alphabeticShortcut
*/
public static final int MenuItem_android_alphabeticShortcut=9;
/**
* <p>This symbol is the offset where the {@link android.R.attr#numericShortcut}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name android:numericShortcut
*/
public static final int MenuItem_android_numericShortcut=10;
/**
* <p>This symbol is the offset where the {@link android.R.attr#checkable}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name android:checkable
*/
public static final int MenuItem_android_checkable=11;
/**
* <p>This symbol is the offset where the {@link android.R.attr#onClick}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name android:onClick
*/
public static final int MenuItem_android_onClick=12;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionLayout}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:actionLayout
*/
public static final int MenuItem_actionLayout=13;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionProviderClass}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:actionProviderClass
*/
public static final int MenuItem_actionProviderClass=14;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#actionViewClass}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:actionViewClass
*/
public static final int MenuItem_actionViewClass=15;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#alphabeticModifiers}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>ALT</td><td>2</td><td></td></tr>
* <tr><td>CTRL</td><td>1000</td><td></td></tr>
* <tr><td>FUNCTION</td><td>8</td><td></td></tr>
* <tr><td>META</td><td>10000</td><td></td></tr>
* <tr><td>SHIFT</td><td>1</td><td></td></tr>
* <tr><td>SYM</td><td>4</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:alphabeticModifiers
*/
public static final int MenuItem_alphabeticModifiers=16;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#contentDescription}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:contentDescription
*/
public static final int MenuItem_contentDescription=17;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#iconTint}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:iconTint
*/
public static final int MenuItem_iconTint=18;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#iconTintMode}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>add</td><td>10</td><td></td></tr>
* <tr><td>multiply</td><td>e</td><td></td></tr>
* <tr><td>screen</td><td>f</td><td></td></tr>
* <tr><td>src_atop</td><td>9</td><td></td></tr>
* <tr><td>src_in</td><td>5</td><td></td></tr>
* <tr><td>src_over</td><td>3</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:iconTintMode
*/
public static final int MenuItem_iconTintMode=19;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#numericModifiers}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>ALT</td><td>2</td><td></td></tr>
* <tr><td>CTRL</td><td>1000</td><td></td></tr>
* <tr><td>FUNCTION</td><td>8</td><td></td></tr>
* <tr><td>META</td><td>10000</td><td></td></tr>
* <tr><td>SHIFT</td><td>1</td><td></td></tr>
* <tr><td>SYM</td><td>4</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:numericModifiers
*/
public static final int MenuItem_numericModifiers=20;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#showAsAction}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>always</td><td>2</td><td></td></tr>
* <tr><td>collapseActionView</td><td>8</td><td></td></tr>
* <tr><td>ifRoom</td><td>1</td><td></td></tr>
* <tr><td>never</td><td>0</td><td></td></tr>
* <tr><td>withText</td><td>4</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:showAsAction
*/
public static final int MenuItem_showAsAction=21;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tooltipText}
* attribute's value can be found in the {@link #MenuItem} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:tooltipText
*/
public static final int MenuItem_tooltipText=22;
/**
* Attributes that can be used with a MenuView.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuView_android_horizontalDivider android:horizontalDivider}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuView_android_verticalDivider android:verticalDivider}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuView_android_headerBackground android:headerBackground}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuView_android_itemBackground android:itemBackground}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuView_preserveIconSpacing com.example.laura.quiz:preserveIconSpacing}</code></td><td></td></tr>
* <tr><td><code>{@link #MenuView_subMenuArrow com.example.laura.quiz:subMenuArrow}</code></td><td></td></tr>
* </table>
* @see #MenuView_android_windowAnimationStyle
* @see #MenuView_android_itemTextAppearance
* @see #MenuView_android_horizontalDivider
* @see #MenuView_android_verticalDivider
* @see #MenuView_android_headerBackground
* @see #MenuView_android_itemBackground
* @see #MenuView_android_itemIconDisabledAlpha
* @see #MenuView_preserveIconSpacing
* @see #MenuView_subMenuArrow
*/
public static final int[] MenuView={
0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e,
0x0101012f, 0x01010130, 0x01010131, 0x7f030120,
0x7f030145
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#windowAnimationStyle}
* attribute's value can be found in the {@link #MenuView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:windowAnimationStyle
*/
public static final int MenuView_android_windowAnimationStyle=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#itemTextAppearance}
* attribute's value can be found in the {@link #MenuView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:itemTextAppearance
*/
public static final int MenuView_android_itemTextAppearance=1;
/**
* <p>This symbol is the offset where the {@link android.R.attr#horizontalDivider}
* attribute's value can be found in the {@link #MenuView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:horizontalDivider
*/
public static final int MenuView_android_horizontalDivider=2;
/**
* <p>This symbol is the offset where the {@link android.R.attr#verticalDivider}
* attribute's value can be found in the {@link #MenuView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:verticalDivider
*/
public static final int MenuView_android_verticalDivider=3;
/**
* <p>This symbol is the offset where the {@link android.R.attr#headerBackground}
* attribute's value can be found in the {@link #MenuView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:headerBackground
*/
public static final int MenuView_android_headerBackground=4;
/**
* <p>This symbol is the offset where the {@link android.R.attr#itemBackground}
* attribute's value can be found in the {@link #MenuView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:itemBackground
*/
public static final int MenuView_android_itemBackground=5;
/**
* <p>This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha}
* attribute's value can be found in the {@link #MenuView} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name android:itemIconDisabledAlpha
*/
public static final int MenuView_android_itemIconDisabledAlpha=6;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#preserveIconSpacing}
* attribute's value can be found in the {@link #MenuView} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:preserveIconSpacing
*/
public static final int MenuView_preserveIconSpacing=7;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#subMenuArrow}
* attribute's value can be found in the {@link #MenuView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:subMenuArrow
*/
public static final int MenuView_subMenuArrow=8;
/**
* Attributes that can be used with a NavigationView.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #NavigationView_android_background android:background}</code></td><td></td></tr>
* <tr><td><code>{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows}</code></td><td></td></tr>
* <tr><td><code>{@link #NavigationView_android_maxWidth android:maxWidth}</code></td><td></td></tr>
* <tr><td><code>{@link #NavigationView_elevation com.example.laura.quiz:elevation}</code></td><td></td></tr>
* <tr><td><code>{@link #NavigationView_headerLayout com.example.laura.quiz:headerLayout}</code></td><td></td></tr>
* <tr><td><code>{@link #NavigationView_itemBackground com.example.laura.quiz:itemBackground}</code></td><td></td></tr>
* <tr><td><code>{@link #NavigationView_itemIconTint com.example.laura.quiz:itemIconTint}</code></td><td></td></tr>
* <tr><td><code>{@link #NavigationView_itemTextAppearance com.example.laura.quiz:itemTextAppearance}</code></td><td></td></tr>
* <tr><td><code>{@link #NavigationView_itemTextColor com.example.laura.quiz:itemTextColor}</code></td><td></td></tr>
* <tr><td><code>{@link #NavigationView_menu com.example.laura.quiz:menu}</code></td><td></td></tr>
* </table>
* @see #NavigationView_android_background
* @see #NavigationView_android_fitsSystemWindows
* @see #NavigationView_android_maxWidth
* @see #NavigationView_elevation
* @see #NavigationView_headerLayout
* @see #NavigationView_itemBackground
* @see #NavigationView_itemIconTint
* @see #NavigationView_itemTextAppearance
* @see #NavigationView_itemTextColor
* @see #NavigationView_menu
*/
public static final int[] NavigationView={
0x010100d4, 0x010100dd, 0x0101011f, 0x7f030084,
0x7f0300a5, 0x7f0300b6, 0x7f0300b7, 0x7f0300b9,
0x7f0300ba, 0x7f03010a
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#background}
* attribute's value can be found in the {@link #NavigationView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:background
*/
public static final int NavigationView_android_background=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#fitsSystemWindows}
* attribute's value can be found in the {@link #NavigationView} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name android:fitsSystemWindows
*/
public static final int NavigationView_android_fitsSystemWindows=1;
/**
* <p>This symbol is the offset where the {@link android.R.attr#maxWidth}
* attribute's value can be found in the {@link #NavigationView} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:maxWidth
*/
public static final int NavigationView_android_maxWidth=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#elevation}
* attribute's value can be found in the {@link #NavigationView} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:elevation
*/
public static final int NavigationView_elevation=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#headerLayout}
* attribute's value can be found in the {@link #NavigationView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:headerLayout
*/
public static final int NavigationView_headerLayout=4;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#itemBackground}
* attribute's value can be found in the {@link #NavigationView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:itemBackground
*/
public static final int NavigationView_itemBackground=5;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#itemIconTint}
* attribute's value can be found in the {@link #NavigationView} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:itemIconTint
*/
public static final int NavigationView_itemIconTint=6;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#itemTextAppearance}
* attribute's value can be found in the {@link #NavigationView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:itemTextAppearance
*/
public static final int NavigationView_itemTextAppearance=7;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#itemTextColor}
* attribute's value can be found in the {@link #NavigationView} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:itemTextColor
*/
public static final int NavigationView_itemTextColor=8;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#menu}
* attribute's value can be found in the {@link #NavigationView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:menu
*/
public static final int NavigationView_menu=9;
/**
* Attributes that can be used with a PopupWindow.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #PopupWindow_android_popupBackground android:popupBackground}</code></td><td></td></tr>
* <tr><td><code>{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #PopupWindow_overlapAnchor com.example.laura.quiz:overlapAnchor}</code></td><td></td></tr>
* </table>
* @see #PopupWindow_android_popupBackground
* @see #PopupWindow_android_popupAnimationStyle
* @see #PopupWindow_overlapAnchor
*/
public static final int[] PopupWindow={
0x01010176, 0x010102c9, 0x7f030110
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#popupBackground}
* attribute's value can be found in the {@link #PopupWindow} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:popupBackground
*/
public static final int PopupWindow_android_popupBackground=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#popupAnimationStyle}
* attribute's value can be found in the {@link #PopupWindow} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:popupAnimationStyle
*/
public static final int PopupWindow_android_popupAnimationStyle=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#overlapAnchor}
* attribute's value can be found in the {@link #PopupWindow} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:overlapAnchor
*/
public static final int PopupWindow_overlapAnchor=2;
/**
* Attributes that can be used with a PopupWindowBackgroundState.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #PopupWindowBackgroundState_state_above_anchor com.example.laura.quiz:state_above_anchor}</code></td><td></td></tr>
* </table>
* @see #PopupWindowBackgroundState_state_above_anchor
*/
public static final int[] PopupWindowBackgroundState={
0x7f030140
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#state_above_anchor}
* attribute's value can be found in the {@link #PopupWindowBackgroundState} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:state_above_anchor
*/
public static final int PopupWindowBackgroundState_state_above_anchor=0;
/**
* Attributes that can be used with a RecycleListView.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #RecycleListView_paddingBottomNoButtons com.example.laura.quiz:paddingBottomNoButtons}</code></td><td></td></tr>
* <tr><td><code>{@link #RecycleListView_paddingTopNoTitle com.example.laura.quiz:paddingTopNoTitle}</code></td><td></td></tr>
* </table>
* @see #RecycleListView_paddingBottomNoButtons
* @see #RecycleListView_paddingTopNoTitle
*/
public static final int[] RecycleListView={
0x7f030111, 0x7f030114
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#paddingBottomNoButtons}
* attribute's value can be found in the {@link #RecycleListView} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:paddingBottomNoButtons
*/
public static final int RecycleListView_paddingBottomNoButtons=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#paddingTopNoTitle}
* attribute's value can be found in the {@link #RecycleListView} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:paddingTopNoTitle
*/
public static final int RecycleListView_paddingTopNoTitle=1;
/**
* Attributes that can be used with a RecyclerView.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #RecyclerView_android_orientation android:orientation}</code></td><td></td></tr>
* <tr><td><code>{@link #RecyclerView_android_descendantFocusability android:descendantFocusability}</code></td><td></td></tr>
* <tr><td><code>{@link #RecyclerView_fastScrollEnabled com.example.laura.quiz:fastScrollEnabled}</code></td><td></td></tr>
* <tr><td><code>{@link #RecyclerView_fastScrollHorizontalThumbDrawable com.example.laura.quiz:fastScrollHorizontalThumbDrawable}</code></td><td></td></tr>
* <tr><td><code>{@link #RecyclerView_fastScrollHorizontalTrackDrawable com.example.laura.quiz:fastScrollHorizontalTrackDrawable}</code></td><td></td></tr>
* <tr><td><code>{@link #RecyclerView_fastScrollVerticalThumbDrawable com.example.laura.quiz:fastScrollVerticalThumbDrawable}</code></td><td></td></tr>
* <tr><td><code>{@link #RecyclerView_fastScrollVerticalTrackDrawable com.example.laura.quiz:fastScrollVerticalTrackDrawable}</code></td><td></td></tr>
* <tr><td><code>{@link #RecyclerView_layoutManager com.example.laura.quiz:layoutManager}</code></td><td></td></tr>
* <tr><td><code>{@link #RecyclerView_reverseLayout com.example.laura.quiz:reverseLayout}</code></td><td></td></tr>
* <tr><td><code>{@link #RecyclerView_spanCount com.example.laura.quiz:spanCount}</code></td><td></td></tr>
* <tr><td><code>{@link #RecyclerView_stackFromEnd com.example.laura.quiz:stackFromEnd}</code></td><td></td></tr>
* </table>
* @see #RecyclerView_android_orientation
* @see #RecyclerView_android_descendantFocusability
* @see #RecyclerView_fastScrollEnabled
* @see #RecyclerView_fastScrollHorizontalThumbDrawable
* @see #RecyclerView_fastScrollHorizontalTrackDrawable
* @see #RecyclerView_fastScrollVerticalThumbDrawable
* @see #RecyclerView_fastScrollVerticalTrackDrawable
* @see #RecyclerView_layoutManager
* @see #RecyclerView_reverseLayout
* @see #RecyclerView_spanCount
* @see #RecyclerView_stackFromEnd
*/
public static final int[] RecyclerView={
0x010100c4, 0x010100f1, 0x7f030093, 0x7f030094,
0x7f030095, 0x7f030096, 0x7f030097, 0x7f0300bd,
0x7f03012a, 0x7f030139, 0x7f03013f
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#orientation}
* attribute's value can be found in the {@link #RecyclerView} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>horizontal</td><td>0</td><td></td></tr>
* <tr><td>vertical</td><td>1</td><td></td></tr>
* </table>
*
* @attr name android:orientation
*/
public static final int RecyclerView_android_orientation=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#descendantFocusability}
* attribute's value can be found in the {@link #RecyclerView} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>afterDescendants</td><td>1</td><td></td></tr>
* <tr><td>beforeDescendants</td><td>0</td><td></td></tr>
* <tr><td>blocksDescendants</td><td>2</td><td></td></tr>
* </table>
*
* @attr name android:descendantFocusability
*/
public static final int RecyclerView_android_descendantFocusability=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#fastScrollEnabled}
* attribute's value can be found in the {@link #RecyclerView} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:fastScrollEnabled
*/
public static final int RecyclerView_fastScrollEnabled=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#fastScrollHorizontalThumbDrawable}
* attribute's value can be found in the {@link #RecyclerView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:fastScrollHorizontalThumbDrawable
*/
public static final int RecyclerView_fastScrollHorizontalThumbDrawable=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#fastScrollHorizontalTrackDrawable}
* attribute's value can be found in the {@link #RecyclerView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:fastScrollHorizontalTrackDrawable
*/
public static final int RecyclerView_fastScrollHorizontalTrackDrawable=4;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#fastScrollVerticalThumbDrawable}
* attribute's value can be found in the {@link #RecyclerView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:fastScrollVerticalThumbDrawable
*/
public static final int RecyclerView_fastScrollVerticalThumbDrawable=5;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#fastScrollVerticalTrackDrawable}
* attribute's value can be found in the {@link #RecyclerView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:fastScrollVerticalTrackDrawable
*/
public static final int RecyclerView_fastScrollVerticalTrackDrawable=6;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layoutManager}
* attribute's value can be found in the {@link #RecyclerView} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:layoutManager
*/
public static final int RecyclerView_layoutManager=7;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#reverseLayout}
* attribute's value can be found in the {@link #RecyclerView} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:reverseLayout
*/
public static final int RecyclerView_reverseLayout=8;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#spanCount}
* attribute's value can be found in the {@link #RecyclerView} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name com.example.laura.quiz:spanCount
*/
public static final int RecyclerView_spanCount=9;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#stackFromEnd}
* attribute's value can be found in the {@link #RecyclerView} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:stackFromEnd
*/
public static final int RecyclerView_stackFromEnd=10;
/**
* Attributes that can be used with a ScrimInsetsFrameLayout.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #ScrimInsetsFrameLayout_insetForeground com.example.laura.quiz:insetForeground}</code></td><td></td></tr>
* </table>
* @see #ScrimInsetsFrameLayout_insetForeground
*/
public static final int[] ScrimInsetsFrameLayout={
0x7f0300b4
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#insetForeground}
* attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:insetForeground
*/
public static final int ScrimInsetsFrameLayout_insetForeground=0;
/**
* Attributes that can be used with a ScrollingViewBehavior_Layout.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #ScrollingViewBehavior_Layout_behavior_overlapTop com.example.laura.quiz:behavior_overlapTop}</code></td><td></td></tr>
* </table>
* @see #ScrollingViewBehavior_Layout_behavior_overlapTop
*/
public static final int[] ScrollingViewBehavior_Layout={
0x7f03003b
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#behavior_overlapTop}
* attribute's value can be found in the {@link #ScrollingViewBehavior_Layout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:behavior_overlapTop
*/
public static final int ScrollingViewBehavior_Layout_behavior_overlapTop=0;
/**
* Attributes that can be used with a SearchView.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #SearchView_android_focusable android:focusable}</code></td><td></td></tr>
* <tr><td><code>{@link #SearchView_android_maxWidth android:maxWidth}</code></td><td></td></tr>
* <tr><td><code>{@link #SearchView_android_inputType android:inputType}</code></td><td></td></tr>
* <tr><td><code>{@link #SearchView_android_imeOptions android:imeOptions}</code></td><td></td></tr>
* <tr><td><code>{@link #SearchView_closeIcon com.example.laura.quiz:closeIcon}</code></td><td></td></tr>
* <tr><td><code>{@link #SearchView_commitIcon com.example.laura.quiz:commitIcon}</code></td><td></td></tr>
* <tr><td><code>{@link #SearchView_defaultQueryHint com.example.laura.quiz:defaultQueryHint}</code></td><td></td></tr>
* <tr><td><code>{@link #SearchView_goIcon com.example.laura.quiz:goIcon}</code></td><td></td></tr>
* <tr><td><code>{@link #SearchView_iconifiedByDefault com.example.laura.quiz:iconifiedByDefault}</code></td><td></td></tr>
* <tr><td><code>{@link #SearchView_layout com.example.laura.quiz:layout}</code></td><td></td></tr>
* <tr><td><code>{@link #SearchView_queryBackground com.example.laura.quiz:queryBackground}</code></td><td></td></tr>
* <tr><td><code>{@link #SearchView_queryHint com.example.laura.quiz:queryHint}</code></td><td></td></tr>
* <tr><td><code>{@link #SearchView_searchHintIcon com.example.laura.quiz:searchHintIcon}</code></td><td></td></tr>
* <tr><td><code>{@link #SearchView_searchIcon com.example.laura.quiz:searchIcon}</code></td><td></td></tr>
* <tr><td><code>{@link #SearchView_submitBackground com.example.laura.quiz:submitBackground}</code></td><td></td></tr>
* <tr><td><code>{@link #SearchView_suggestionRowLayout com.example.laura.quiz:suggestionRowLayout}</code></td><td></td></tr>
* <tr><td><code>{@link #SearchView_voiceIcon com.example.laura.quiz:voiceIcon}</code></td><td></td></tr>
* </table>
* @see #SearchView_android_focusable
* @see #SearchView_android_maxWidth
* @see #SearchView_android_inputType
* @see #SearchView_android_imeOptions
* @see #SearchView_closeIcon
* @see #SearchView_commitIcon
* @see #SearchView_defaultQueryHint
* @see #SearchView_goIcon
* @see #SearchView_iconifiedByDefault
* @see #SearchView_layout
* @see #SearchView_queryBackground
* @see #SearchView_queryHint
* @see #SearchView_searchHintIcon
* @see #SearchView_searchIcon
* @see #SearchView_submitBackground
* @see #SearchView_suggestionRowLayout
* @see #SearchView_voiceIcon
*/
public static final int[] SearchView={
0x010100da, 0x0101011f, 0x01010220, 0x01010264,
0x7f030051, 0x7f030062, 0x7f030075, 0x7f0300a4,
0x7f0300b0, 0x7f0300bc, 0x7f030124, 0x7f030125,
0x7f03012e, 0x7f03012f, 0x7f030146, 0x7f03014b,
0x7f03018c
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#focusable}
* attribute's value can be found in the {@link #SearchView} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>auto</td><td>10</td><td></td></tr>
* </table>
*
* @attr name android:focusable
*/
public static final int SearchView_android_focusable=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#maxWidth}
* attribute's value can be found in the {@link #SearchView} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:maxWidth
*/
public static final int SearchView_android_maxWidth=1;
/**
* <p>This symbol is the offset where the {@link android.R.attr#inputType}
* attribute's value can be found in the {@link #SearchView} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>date</td><td>14</td><td></td></tr>
* <tr><td>datetime</td><td>4</td><td></td></tr>
* <tr><td>none</td><td>0</td><td></td></tr>
* <tr><td>number</td><td>2</td><td></td></tr>
* <tr><td>numberDecimal</td><td>2002</td><td></td></tr>
* <tr><td>numberPassword</td><td>12</td><td></td></tr>
* <tr><td>numberSigned</td><td>1002</td><td></td></tr>
* <tr><td>phone</td><td>3</td><td></td></tr>
* <tr><td>text</td><td>1</td><td></td></tr>
* <tr><td>textAutoComplete</td><td>10001</td><td></td></tr>
* <tr><td>textAutoCorrect</td><td>8001</td><td></td></tr>
* <tr><td>textCapCharacters</td><td>1001</td><td></td></tr>
* <tr><td>textCapSentences</td><td>4001</td><td></td></tr>
* <tr><td>textCapWords</td><td>2001</td><td></td></tr>
* <tr><td>textEmailAddress</td><td>21</td><td></td></tr>
* <tr><td>textEmailSubject</td><td>31</td><td></td></tr>
* <tr><td>textFilter</td><td>b1</td><td></td></tr>
* <tr><td>textImeMultiLine</td><td>40001</td><td></td></tr>
* <tr><td>textLongMessage</td><td>51</td><td></td></tr>
* <tr><td>textMultiLine</td><td>20001</td><td></td></tr>
* <tr><td>textNoSuggestions</td><td>80001</td><td></td></tr>
* <tr><td>textPassword</td><td>81</td><td></td></tr>
* <tr><td>textPersonName</td><td>61</td><td></td></tr>
* <tr><td>textPhonetic</td><td>c1</td><td></td></tr>
* <tr><td>textPostalAddress</td><td>71</td><td></td></tr>
* <tr><td>textShortMessage</td><td>41</td><td></td></tr>
* <tr><td>textUri</td><td>11</td><td></td></tr>
* <tr><td>textVisiblePassword</td><td>91</td><td></td></tr>
* <tr><td>textWebEditText</td><td>a1</td><td></td></tr>
* <tr><td>textWebEmailAddress</td><td>d1</td><td></td></tr>
* <tr><td>textWebPassword</td><td>e1</td><td></td></tr>
* <tr><td>time</td><td>24</td><td></td></tr>
* </table>
*
* @attr name android:inputType
*/
public static final int SearchView_android_inputType=2;
/**
* <p>This symbol is the offset where the {@link android.R.attr#imeOptions}
* attribute's value can be found in the {@link #SearchView} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>actionDone</td><td>6</td><td></td></tr>
* <tr><td>actionGo</td><td>2</td><td></td></tr>
* <tr><td>actionNext</td><td>5</td><td></td></tr>
* <tr><td>actionNone</td><td>1</td><td></td></tr>
* <tr><td>actionPrevious</td><td>7</td><td></td></tr>
* <tr><td>actionSearch</td><td>3</td><td></td></tr>
* <tr><td>actionSend</td><td>4</td><td></td></tr>
* <tr><td>actionUnspecified</td><td>0</td><td></td></tr>
* <tr><td>flagForceAscii</td><td>80000000</td><td></td></tr>
* <tr><td>flagNavigateNext</td><td>8000000</td><td></td></tr>
* <tr><td>flagNavigatePrevious</td><td>4000000</td><td></td></tr>
* <tr><td>flagNoAccessoryAction</td><td>20000000</td><td></td></tr>
* <tr><td>flagNoEnterAction</td><td>40000000</td><td></td></tr>
* <tr><td>flagNoExtractUi</td><td>10000000</td><td></td></tr>
* <tr><td>flagNoFullscreen</td><td>2000000</td><td></td></tr>
* <tr><td>flagNoPersonalizedLearning</td><td>1000000</td><td></td></tr>
* <tr><td>normal</td><td>0</td><td></td></tr>
* </table>
*
* @attr name android:imeOptions
*/
public static final int SearchView_android_imeOptions=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#closeIcon}
* attribute's value can be found in the {@link #SearchView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:closeIcon
*/
public static final int SearchView_closeIcon=4;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#commitIcon}
* attribute's value can be found in the {@link #SearchView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:commitIcon
*/
public static final int SearchView_commitIcon=5;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#defaultQueryHint}
* attribute's value can be found in the {@link #SearchView} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:defaultQueryHint
*/
public static final int SearchView_defaultQueryHint=6;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#goIcon}
* attribute's value can be found in the {@link #SearchView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:goIcon
*/
public static final int SearchView_goIcon=7;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#iconifiedByDefault}
* attribute's value can be found in the {@link #SearchView} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:iconifiedByDefault
*/
public static final int SearchView_iconifiedByDefault=8;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#layout}
* attribute's value can be found in the {@link #SearchView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:layout
*/
public static final int SearchView_layout=9;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#queryBackground}
* attribute's value can be found in the {@link #SearchView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:queryBackground
*/
public static final int SearchView_queryBackground=10;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#queryHint}
* attribute's value can be found in the {@link #SearchView} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:queryHint
*/
public static final int SearchView_queryHint=11;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#searchHintIcon}
* attribute's value can be found in the {@link #SearchView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:searchHintIcon
*/
public static final int SearchView_searchHintIcon=12;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#searchIcon}
* attribute's value can be found in the {@link #SearchView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:searchIcon
*/
public static final int SearchView_searchIcon=13;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#submitBackground}
* attribute's value can be found in the {@link #SearchView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:submitBackground
*/
public static final int SearchView_submitBackground=14;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#suggestionRowLayout}
* attribute's value can be found in the {@link #SearchView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:suggestionRowLayout
*/
public static final int SearchView_suggestionRowLayout=15;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#voiceIcon}
* attribute's value can be found in the {@link #SearchView} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:voiceIcon
*/
public static final int SearchView_voiceIcon=16;
/**
* Attributes that can be used with a SnackbarLayout.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #SnackbarLayout_android_maxWidth android:maxWidth}</code></td><td></td></tr>
* <tr><td><code>{@link #SnackbarLayout_elevation com.example.laura.quiz:elevation}</code></td><td></td></tr>
* <tr><td><code>{@link #SnackbarLayout_maxActionInlineWidth com.example.laura.quiz:maxActionInlineWidth}</code></td><td></td></tr>
* </table>
* @see #SnackbarLayout_android_maxWidth
* @see #SnackbarLayout_elevation
* @see #SnackbarLayout_maxActionInlineWidth
*/
public static final int[] SnackbarLayout={
0x0101011f, 0x7f030084, 0x7f030107
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#maxWidth}
* attribute's value can be found in the {@link #SnackbarLayout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:maxWidth
*/
public static final int SnackbarLayout_android_maxWidth=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#elevation}
* attribute's value can be found in the {@link #SnackbarLayout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:elevation
*/
public static final int SnackbarLayout_elevation=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#maxActionInlineWidth}
* attribute's value can be found in the {@link #SnackbarLayout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:maxActionInlineWidth
*/
public static final int SnackbarLayout_maxActionInlineWidth=2;
/**
* Attributes that can be used with a Spinner.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #Spinner_android_entries android:entries}</code></td><td></td></tr>
* <tr><td><code>{@link #Spinner_android_popupBackground android:popupBackground}</code></td><td></td></tr>
* <tr><td><code>{@link #Spinner_android_prompt android:prompt}</code></td><td></td></tr>
* <tr><td><code>{@link #Spinner_android_dropDownWidth android:dropDownWidth}</code></td><td></td></tr>
* <tr><td><code>{@link #Spinner_popupTheme com.example.laura.quiz:popupTheme}</code></td><td></td></tr>
* </table>
* @see #Spinner_android_entries
* @see #Spinner_android_popupBackground
* @see #Spinner_android_prompt
* @see #Spinner_android_dropDownWidth
* @see #Spinner_popupTheme
*/
public static final int[] Spinner={
0x010100b2, 0x01010176, 0x0101017b, 0x01010262,
0x7f03011e
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#entries}
* attribute's value can be found in the {@link #Spinner} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:entries
*/
public static final int Spinner_android_entries=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#popupBackground}
* attribute's value can be found in the {@link #Spinner} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:popupBackground
*/
public static final int Spinner_android_popupBackground=1;
/**
* <p>This symbol is the offset where the {@link android.R.attr#prompt}
* attribute's value can be found in the {@link #Spinner} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:prompt
*/
public static final int Spinner_android_prompt=2;
/**
* <p>This symbol is the offset where the {@link android.R.attr#dropDownWidth}
* attribute's value can be found in the {@link #Spinner} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>fill_parent</td><td>ffffffff</td><td></td></tr>
* <tr><td>match_parent</td><td>ffffffff</td><td></td></tr>
* <tr><td>wrap_content</td><td>fffffffe</td><td></td></tr>
* </table>
*
* @attr name android:dropDownWidth
*/
public static final int Spinner_android_dropDownWidth=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#popupTheme}
* attribute's value can be found in the {@link #Spinner} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:popupTheme
*/
public static final int Spinner_popupTheme=4;
/**
* Attributes that can be used with a SwitchCompat.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #SwitchCompat_android_textOn android:textOn}</code></td><td></td></tr>
* <tr><td><code>{@link #SwitchCompat_android_textOff android:textOff}</code></td><td></td></tr>
* <tr><td><code>{@link #SwitchCompat_android_thumb android:thumb}</code></td><td></td></tr>
* <tr><td><code>{@link #SwitchCompat_showText com.example.laura.quiz:showText}</code></td><td></td></tr>
* <tr><td><code>{@link #SwitchCompat_splitTrack com.example.laura.quiz:splitTrack}</code></td><td></td></tr>
* <tr><td><code>{@link #SwitchCompat_switchMinWidth com.example.laura.quiz:switchMinWidth}</code></td><td></td></tr>
* <tr><td><code>{@link #SwitchCompat_switchPadding com.example.laura.quiz:switchPadding}</code></td><td></td></tr>
* <tr><td><code>{@link #SwitchCompat_switchTextAppearance com.example.laura.quiz:switchTextAppearance}</code></td><td></td></tr>
* <tr><td><code>{@link #SwitchCompat_thumbTextPadding com.example.laura.quiz:thumbTextPadding}</code></td><td></td></tr>
* <tr><td><code>{@link #SwitchCompat_thumbTint com.example.laura.quiz:thumbTint}</code></td><td></td></tr>
* <tr><td><code>{@link #SwitchCompat_thumbTintMode com.example.laura.quiz:thumbTintMode}</code></td><td></td></tr>
* <tr><td><code>{@link #SwitchCompat_track com.example.laura.quiz:track}</code></td><td></td></tr>
* <tr><td><code>{@link #SwitchCompat_trackTint com.example.laura.quiz:trackTint}</code></td><td></td></tr>
* <tr><td><code>{@link #SwitchCompat_trackTintMode com.example.laura.quiz:trackTintMode}</code></td><td></td></tr>
* </table>
* @see #SwitchCompat_android_textOn
* @see #SwitchCompat_android_textOff
* @see #SwitchCompat_android_thumb
* @see #SwitchCompat_showText
* @see #SwitchCompat_splitTrack
* @see #SwitchCompat_switchMinWidth
* @see #SwitchCompat_switchPadding
* @see #SwitchCompat_switchTextAppearance
* @see #SwitchCompat_thumbTextPadding
* @see #SwitchCompat_thumbTint
* @see #SwitchCompat_thumbTintMode
* @see #SwitchCompat_track
* @see #SwitchCompat_trackTint
* @see #SwitchCompat_trackTintMode
*/
public static final int[] SwitchCompat={
0x01010124, 0x01010125, 0x01010142, 0x7f030136,
0x7f03013d, 0x7f03014c, 0x7f03014d, 0x7f03014f,
0x7f03016e, 0x7f03016f, 0x7f030170, 0x7f030187,
0x7f030188, 0x7f030189
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#textOn}
* attribute's value can be found in the {@link #SwitchCompat} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name android:textOn
*/
public static final int SwitchCompat_android_textOn=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#textOff}
* attribute's value can be found in the {@link #SwitchCompat} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name android:textOff
*/
public static final int SwitchCompat_android_textOff=1;
/**
* <p>This symbol is the offset where the {@link android.R.attr#thumb}
* attribute's value can be found in the {@link #SwitchCompat} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:thumb
*/
public static final int SwitchCompat_android_thumb=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#showText}
* attribute's value can be found in the {@link #SwitchCompat} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:showText
*/
public static final int SwitchCompat_showText=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#splitTrack}
* attribute's value can be found in the {@link #SwitchCompat} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:splitTrack
*/
public static final int SwitchCompat_splitTrack=4;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#switchMinWidth}
* attribute's value can be found in the {@link #SwitchCompat} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:switchMinWidth
*/
public static final int SwitchCompat_switchMinWidth=5;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#switchPadding}
* attribute's value can be found in the {@link #SwitchCompat} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:switchPadding
*/
public static final int SwitchCompat_switchPadding=6;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#switchTextAppearance}
* attribute's value can be found in the {@link #SwitchCompat} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:switchTextAppearance
*/
public static final int SwitchCompat_switchTextAppearance=7;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#thumbTextPadding}
* attribute's value can be found in the {@link #SwitchCompat} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:thumbTextPadding
*/
public static final int SwitchCompat_thumbTextPadding=8;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#thumbTint}
* attribute's value can be found in the {@link #SwitchCompat} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:thumbTint
*/
public static final int SwitchCompat_thumbTint=9;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#thumbTintMode}
* attribute's value can be found in the {@link #SwitchCompat} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>add</td><td>10</td><td></td></tr>
* <tr><td>multiply</td><td>e</td><td></td></tr>
* <tr><td>screen</td><td>f</td><td></td></tr>
* <tr><td>src_atop</td><td>9</td><td></td></tr>
* <tr><td>src_in</td><td>5</td><td></td></tr>
* <tr><td>src_over</td><td>3</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:thumbTintMode
*/
public static final int SwitchCompat_thumbTintMode=10;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#track}
* attribute's value can be found in the {@link #SwitchCompat} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:track
*/
public static final int SwitchCompat_track=11;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#trackTint}
* attribute's value can be found in the {@link #SwitchCompat} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:trackTint
*/
public static final int SwitchCompat_trackTint=12;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#trackTintMode}
* attribute's value can be found in the {@link #SwitchCompat} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>add</td><td>10</td><td></td></tr>
* <tr><td>multiply</td><td>e</td><td></td></tr>
* <tr><td>screen</td><td>f</td><td></td></tr>
* <tr><td>src_atop</td><td>9</td><td></td></tr>
* <tr><td>src_in</td><td>5</td><td></td></tr>
* <tr><td>src_over</td><td>3</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:trackTintMode
*/
public static final int SwitchCompat_trackTintMode=13;
/**
* Attributes that can be used with a TabItem.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #TabItem_android_icon android:icon}</code></td><td></td></tr>
* <tr><td><code>{@link #TabItem_android_layout android:layout}</code></td><td></td></tr>
* <tr><td><code>{@link #TabItem_android_text android:text}</code></td><td></td></tr>
* </table>
* @see #TabItem_android_icon
* @see #TabItem_android_layout
* @see #TabItem_android_text
*/
public static final int[] TabItem={
0x01010002, 0x010100f2, 0x0101014f
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#icon}
* attribute's value can be found in the {@link #TabItem} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:icon
*/
public static final int TabItem_android_icon=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#layout}
* attribute's value can be found in the {@link #TabItem} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:layout
*/
public static final int TabItem_android_layout=1;
/**
* <p>This symbol is the offset where the {@link android.R.attr#text}
* attribute's value can be found in the {@link #TabItem} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name android:text
*/
public static final int TabItem_android_text=2;
/**
* Attributes that can be used with a TabLayout.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #TabLayout_tabBackground com.example.laura.quiz:tabBackground}</code></td><td></td></tr>
* <tr><td><code>{@link #TabLayout_tabContentStart com.example.laura.quiz:tabContentStart}</code></td><td></td></tr>
* <tr><td><code>{@link #TabLayout_tabGravity com.example.laura.quiz:tabGravity}</code></td><td></td></tr>
* <tr><td><code>{@link #TabLayout_tabIndicatorColor com.example.laura.quiz:tabIndicatorColor}</code></td><td></td></tr>
* <tr><td><code>{@link #TabLayout_tabIndicatorHeight com.example.laura.quiz:tabIndicatorHeight}</code></td><td></td></tr>
* <tr><td><code>{@link #TabLayout_tabMaxWidth com.example.laura.quiz:tabMaxWidth}</code></td><td></td></tr>
* <tr><td><code>{@link #TabLayout_tabMinWidth com.example.laura.quiz:tabMinWidth}</code></td><td></td></tr>
* <tr><td><code>{@link #TabLayout_tabMode com.example.laura.quiz:tabMode}</code></td><td></td></tr>
* <tr><td><code>{@link #TabLayout_tabPadding com.example.laura.quiz:tabPadding}</code></td><td></td></tr>
* <tr><td><code>{@link #TabLayout_tabPaddingBottom com.example.laura.quiz:tabPaddingBottom}</code></td><td></td></tr>
* <tr><td><code>{@link #TabLayout_tabPaddingEnd com.example.laura.quiz:tabPaddingEnd}</code></td><td></td></tr>
* <tr><td><code>{@link #TabLayout_tabPaddingStart com.example.laura.quiz:tabPaddingStart}</code></td><td></td></tr>
* <tr><td><code>{@link #TabLayout_tabPaddingTop com.example.laura.quiz:tabPaddingTop}</code></td><td></td></tr>
* <tr><td><code>{@link #TabLayout_tabSelectedTextColor com.example.laura.quiz:tabSelectedTextColor}</code></td><td></td></tr>
* <tr><td><code>{@link #TabLayout_tabTextAppearance com.example.laura.quiz:tabTextAppearance}</code></td><td></td></tr>
* <tr><td><code>{@link #TabLayout_tabTextColor com.example.laura.quiz:tabTextColor}</code></td><td></td></tr>
* </table>
* @see #TabLayout_tabBackground
* @see #TabLayout_tabContentStart
* @see #TabLayout_tabGravity
* @see #TabLayout_tabIndicatorColor
* @see #TabLayout_tabIndicatorHeight
* @see #TabLayout_tabMaxWidth
* @see #TabLayout_tabMinWidth
* @see #TabLayout_tabMode
* @see #TabLayout_tabPadding
* @see #TabLayout_tabPaddingBottom
* @see #TabLayout_tabPaddingEnd
* @see #TabLayout_tabPaddingStart
* @see #TabLayout_tabPaddingTop
* @see #TabLayout_tabSelectedTextColor
* @see #TabLayout_tabTextAppearance
* @see #TabLayout_tabTextColor
*/
public static final int[] TabLayout={
0x7f030150, 0x7f030151, 0x7f030152, 0x7f030153,
0x7f030154, 0x7f030155, 0x7f030156, 0x7f030157,
0x7f030158, 0x7f030159, 0x7f03015a, 0x7f03015b,
0x7f03015c, 0x7f03015d, 0x7f03015e, 0x7f03015f
};
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tabBackground}
* attribute's value can be found in the {@link #TabLayout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:tabBackground
*/
public static final int TabLayout_tabBackground=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tabContentStart}
* attribute's value can be found in the {@link #TabLayout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:tabContentStart
*/
public static final int TabLayout_tabContentStart=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tabGravity}
* attribute's value can be found in the {@link #TabLayout} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>center</td><td>1</td><td></td></tr>
* <tr><td>fill</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:tabGravity
*/
public static final int TabLayout_tabGravity=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tabIndicatorColor}
* attribute's value can be found in the {@link #TabLayout} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:tabIndicatorColor
*/
public static final int TabLayout_tabIndicatorColor=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tabIndicatorHeight}
* attribute's value can be found in the {@link #TabLayout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:tabIndicatorHeight
*/
public static final int TabLayout_tabIndicatorHeight=4;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tabMaxWidth}
* attribute's value can be found in the {@link #TabLayout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:tabMaxWidth
*/
public static final int TabLayout_tabMaxWidth=5;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tabMinWidth}
* attribute's value can be found in the {@link #TabLayout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:tabMinWidth
*/
public static final int TabLayout_tabMinWidth=6;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tabMode}
* attribute's value can be found in the {@link #TabLayout} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>fixed</td><td>1</td><td></td></tr>
* <tr><td>scrollable</td><td>0</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:tabMode
*/
public static final int TabLayout_tabMode=7;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tabPadding}
* attribute's value can be found in the {@link #TabLayout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:tabPadding
*/
public static final int TabLayout_tabPadding=8;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tabPaddingBottom}
* attribute's value can be found in the {@link #TabLayout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:tabPaddingBottom
*/
public static final int TabLayout_tabPaddingBottom=9;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tabPaddingEnd}
* attribute's value can be found in the {@link #TabLayout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:tabPaddingEnd
*/
public static final int TabLayout_tabPaddingEnd=10;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tabPaddingStart}
* attribute's value can be found in the {@link #TabLayout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:tabPaddingStart
*/
public static final int TabLayout_tabPaddingStart=11;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tabPaddingTop}
* attribute's value can be found in the {@link #TabLayout} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:tabPaddingTop
*/
public static final int TabLayout_tabPaddingTop=12;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tabSelectedTextColor}
* attribute's value can be found in the {@link #TabLayout} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:tabSelectedTextColor
*/
public static final int TabLayout_tabSelectedTextColor=13;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tabTextAppearance}
* attribute's value can be found in the {@link #TabLayout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:tabTextAppearance
*/
public static final int TabLayout_tabTextAppearance=14;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#tabTextColor}
* attribute's value can be found in the {@link #TabLayout} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:tabTextColor
*/
public static final int TabLayout_tabTextColor=15;
/**
* Attributes that can be used with a TextAppearance.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #TextAppearance_android_textSize android:textSize}</code></td><td></td></tr>
* <tr><td><code>{@link #TextAppearance_android_typeface android:typeface}</code></td><td></td></tr>
* <tr><td><code>{@link #TextAppearance_android_textStyle android:textStyle}</code></td><td></td></tr>
* <tr><td><code>{@link #TextAppearance_android_textColor android:textColor}</code></td><td></td></tr>
* <tr><td><code>{@link #TextAppearance_android_textColorHint android:textColorHint}</code></td><td></td></tr>
* <tr><td><code>{@link #TextAppearance_android_textColorLink android:textColorLink}</code></td><td></td></tr>
* <tr><td><code>{@link #TextAppearance_android_shadowColor android:shadowColor}</code></td><td></td></tr>
* <tr><td><code>{@link #TextAppearance_android_shadowDx android:shadowDx}</code></td><td></td></tr>
* <tr><td><code>{@link #TextAppearance_android_shadowDy android:shadowDy}</code></td><td></td></tr>
* <tr><td><code>{@link #TextAppearance_android_shadowRadius android:shadowRadius}</code></td><td></td></tr>
* <tr><td><code>{@link #TextAppearance_android_fontFamily android:fontFamily}</code></td><td></td></tr>
* <tr><td><code>{@link #TextAppearance_fontFamily com.example.laura.quiz:fontFamily}</code></td><td></td></tr>
* <tr><td><code>{@link #TextAppearance_textAllCaps com.example.laura.quiz:textAllCaps}</code></td><td></td></tr>
* </table>
* @see #TextAppearance_android_textSize
* @see #TextAppearance_android_typeface
* @see #TextAppearance_android_textStyle
* @see #TextAppearance_android_textColor
* @see #TextAppearance_android_textColorHint
* @see #TextAppearance_android_textColorLink
* @see #TextAppearance_android_shadowColor
* @see #TextAppearance_android_shadowDx
* @see #TextAppearance_android_shadowDy
* @see #TextAppearance_android_shadowRadius
* @see #TextAppearance_android_fontFamily
* @see #TextAppearance_fontFamily
* @see #TextAppearance_textAllCaps
*/
public static final int[] TextAppearance={
0x01010095, 0x01010096, 0x01010097, 0x01010098,
0x0101009a, 0x0101009b, 0x01010161, 0x01010162,
0x01010163, 0x01010164, 0x010103ac, 0x7f030099,
0x7f030160
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#textSize}
* attribute's value can be found in the {@link #TextAppearance} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:textSize
*/
public static final int TextAppearance_android_textSize=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#typeface}
* attribute's value can be found in the {@link #TextAppearance} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>monospace</td><td>3</td><td></td></tr>
* <tr><td>normal</td><td>0</td><td></td></tr>
* <tr><td>sans</td><td>1</td><td></td></tr>
* <tr><td>serif</td><td>2</td><td></td></tr>
* </table>
*
* @attr name android:typeface
*/
public static final int TextAppearance_android_typeface=1;
/**
* <p>This symbol is the offset where the {@link android.R.attr#textStyle}
* attribute's value can be found in the {@link #TextAppearance} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>bold</td><td>1</td><td></td></tr>
* <tr><td>italic</td><td>2</td><td></td></tr>
* <tr><td>normal</td><td>0</td><td></td></tr>
* </table>
*
* @attr name android:textStyle
*/
public static final int TextAppearance_android_textStyle=2;
/**
* <p>This symbol is the offset where the {@link android.R.attr#textColor}
* attribute's value can be found in the {@link #TextAppearance} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:textColor
*/
public static final int TextAppearance_android_textColor=3;
/**
* <p>This symbol is the offset where the {@link android.R.attr#textColorHint}
* attribute's value can be found in the {@link #TextAppearance} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:textColorHint
*/
public static final int TextAppearance_android_textColorHint=4;
/**
* <p>This symbol is the offset where the {@link android.R.attr#textColorLink}
* attribute's value can be found in the {@link #TextAppearance} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:textColorLink
*/
public static final int TextAppearance_android_textColorLink=5;
/**
* <p>This symbol is the offset where the {@link android.R.attr#shadowColor}
* attribute's value can be found in the {@link #TextAppearance} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:shadowColor
*/
public static final int TextAppearance_android_shadowColor=6;
/**
* <p>This symbol is the offset where the {@link android.R.attr#shadowDx}
* attribute's value can be found in the {@link #TextAppearance} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name android:shadowDx
*/
public static final int TextAppearance_android_shadowDx=7;
/**
* <p>This symbol is the offset where the {@link android.R.attr#shadowDy}
* attribute's value can be found in the {@link #TextAppearance} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name android:shadowDy
*/
public static final int TextAppearance_android_shadowDy=8;
/**
* <p>This symbol is the offset where the {@link android.R.attr#shadowRadius}
* attribute's value can be found in the {@link #TextAppearance} array.
*
* <p>May be a floating point value, such as "<code>1.2</code>".
*
* @attr name android:shadowRadius
*/
public static final int TextAppearance_android_shadowRadius=9;
/**
* <p>This symbol is the offset where the {@link android.R.attr#fontFamily}
* attribute's value can be found in the {@link #TextAppearance} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name android:fontFamily
*/
public static final int TextAppearance_android_fontFamily=10;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#fontFamily}
* attribute's value can be found in the {@link #TextAppearance} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:fontFamily
*/
public static final int TextAppearance_fontFamily=11;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#textAllCaps}
* attribute's value can be found in the {@link #TextAppearance} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:textAllCaps
*/
public static final int TextAppearance_textAllCaps=12;
/**
* Attributes that can be used with a TextInputLayout.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #TextInputLayout_android_textColorHint android:textColorHint}</code></td><td></td></tr>
* <tr><td><code>{@link #TextInputLayout_android_hint android:hint}</code></td><td></td></tr>
* <tr><td><code>{@link #TextInputLayout_counterEnabled com.example.laura.quiz:counterEnabled}</code></td><td></td></tr>
* <tr><td><code>{@link #TextInputLayout_counterMaxLength com.example.laura.quiz:counterMaxLength}</code></td><td></td></tr>
* <tr><td><code>{@link #TextInputLayout_counterOverflowTextAppearance com.example.laura.quiz:counterOverflowTextAppearance}</code></td><td></td></tr>
* <tr><td><code>{@link #TextInputLayout_counterTextAppearance com.example.laura.quiz:counterTextAppearance}</code></td><td></td></tr>
* <tr><td><code>{@link #TextInputLayout_errorEnabled com.example.laura.quiz:errorEnabled}</code></td><td></td></tr>
* <tr><td><code>{@link #TextInputLayout_errorTextAppearance com.example.laura.quiz:errorTextAppearance}</code></td><td></td></tr>
* <tr><td><code>{@link #TextInputLayout_hintAnimationEnabled com.example.laura.quiz:hintAnimationEnabled}</code></td><td></td></tr>
* <tr><td><code>{@link #TextInputLayout_hintEnabled com.example.laura.quiz:hintEnabled}</code></td><td></td></tr>
* <tr><td><code>{@link #TextInputLayout_hintTextAppearance com.example.laura.quiz:hintTextAppearance}</code></td><td></td></tr>
* <tr><td><code>{@link #TextInputLayout_passwordToggleContentDescription com.example.laura.quiz:passwordToggleContentDescription}</code></td><td></td></tr>
* <tr><td><code>{@link #TextInputLayout_passwordToggleDrawable com.example.laura.quiz:passwordToggleDrawable}</code></td><td></td></tr>
* <tr><td><code>{@link #TextInputLayout_passwordToggleEnabled com.example.laura.quiz:passwordToggleEnabled}</code></td><td></td></tr>
* <tr><td><code>{@link #TextInputLayout_passwordToggleTint com.example.laura.quiz:passwordToggleTint}</code></td><td></td></tr>
* <tr><td><code>{@link #TextInputLayout_passwordToggleTintMode com.example.laura.quiz:passwordToggleTintMode}</code></td><td></td></tr>
* </table>
* @see #TextInputLayout_android_textColorHint
* @see #TextInputLayout_android_hint
* @see #TextInputLayout_counterEnabled
* @see #TextInputLayout_counterMaxLength
* @see #TextInputLayout_counterOverflowTextAppearance
* @see #TextInputLayout_counterTextAppearance
* @see #TextInputLayout_errorEnabled
* @see #TextInputLayout_errorTextAppearance
* @see #TextInputLayout_hintAnimationEnabled
* @see #TextInputLayout_hintEnabled
* @see #TextInputLayout_hintTextAppearance
* @see #TextInputLayout_passwordToggleContentDescription
* @see #TextInputLayout_passwordToggleDrawable
* @see #TextInputLayout_passwordToggleEnabled
* @see #TextInputLayout_passwordToggleTint
* @see #TextInputLayout_passwordToggleTintMode
*/
public static final int[] TextInputLayout={
0x0101009a, 0x01010150, 0x7f030070, 0x7f030071,
0x7f030072, 0x7f030073, 0x7f030086, 0x7f030087,
0x7f0300a8, 0x7f0300a9, 0x7f0300aa, 0x7f030118,
0x7f030119, 0x7f03011a, 0x7f03011b, 0x7f03011c
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#textColorHint}
* attribute's value can be found in the {@link #TextInputLayout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:textColorHint
*/
public static final int TextInputLayout_android_textColorHint=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#hint}
* attribute's value can be found in the {@link #TextInputLayout} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name android:hint
*/
public static final int TextInputLayout_android_hint=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#counterEnabled}
* attribute's value can be found in the {@link #TextInputLayout} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:counterEnabled
*/
public static final int TextInputLayout_counterEnabled=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#counterMaxLength}
* attribute's value can be found in the {@link #TextInputLayout} array.
*
* <p>May be an integer value, such as "<code>100</code>".
*
* @attr name com.example.laura.quiz:counterMaxLength
*/
public static final int TextInputLayout_counterMaxLength=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#counterOverflowTextAppearance}
* attribute's value can be found in the {@link #TextInputLayout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:counterOverflowTextAppearance
*/
public static final int TextInputLayout_counterOverflowTextAppearance=4;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#counterTextAppearance}
* attribute's value can be found in the {@link #TextInputLayout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:counterTextAppearance
*/
public static final int TextInputLayout_counterTextAppearance=5;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#errorEnabled}
* attribute's value can be found in the {@link #TextInputLayout} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:errorEnabled
*/
public static final int TextInputLayout_errorEnabled=6;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#errorTextAppearance}
* attribute's value can be found in the {@link #TextInputLayout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:errorTextAppearance
*/
public static final int TextInputLayout_errorTextAppearance=7;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#hintAnimationEnabled}
* attribute's value can be found in the {@link #TextInputLayout} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:hintAnimationEnabled
*/
public static final int TextInputLayout_hintAnimationEnabled=8;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#hintEnabled}
* attribute's value can be found in the {@link #TextInputLayout} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:hintEnabled
*/
public static final int TextInputLayout_hintEnabled=9;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#hintTextAppearance}
* attribute's value can be found in the {@link #TextInputLayout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:hintTextAppearance
*/
public static final int TextInputLayout_hintTextAppearance=10;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#passwordToggleContentDescription}
* attribute's value can be found in the {@link #TextInputLayout} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:passwordToggleContentDescription
*/
public static final int TextInputLayout_passwordToggleContentDescription=11;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#passwordToggleDrawable}
* attribute's value can be found in the {@link #TextInputLayout} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:passwordToggleDrawable
*/
public static final int TextInputLayout_passwordToggleDrawable=12;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#passwordToggleEnabled}
* attribute's value can be found in the {@link #TextInputLayout} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
*
* @attr name com.example.laura.quiz:passwordToggleEnabled
*/
public static final int TextInputLayout_passwordToggleEnabled=13;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#passwordToggleTint}
* attribute's value can be found in the {@link #TextInputLayout} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:passwordToggleTint
*/
public static final int TextInputLayout_passwordToggleTint=14;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#passwordToggleTintMode}
* attribute's value can be found in the {@link #TextInputLayout} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>multiply</td><td>e</td><td></td></tr>
* <tr><td>screen</td><td>f</td><td></td></tr>
* <tr><td>src_atop</td><td>9</td><td></td></tr>
* <tr><td>src_in</td><td>5</td><td></td></tr>
* <tr><td>src_over</td><td>3</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:passwordToggleTintMode
*/
public static final int TextInputLayout_passwordToggleTintMode=15;
/**
* Attributes that can be used with a Toolbar.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #Toolbar_android_gravity android:gravity}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_android_minHeight android:minHeight}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_buttonGravity com.example.laura.quiz:buttonGravity}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_collapseContentDescription com.example.laura.quiz:collapseContentDescription}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_collapseIcon com.example.laura.quiz:collapseIcon}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_contentInsetEnd com.example.laura.quiz:contentInsetEnd}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_contentInsetEndWithActions com.example.laura.quiz:contentInsetEndWithActions}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_contentInsetLeft com.example.laura.quiz:contentInsetLeft}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_contentInsetRight com.example.laura.quiz:contentInsetRight}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_contentInsetStart com.example.laura.quiz:contentInsetStart}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_contentInsetStartWithNavigation com.example.laura.quiz:contentInsetStartWithNavigation}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_logo com.example.laura.quiz:logo}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_logoDescription com.example.laura.quiz:logoDescription}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_maxButtonHeight com.example.laura.quiz:maxButtonHeight}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_navigationContentDescription com.example.laura.quiz:navigationContentDescription}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_navigationIcon com.example.laura.quiz:navigationIcon}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_popupTheme com.example.laura.quiz:popupTheme}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_subtitle com.example.laura.quiz:subtitle}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_subtitleTextAppearance com.example.laura.quiz:subtitleTextAppearance}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_subtitleTextColor com.example.laura.quiz:subtitleTextColor}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_title com.example.laura.quiz:title}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_titleMargin com.example.laura.quiz:titleMargin}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_titleMarginBottom com.example.laura.quiz:titleMarginBottom}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_titleMarginEnd com.example.laura.quiz:titleMarginEnd}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_titleMarginStart com.example.laura.quiz:titleMarginStart}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_titleMarginTop com.example.laura.quiz:titleMarginTop}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_titleMargins com.example.laura.quiz:titleMargins}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_titleTextAppearance com.example.laura.quiz:titleTextAppearance}</code></td><td></td></tr>
* <tr><td><code>{@link #Toolbar_titleTextColor com.example.laura.quiz:titleTextColor}</code></td><td></td></tr>
* </table>
* @see #Toolbar_android_gravity
* @see #Toolbar_android_minHeight
* @see #Toolbar_buttonGravity
* @see #Toolbar_collapseContentDescription
* @see #Toolbar_collapseIcon
* @see #Toolbar_contentInsetEnd
* @see #Toolbar_contentInsetEndWithActions
* @see #Toolbar_contentInsetLeft
* @see #Toolbar_contentInsetRight
* @see #Toolbar_contentInsetStart
* @see #Toolbar_contentInsetStartWithNavigation
* @see #Toolbar_logo
* @see #Toolbar_logoDescription
* @see #Toolbar_maxButtonHeight
* @see #Toolbar_navigationContentDescription
* @see #Toolbar_navigationIcon
* @see #Toolbar_popupTheme
* @see #Toolbar_subtitle
* @see #Toolbar_subtitleTextAppearance
* @see #Toolbar_subtitleTextColor
* @see #Toolbar_title
* @see #Toolbar_titleMargin
* @see #Toolbar_titleMarginBottom
* @see #Toolbar_titleMarginEnd
* @see #Toolbar_titleMarginStart
* @see #Toolbar_titleMarginTop
* @see #Toolbar_titleMargins
* @see #Toolbar_titleTextAppearance
* @see #Toolbar_titleTextColor
*/
public static final int[] Toolbar={
0x010100af, 0x01010140, 0x7f030047, 0x7f030053,
0x7f030054, 0x7f030067, 0x7f030068, 0x7f030069,
0x7f03006a, 0x7f03006b, 0x7f03006c, 0x7f030105,
0x7f030106, 0x7f030108, 0x7f03010c, 0x7f03010d,
0x7f03011e, 0x7f030147, 0x7f030148, 0x7f030149,
0x7f030176, 0x7f030178, 0x7f030179, 0x7f03017a,
0x7f03017b, 0x7f03017c, 0x7f03017d, 0x7f03017e,
0x7f03017f
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#gravity}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>bottom</td><td>50</td><td></td></tr>
* <tr><td>center</td><td>11</td><td></td></tr>
* <tr><td>center_horizontal</td><td>1</td><td></td></tr>
* <tr><td>center_vertical</td><td>10</td><td></td></tr>
* <tr><td>clip_horizontal</td><td>8</td><td></td></tr>
* <tr><td>clip_vertical</td><td>80</td><td></td></tr>
* <tr><td>end</td><td>800005</td><td></td></tr>
* <tr><td>fill</td><td>77</td><td></td></tr>
* <tr><td>fill_horizontal</td><td>7</td><td></td></tr>
* <tr><td>fill_vertical</td><td>70</td><td></td></tr>
* <tr><td>left</td><td>3</td><td></td></tr>
* <tr><td>right</td><td>5</td><td></td></tr>
* <tr><td>start</td><td>800003</td><td></td></tr>
* <tr><td>top</td><td>30</td><td></td></tr>
* </table>
*
* @attr name android:gravity
*/
public static final int Toolbar_android_gravity=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#minHeight}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name android:minHeight
*/
public static final int Toolbar_android_minHeight=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#buttonGravity}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>Must be one or more (separated by '|') of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>bottom</td><td>50</td><td></td></tr>
* <tr><td>top</td><td>30</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:buttonGravity
*/
public static final int Toolbar_buttonGravity=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#collapseContentDescription}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:collapseContentDescription
*/
public static final int Toolbar_collapseContentDescription=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#collapseIcon}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:collapseIcon
*/
public static final int Toolbar_collapseIcon=4;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#contentInsetEnd}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:contentInsetEnd
*/
public static final int Toolbar_contentInsetEnd=5;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#contentInsetEndWithActions}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:contentInsetEndWithActions
*/
public static final int Toolbar_contentInsetEndWithActions=6;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#contentInsetLeft}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:contentInsetLeft
*/
public static final int Toolbar_contentInsetLeft=7;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#contentInsetRight}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:contentInsetRight
*/
public static final int Toolbar_contentInsetRight=8;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#contentInsetStart}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:contentInsetStart
*/
public static final int Toolbar_contentInsetStart=9;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#contentInsetStartWithNavigation}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:contentInsetStartWithNavigation
*/
public static final int Toolbar_contentInsetStartWithNavigation=10;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#logo}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:logo
*/
public static final int Toolbar_logo=11;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#logoDescription}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:logoDescription
*/
public static final int Toolbar_logoDescription=12;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#maxButtonHeight}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:maxButtonHeight
*/
public static final int Toolbar_maxButtonHeight=13;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#navigationContentDescription}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:navigationContentDescription
*/
public static final int Toolbar_navigationContentDescription=14;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#navigationIcon}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:navigationIcon
*/
public static final int Toolbar_navigationIcon=15;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#popupTheme}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:popupTheme
*/
public static final int Toolbar_popupTheme=16;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#subtitle}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:subtitle
*/
public static final int Toolbar_subtitle=17;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#subtitleTextAppearance}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:subtitleTextAppearance
*/
public static final int Toolbar_subtitleTextAppearance=18;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#subtitleTextColor}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:subtitleTextColor
*/
public static final int Toolbar_subtitleTextColor=19;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#title}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a string value, using '\\;' to escape characters such as
* '\\n' or '\\uxxxx' for a unicode character;
*
* @attr name com.example.laura.quiz:title
*/
public static final int Toolbar_title=20;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#titleMargin}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:titleMargin
*/
public static final int Toolbar_titleMargin=21;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#titleMarginBottom}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:titleMarginBottom
*/
public static final int Toolbar_titleMarginBottom=22;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#titleMarginEnd}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:titleMarginEnd
*/
public static final int Toolbar_titleMarginEnd=23;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#titleMarginStart}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:titleMarginStart
*/
public static final int Toolbar_titleMarginStart=24;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#titleMarginTop}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:titleMarginTop
*/
public static final int Toolbar_titleMarginTop=25;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#titleMargins}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:titleMargins
*/
public static final int Toolbar_titleMargins=26;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#titleTextAppearance}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:titleTextAppearance
*/
public static final int Toolbar_titleTextAppearance=27;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#titleTextColor}
* attribute's value can be found in the {@link #Toolbar} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:titleTextColor
*/
public static final int Toolbar_titleTextColor=28;
/**
* Attributes that can be used with a View.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #View_android_theme android:theme}</code></td><td></td></tr>
* <tr><td><code>{@link #View_android_focusable android:focusable}</code></td><td></td></tr>
* <tr><td><code>{@link #View_paddingEnd com.example.laura.quiz:paddingEnd}</code></td><td></td></tr>
* <tr><td><code>{@link #View_paddingStart com.example.laura.quiz:paddingStart}</code></td><td></td></tr>
* <tr><td><code>{@link #View_theme com.example.laura.quiz:theme}</code></td><td></td></tr>
* </table>
* @see #View_android_theme
* @see #View_android_focusable
* @see #View_paddingEnd
* @see #View_paddingStart
* @see #View_theme
*/
public static final int[] View={
0x01010000, 0x010100da, 0x7f030112, 0x7f030113,
0x7f03016c
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#theme}
* attribute's value can be found in the {@link #View} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:theme
*/
public static final int View_android_theme=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#focusable}
* attribute's value can be found in the {@link #View} array.
*
* <p>May be a boolean value, such as "<code>true</code>" or
* "<code>false</code>".
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>auto</td><td>10</td><td></td></tr>
* </table>
*
* @attr name android:focusable
*/
public static final int View_android_focusable=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#paddingEnd}
* attribute's value can be found in the {@link #View} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:paddingEnd
*/
public static final int View_paddingEnd=2;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#paddingStart}
* attribute's value can be found in the {@link #View} array.
*
* <p>May be a dimension value, which is a floating point number appended with a
* unit such as "<code>14.5sp</code>".
* Available units are: px (pixels), dp (density-independent pixels),
* sp (scaled pixels based on preferred font size), in (inches), and
* mm (millimeters).
*
* @attr name com.example.laura.quiz:paddingStart
*/
public static final int View_paddingStart=3;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#theme}
* attribute's value can be found in the {@link #View} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name com.example.laura.quiz:theme
*/
public static final int View_theme=4;
/**
* Attributes that can be used with a ViewBackgroundHelper.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #ViewBackgroundHelper_android_background android:background}</code></td><td></td></tr>
* <tr><td><code>{@link #ViewBackgroundHelper_backgroundTint com.example.laura.quiz:backgroundTint}</code></td><td></td></tr>
* <tr><td><code>{@link #ViewBackgroundHelper_backgroundTintMode com.example.laura.quiz:backgroundTintMode}</code></td><td></td></tr>
* </table>
* @see #ViewBackgroundHelper_android_background
* @see #ViewBackgroundHelper_backgroundTint
* @see #ViewBackgroundHelper_backgroundTintMode
*/
public static final int[] ViewBackgroundHelper={
0x010100d4, 0x7f030034, 0x7f030035
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#background}
* attribute's value can be found in the {@link #ViewBackgroundHelper} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name android:background
*/
public static final int ViewBackgroundHelper_android_background=0;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#backgroundTint}
* attribute's value can be found in the {@link #ViewBackgroundHelper} array.
*
* <p>May be a color value, in the form of "<code>#<i>rgb</i></code>",
* "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or
* "<code>#<i>aarrggbb</i></code>".
*
* @attr name com.example.laura.quiz:backgroundTint
*/
public static final int ViewBackgroundHelper_backgroundTint=1;
/**
* <p>This symbol is the offset where the {@link com.example.laura.quiz.R.attr#backgroundTintMode}
* attribute's value can be found in the {@link #ViewBackgroundHelper} array.
*
* <p>Must be one of the following constant values.</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
* <tr><td>add</td><td>10</td><td></td></tr>
* <tr><td>multiply</td><td>e</td><td></td></tr>
* <tr><td>screen</td><td>f</td><td></td></tr>
* <tr><td>src_atop</td><td>9</td><td></td></tr>
* <tr><td>src_in</td><td>5</td><td></td></tr>
* <tr><td>src_over</td><td>3</td><td></td></tr>
* </table>
*
* @attr name com.example.laura.quiz:backgroundTintMode
*/
public static final int ViewBackgroundHelper_backgroundTintMode=2;
/**
* Attributes that can be used with a ViewStubCompat.
* <p>Includes the following attributes:</p>
* <table>
* <colgroup align="left" />
* <colgroup align="left" />
* <tr><th>Attribute</th><th>Description</th></tr>
* <tr><td><code>{@link #ViewStubCompat_android_id android:id}</code></td><td></td></tr>
* <tr><td><code>{@link #ViewStubCompat_android_layout android:layout}</code></td><td></td></tr>
* <tr><td><code>{@link #ViewStubCompat_android_inflatedId android:inflatedId}</code></td><td></td></tr>
* </table>
* @see #ViewStubCompat_android_id
* @see #ViewStubCompat_android_layout
* @see #ViewStubCompat_android_inflatedId
*/
public static final int[] ViewStubCompat={
0x010100d0, 0x010100f2, 0x010100f3
};
/**
* <p>This symbol is the offset where the {@link android.R.attr#id}
* attribute's value can be found in the {@link #ViewStubCompat} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:id
*/
public static final int ViewStubCompat_android_id=0;
/**
* <p>This symbol is the offset where the {@link android.R.attr#layout}
* attribute's value can be found in the {@link #ViewStubCompat} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:layout
*/
public static final int ViewStubCompat_android_layout=1;
/**
* <p>This symbol is the offset where the {@link android.R.attr#inflatedId}
* attribute's value can be found in the {@link #ViewStubCompat} array.
*
* <p>May be a reference to another resource, in the form
* "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
* attribute in the form
* "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
*
* @attr name android:inflatedId
*/
public static final int ViewStubCompat_android_inflatedId=2;
}
public static final class xml {
public static final int provider_paths=0x7f100000;
}
} |
<reponame>Keyrim/STM32_Test_Area<filename>F407_discovery/Core/Sensors/gyro.h
/*
* gyro.h
*
* Created on: Nov 22, 2020
* Author: Théo
*/
#ifndef SENSORS_GYRO_H_
#define SENSORS_GYRO_H_
#include "stm32f4xx_hal.h"
#include "sensors.h"
#include "mpu.h"
#define USE_GYRO_MPU //Gyro currently used
typedef struct gyro_t{
//
sensor_connectivity_e connectivity ;
sensor_state_e state ;
//Available gyro list
mpu_t * mpu ;
//Raw angles
float * raw ;
//Filtered angles
float filtered[3];
//Filters
//Todo : filters
}gyro_t;
sensor_state_e GYRO_init(gyro_t * gyro, mpu_t *mpu);
sensor_state_e GYRO_update(gyro_t * gyro);
sensor_state_e GYRO_update_dma(gyro_t * gyro);
void GYRO_dma_done(gyro_t * gyro);
#endif /* SENSORS_GYRO_H_ */
|
import React, { useState } from 'react';
const Quiz = () => {
const questions = [
{
question: 'What color is the sky?',
options: [
{ text: 'Blue', isCorrect: true },
{ text: 'Red', isCorrect: false },
{ text: 'Green', isCorrect: false },
{ text: 'White', isCorrect: false },
],
},
{
question: 'What is the capital of China?',
options: [
{ text: 'Beijing', isCorrect: true },
{ text: 'Tokyo', isCorrect: false },
{ text: 'New Delhi', isCorrect: false },
{ text: 'Seoul', isCorrect: false },
],
}
];
const [answers, setAnswers] = useState(
Array.from({ length: questions.length }, () => null)
);
// handle answer selection
const handleChange = (event, index) => {
const answersCopy = [...answers];
answersCopy[index] =
event.target.value === 'true' ? true : false;
setAnswers(answersCopy);
};
return (
<div>
{questions.map((question, index) => (
<div className='question' key={index}>
<p>{question.question}</p>
{question.options.map(option => (
<div>
<input
type='radio'
name={index}
value={option.isCorrect}
onChange={(e) => handleChange(e, index)}
/>
<label>{option.text}</label>
</div>
))}
</div>
))}
<button onClick={() => console.log(answers)}>Submit</button>
</div>
);
};
export default Quiz; |
from flask import Flask
from flask_restful import Resource, Api
app = Flask(__name__)
api = Api(app)
class AllBlogPosts(Resource):
def get(self):
return {'blog_posts': blog_posts}
api.add_resource(AllBlogPosts, '/posts')
if __name__ == '__main__':
app.run(debug=True) |
import java.util.*;
public class Continent {
private ArrayList<Territory> territories;
private String name;
//costruttore da modificare
public Continent(String continentName, ArrayList<Territory> continentTerritories){
this.name = continentName;
this.territories = continentTerritories;
}
public ArrayList<Territory> getTerritories() {
return this.territories;
}
public String getName() {
return this.name;
}
/**
*
* @param name
*/
public void setName(String name) {
this.name = name;
}
/**
*
* @param territories
*/
public void setTerritories(ArrayList territories) {
this.territories = territories;
}
@Override
public String toString() {
return "Name: "+ this.name+" Territories: "+territories;
}
}
|
<reponame>weikinhuang/nbd.js<filename>util/deparam.d.ts<gh_stars>0
export default function deparam(params: string, coerce?: boolean): { [k:string]: any; };
|
#!/bin/bash
set -e
SSHD_PORT=2222
SSHD_FILE=/etc/ssh/sshd_config
SUDOERS_FILE=/etc/sudoers
# 0. update package lists
sudo apt-get update
# 0.1. reinstall sshd (workaround for initial version of WSL)
sudo apt remove -y --purge openssh-server
sudo apt install -y openssh-server
# 0.2. install basic dependencies
sudo apt install -y cmake gcc clang gdb valgrind build-essential
# 1.1. configure sshd
sudo cp $SSHD_FILE ${SSHD_FILE}.`date '+%Y-%m-%d_%H-%M-%S'`.back
sudo sed -i '/^Port/ d' $SSHD_FILE
sudo sed -i '/^UsePrivilegeSeparation/ d' $SSHD_FILE
sudo sed -i '/^PasswordAuthentication/ d' $SSHD_FILE
echo "# configured by CLion" | sudo tee -a $SSHD_FILE
echo "Port ${SSHD_PORT}" | sudo tee -a $SSHD_FILE
echo "UsePrivilegeSeparation no" | sudo tee -a $SSHD_FILE
echo "PasswordAuthentication yes" | sudo tee -a $SSHD_FILE
# 1.2. apply new settings
sudo service ssh --full-restart
# 2. autostart: run sshd
sed -i '/^sudo service ssh --full-restart/ d' ~/.bashrc
echo "%sudo ALL=(ALL) NOPASSWD: /usr/sbin/service ssh --full-restart" | sudo tee -a $SUDOERS_FILE
cat << 'EOF' >> ~/.bashrc
sshd_status=$(service ssh status)
if [[ $sshd_status = *"is not running"* ]]; then
sudo service ssh --full-restart
fi
EOF
# summary: SSHD config info
echo
echo "SSH server parameters ($SSHD_FILE):"
echo "Port ${SSHD_PORT}"
echo "UsePrivilegeSeparation no"
echo "PasswordAuthentication yes" |
TPM2_TSS_VER="3.0.3"
TPM2_TSS_LINK="https://github.com/tpm2-software/tpm2-tss/releases/download/$TPM2_TSS_VER/tpm2-tss-$TPM2_TSS_VER.tar.gz"
TPM2_TSS_ENGINE_VER=1.1.0
TPM2_TSS_ENGINE_LINK="https://github.com/tpm2-software/tpm2-tss-engine/archive/v$TPM2_TSS_ENGINE_VER.zip"
PARENT_DIR=`pwd`
cd $PARENT_DIR
install_dependencies()
{
echo "Install the dependencies..."
yum -y install \
autoconf-archive \
libcmocka \
libcmocka-devel \
json-c-devel \
procps \
iproute \
gcc-c++ \
kernel-devel \
make \
git \
pkg-config \
gcc \
libtool \
automake \
uthash-devel \
autoconf \
doxygen \
m4 \
pandoc \
libcurl-devel \
uriparser-devel \
dbus-devel \
glib2-devel \
dbus-x11 \
libgcrypt-devel \
libuuid-devel \
diffutils
dnf builddep tpm2-tss
pip3 install pyyaml PyYAML
}
install_tpm2tss()
{
echo "Build & Install tpm2-tss version : $TPM2_TSS_VER"
cd $PARENT_DIR
rm -f tpm2-tss-$TPM2_TSS_VER.tar.gz
wget $TPM2_TSS_LINK
tar -xvzf tpm2-tss-$TPM2_TSS_VER.tar.gz
cd tpm2-tss-$TPM2_TSS_VER
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --disable-doxygen-doc --with-udevrulesdir=/etc/udev/rules.d/
make -j$(nproc)
make install
mkdir -p /var/lib/tpm
userdel -f tss
groupdel tss
groupadd tss && useradd -M -d /var/lib/tpm -s /bin/false -g tss tss
udevadm control --reload-rules && udevadm trigger
ldconfig
}
install_tpm2abrmd()
{
echo "Build & Install tpm2-abrmd"
yum -y install tpm2-abrmd
service tpm2-abrmd stop
service tpm2-abrmd start
service tpm2-abrmd status
systemctl enable tpm2-abrmd.service
}
install_tpm2tools()
{
echo "Build & Install tpm2-tools"
yum -y install tpm2-tools
}
install_tpm2tssengine()
{
echo "Build & Install tpm2-tss-engine..."
cd $PARENT_DIR
rm -f v$TPM2_TSS_ENGINE_VER.zip
wget $TPM2_TSS_ENGINE_LINK
unzip v$TPM2_TSS_ENGINE_VER.zip
cd tpm2-tss-engine-$TPM2_TSS_ENGINE_VER
./bootstrap
mkdir -p /usr/local/lib/engines-1.1/
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --with-enginesdir=/usr/local/lib/engines-1.1/
make -j$(nproc)
make install
ldconfig
}
uninstall_tpm2tss()
{
echo "Uninstall tpm2-tss...."
cd $PARENT_DIR
cd tpm2-tss-$TPM2_TSS_VER
make uninstall
}
uninstall_tpm2abrmd()
{
echo "Uninstall tpm2-abrmd"
service tpm2-abrmd stop
systemctl disable tpm2-abrmd.service
yum -y remove tpm2-abrmd
}
uninstall_tpm2tools()
{
echo "Uninstall tpm2-tools...."
yum -y remove tpm2-tools
}
uninstall_tpm2tssengine()
{
echo "Uninstall tpm2-tss-engine...."
cd $PARENT_DIR
cd tpm2-tss-engine-$TPM2_TSS_ENGINE_VER
make uninstall
}
install()
{
echo -e "Installing all the tpm2 libraries..\n\n"
install_dependencies
install_tpm2tss
install_tpm2abrmd
install_tpm2tools
install_tpm2tssengine
}
uninstall()
{
echo -e "Uninstalling all the tpm2 libraries..\n\n"
uninstall_tpm2tss
uninstall_tpm2abrmd
uninstall_tpm2tools
uninstall_tpm2tssengine
cd $PARENT_DIR
rm -rf tpm2*
rm v$TPM2_TSS_ENGINE_VER.zip
}
usage()
{
echo -e "Usage:
./$0 <OPTION>\n
OPTION:
-i - Install all tpm2 libraries.
-u - Uninstall all tpm2 libraries.
-t - Install only tpm2-tss library.
-d - Uninstall only tpm2-tss library.
-h - Help."
}
parse_args()
{
#Modes
INSTALL_ALL=1
UNINSTALL_ALL=2
INSTALL_TPM2_TSS_ONLY=4
UNINSTALL_TPM2_TSS_ONLY=8
mode=0
while getopts "iutdh" opt; do
case $opt in
(i) mode=$(($mode | $INSTALL_ALL));;
(u) mode=$(($mode | $UNINSTALL_ALL));;
(t) mode=$(($mode | $INSTALL_TPM2_TSS_ONLY));;
(d) mode=$(($mode | $UNINSTALL_TPM2_TSS_ONLY_SHIFT));;
(h | *) usage;
exit;;
esac
done
if [ $mode -eq $INSTALL_ALL ]; then
install
elif [ $mode -eq $UNINSTALL_ALL ]; then
uninstall
elif [ $mode -eq $INSTALL_TPM2_TSS_ONLY ]; then
install_tpm2tss
elif [ $mode -eq $UNINSTALL_TPM2_TSS_ONLY ]; then
uninstall_tpm2tss
else
echo -e "Invalid argument!\n"
usage
fi
}
parse_args "$@"
|
import refect, { refectLocal } from 'react-refect';
import { set, get } from 'refect/utils';
import React from 'react';
import Picker from './Picker';
function tasks(actions, effects) {
return {
changeRepoId(name) {
const userId = effects.get('userId');
effects.fetch(`https://api.github.com/search/repositories?q=${name}+user:${userId}`, {}, 'repo', { name });
}
};
}
function reducer(state, manager) {
return {
changeUserId(userId) {
return manager.setState({ userId });
},
onFetchPending(field, meta) {
return set(state, `${field}.name`, meta.name);
},
onFetchFulfilled(field, data) {
return set(state, `${field}.data`, data.items.map(item => {
return {
...item,
text: item.name,
value: item.name,
};
}));
},
selectRepo(name) {
const data = get(state, 'repo.data');
return set(state, 'selectedRepo', data.find(repo => repo.name === name));
},
};
}
const initialState = {
userId: '',
repo: {
name: '',
data: [],
isLoading: false,
hasError: false,
},
selectedRepo: null,
};
function RepoPicker({ actions, repo, userId, selectedRepo }) {
const { name, data, isLoading, hasError } = repo;
return (
<div className="repo-picker">
repo picker:
{
userId ? <Picker
value={name}
data={data}
onChange={actions.changeRepoId}
onSelect={actions.selectRepo}
/> : <span>please select user first!</span>
}
</div>
);
}
export default refect({
view: RepoPicker,
initialState,
tasks,
reducer,
defaultNamespace: 'repoPicker',
});
|
#!/usr/bin/env bash
export LC_ALL=C
set -e -o pipefail
export TZ=UTC
# Although Guix _does_ set umask when building its own packages (in our case,
# this is all packages in manifest.scm), it does not set it for `guix
# environment`. It does make sense for at least `guix environment --container`
# to set umask, so if that change gets merged upstream and we bump the
# time-machine to a commit which includes the aforementioned change, we can
# remove this line.
#
# This line should be placed before any commands which creates files.
umask 0022
if [ -n "$V" ]; then
# Print both unexpanded (-v) and expanded (-x) forms of commands as they are
# read from this file.
set -vx
# Set VERBOSE for CMake-based builds
export VERBOSE="$V"
fi
# Check that required environment variables are set
cat << EOF
Required environment variables as seen inside the container:
DIST_ARCHIVE_BASE: ${DIST_ARCHIVE_BASE:?not set}
DISTNAME: ${DISTNAME:?not set}
HOST: ${HOST:?not set}
SOURCE_DATE_EPOCH: ${SOURCE_DATE_EPOCH:?not set}
JOBS: ${JOBS:?not set}
DISTSRC: ${DISTSRC:?not set}
OUTDIR: ${OUTDIR:?not set}
EOF
ACTUAL_OUTDIR="${OUTDIR}"
OUTDIR="${DISTSRC}/output"
#####################
# Environment Setup #
#####################
# The depends folder also serves as a base-prefix for depends packages for
# $HOSTs after successfully building.
BASEPREFIX="${PWD}/depends"
# Given a package name and an output name, return the path of that output in our
# current guix environment
store_path() {
grep --extended-regexp "/[^-]{32}-${1}-[^-]+${2:+-${2}}" "${GUIX_ENVIRONMENT}/manifest" \
| head --lines=1 \
| sed --expression='s|^[[:space:]]*"||' \
--expression='s|"[[:space:]]*$||'
}
# Set environment variables to point the NATIVE toolchain to the right
# includes/libs
NATIVE_GCC="$(store_path gcc-toolchain)"
NATIVE_GCC_STATIC="$(store_path gcc-toolchain static)"
unset LIBRARY_PATH
unset CPATH
unset C_INCLUDE_PATH
unset CPLUS_INCLUDE_PATH
unset OBJC_INCLUDE_PATH
unset OBJCPLUS_INCLUDE_PATH
export LIBRARY_PATH="${NATIVE_GCC}/lib:${NATIVE_GCC}/lib64:${NATIVE_GCC_STATIC}/lib:${NATIVE_GCC_STATIC}/lib64"
export C_INCLUDE_PATH="${NATIVE_GCC}/include"
export CPLUS_INCLUDE_PATH="${NATIVE_GCC}/include/c++:${NATIVE_GCC}/include"
export OBJC_INCLUDE_PATH="${NATIVE_GCC}/include"
export OBJCPLUS_INCLUDE_PATH="${NATIVE_GCC}/include/c++:${NATIVE_GCC}/include"
prepend_to_search_env_var() {
export "${1}=${2}${!1:+:}${!1}"
}
case "$HOST" in
*darwin*)
# When targeting darwin, zlib is required by native_libdmg-hfsplus.
zlib_store_path=$(store_path "zlib")
zlib_static_store_path=$(store_path "zlib" static)
prepend_to_search_env_var LIBRARY_PATH "${zlib_static_store_path}/lib:${zlib_store_path}/lib"
prepend_to_search_env_var C_INCLUDE_PATH "${zlib_store_path}/include"
prepend_to_search_env_var CPLUS_INCLUDE_PATH "${zlib_store_path}/include"
prepend_to_search_env_var OBJC_INCLUDE_PATH "${zlib_store_path}/include"
prepend_to_search_env_var OBJCPLUS_INCLUDE_PATH "${zlib_store_path}/include"
esac
# Set environment variables to point the CROSS toolchain to the right
# includes/libs for $HOST
case "$HOST" in
*mingw*)
# Determine output paths to use in CROSS_* environment variables
CROSS_GLIBC="$(store_path "mingw-w64-x86_64-winpthreads")"
CROSS_GCC="$(store_path "gcc-cross-${HOST}")"
CROSS_GCC_LIB_STORE="$(store_path "gcc-cross-${HOST}" lib)"
CROSS_GCC_LIBS=( "${CROSS_GCC_LIB_STORE}/lib/gcc/${HOST}"/* ) # This expands to an array of directories...
CROSS_GCC_LIB="${CROSS_GCC_LIBS[0]}" # ...we just want the first one (there should only be one)
# The search path ordering is generally:
# 1. gcc-related search paths
# 2. libc-related search paths
# 2. kernel-header-related search paths (not applicable to mingw-w64 hosts)
export CROSS_C_INCLUDE_PATH="${CROSS_GCC_LIB}/include:${CROSS_GCC_LIB}/include-fixed:${CROSS_GLIBC}/include"
export CROSS_CPLUS_INCLUDE_PATH="${CROSS_GCC}/include/c++:${CROSS_GCC}/include/c++/${HOST}:${CROSS_GCC}/include/c++/backward:${CROSS_C_INCLUDE_PATH}"
export CROSS_LIBRARY_PATH="${CROSS_GCC_LIB_STORE}/lib:${CROSS_GCC}/${HOST}/lib:${CROSS_GCC_LIB}:${CROSS_GLIBC}/lib"
;;
*darwin*)
# The CROSS toolchain for darwin uses the SDK and ignores environment variables.
# See depends/hosts/darwin.mk for more details.
;;
*linux*)
CROSS_GLIBC="$(store_path "glibc-cross-${HOST}")"
CROSS_GLIBC_STATIC="$(store_path "glibc-cross-${HOST}" static)"
CROSS_KERNEL="$(store_path "linux-libre-headers-cross-${HOST}")"
CROSS_GCC="$(store_path "gcc-cross-${HOST}")"
CROSS_GCC_LIB_STORE="$(store_path "gcc-cross-${HOST}" lib)"
CROSS_GCC_LIBS=( "${CROSS_GCC_LIB_STORE}/lib/gcc/${HOST}"/* ) # This expands to an array of directories...
CROSS_GCC_LIB="${CROSS_GCC_LIBS[0]}" # ...we just want the first one (there should only be one)
export CROSS_C_INCLUDE_PATH="${CROSS_GCC_LIB}/include:${CROSS_GCC_LIB}/include-fixed:${CROSS_GLIBC}/include:${CROSS_KERNEL}/include"
export CROSS_CPLUS_INCLUDE_PATH="${CROSS_GCC}/include/c++:${CROSS_GCC}/include/c++/${HOST}:${CROSS_GCC}/include/c++/backward:${CROSS_C_INCLUDE_PATH}"
export CROSS_LIBRARY_PATH="${CROSS_GCC_LIB_STORE}/lib:${CROSS_GCC}/${HOST}/lib:${CROSS_GCC_LIB}:${CROSS_GLIBC}/lib:${CROSS_GLIBC_STATIC}/lib"
;;
*)
exit 1 ;;
esac
# Sanity check CROSS_*_PATH directories
IFS=':' read -ra PATHS <<< "${CROSS_C_INCLUDE_PATH}:${CROSS_CPLUS_INCLUDE_PATH}:${CROSS_LIBRARY_PATH}"
for p in "${PATHS[@]}"; do
if [ -n "$p" ] && [ ! -d "$p" ]; then
echo "'$p' doesn't exist or isn't a directory... Aborting..."
exit 1
fi
done
# Disable Guix ld auto-rpath behavior
case "$HOST" in
*darwin*)
# The auto-rpath behavior is necessary for darwin builds as some native
# tools built by depends refer to and depend on Guix-built native
# libraries
#
# After the native packages in depends are built, the ld wrapper should
# no longer affect our build, as clang would instead reach for
# x86_64-apple-darwin19-ld from cctools
;;
*) export GUIX_LD_WRAPPER_DISABLE_RPATH=yes ;;
esac
# Make /usr/bin if it doesn't exist
[ -e /usr/bin ] || mkdir -p /usr/bin
# Symlink file and env to a conventional path
[ -e /usr/bin/file ] || ln -s --no-dereference "$(command -v file)" /usr/bin/file
[ -e /usr/bin/env ] || ln -s --no-dereference "$(command -v env)" /usr/bin/env
# Determine the correct value for -Wl,--dynamic-linker for the current $HOST
case "$HOST" in
*linux*)
glibc_dynamic_linker=$(
case "$HOST" in
i686-linux-gnu) echo /lib/ld-linux.so.2 ;;
x86_64-linux-gnu) echo /lib64/ld-linux-x86-64.so.2 ;;
arm-linux-gnueabihf) echo /lib/ld-linux-armhf.so.3 ;;
aarch64-linux-gnu) echo /lib/ld-linux-aarch64.so.1 ;;
riscv64-linux-gnu) echo /lib/ld-linux-riscv64-lp64d.so.1 ;;
powerpc64-linux-gnu) echo /lib/ld64.so.1;;
powerpc64le-linux-gnu) echo /lib/ld64.so.2;;
*) exit 1 ;;
esac
)
;;
esac
# Environment variables for determinism
export TAR_OPTIONS="--owner=0 --group=0 --numeric-owner --mtime='@${SOURCE_DATE_EPOCH}' --sort=name"
export TZ="UTC"
case "$HOST" in
*darwin*)
# cctools AR, unlike GNU binutils AR, does not have a deterministic mode
# or a configure flag to enable determinism by default, it only
# understands if this env-var is set or not. See:
#
# https://github.com/tpoechtrager/cctools-port/blob/55562e4073dea0fbfd0b20e0bf69ffe6390c7f97/cctools/ar/archive.c#L334
export ZERO_AR_DATE=yes
;;
esac
####################
# Depends Building #
####################
# Build the depends tree, overriding variables that assume multilib gcc
make -C depends --jobs="$JOBS" HOST="$HOST" \
${V:+V=1} \
${SOURCES_PATH+SOURCES_PATH="$SOURCES_PATH"} \
${BASE_CACHE+BASE_CACHE="$BASE_CACHE"} \
${SDK_PATH+SDK_PATH="$SDK_PATH"} \
i686_linux_CC=i686-linux-gnu-gcc \
i686_linux_CXX=i686-linux-gnu-g++ \
i686_linux_AR=i686-linux-gnu-ar \
i686_linux_RANLIB=i686-linux-gnu-ranlib \
i686_linux_NM=i686-linux-gnu-nm \
i686_linux_STRIP=i686-linux-gnu-strip \
x86_64_linux_CC=x86_64-linux-gnu-gcc \
x86_64_linux_CXX=x86_64-linux-gnu-g++ \
x86_64_linux_AR=x86_64-linux-gnu-ar \
x86_64_linux_RANLIB=x86_64-linux-gnu-ranlib \
x86_64_linux_NM=x86_64-linux-gnu-nm \
x86_64_linux_STRIP=x86_64-linux-gnu-strip \
qt_config_opts_i686_linux='-platform linux-g++ -xplatform adinkracoin-linux-g++' \
qt_config_opts_x86_64_linux='-platform linux-g++ -xplatform adinkracoin-linux-g++' \
FORCE_USE_SYSTEM_CLANG=1
###########################
# Source Tarball Building #
###########################
GIT_ARCHIVE="${DIST_ARCHIVE_BASE}/${DISTNAME}.tar.gz"
# Create the source tarball if not already there
if [ ! -e "$GIT_ARCHIVE" ]; then
mkdir -p "$(dirname "$GIT_ARCHIVE")"
git archive --prefix="${DISTNAME}/" --output="$GIT_ARCHIVE" HEAD
fi
mkdir -p "$OUTDIR"
###########################
# Binary Tarball Building #
###########################
# CONFIGFLAGS
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary"
case "$HOST" in
*linux*) CONFIGFLAGS+=" --disable-threadlocal" ;;
esac
# CFLAGS
HOST_CFLAGS="-O2 -g"
case "$HOST" in
*linux*) HOST_CFLAGS+=" -ffile-prefix-map=${PWD}=." ;;
*mingw*) HOST_CFLAGS+=" -fno-ident" ;;
*darwin*) unset HOST_CFLAGS ;;
esac
# CXXFLAGS
HOST_CXXFLAGS="$HOST_CFLAGS"
case "$HOST" in
arm-linux-gnueabihf) HOST_CXXFLAGS="${HOST_CXXFLAGS} -Wno-psabi" ;;
esac
# LDFLAGS
case "$HOST" in
*linux*) HOST_LDFLAGS="-Wl,--as-needed -Wl,--dynamic-linker=$glibc_dynamic_linker -static-libstdc++ -Wl,-O2" ;;
*mingw*) HOST_LDFLAGS="-Wl,--no-insert-timestamp" ;;
esac
# Using --no-tls-get-addr-optimize retains compatibility with glibc 2.17, by
# avoiding a PowerPC64 optimisation available in glibc 2.22 and later.
# https://sourceware.org/binutils/docs-2.35/ld/PowerPC64-ELF64.html
case "$HOST" in
*powerpc64*) HOST_LDFLAGS="${HOST_LDFLAGS} -Wl,--no-tls-get-addr-optimize" ;;
esac
case "$HOST" in
powerpc64-linux-*|riscv64-linux-*) HOST_LDFLAGS="${HOST_LDFLAGS} -Wl,-z,noexecstack" ;;
esac
# Make $HOST-specific native binaries from depends available in $PATH
export PATH="${BASEPREFIX}/${HOST}/native/bin:${PATH}"
mkdir -p "$DISTSRC"
(
cd "$DISTSRC"
# Extract the source tarball
tar --strip-components=1 -xf "${GIT_ARCHIVE}"
./autogen.sh
# Configure this DISTSRC for $HOST
# shellcheck disable=SC2086
env CONFIG_SITE="${BASEPREFIX}/${HOST}/share/config.site" \
./configure --prefix=/ \
--disable-ccache \
--disable-maintainer-mode \
--disable-dependency-tracking \
${CONFIGFLAGS} \
${HOST_CFLAGS:+CFLAGS="${HOST_CFLAGS}"} \
${HOST_CXXFLAGS:+CXXFLAGS="${HOST_CXXFLAGS}"} \
${HOST_LDFLAGS:+LDFLAGS="${HOST_LDFLAGS}"}
sed -i.old 's/-lstdc++ //g' config.status libtool src/univalue/config.status src/univalue/libtool
# Build Adinkracoin Core
make --jobs="$JOBS" ${V:+V=1}
# Check that symbol/security checks tools are sane.
make test-security-check ${V:+V=1}
# Perform basic security checks on a series of executables.
make -C src --jobs=1 check-security ${V:+V=1}
# Check that executables only contain allowed version symbols.
make -C src --jobs=1 check-symbols ${V:+V=1}
mkdir -p "$OUTDIR"
# Make the os-specific installers
case "$HOST" in
*mingw*)
make deploy ${V:+V=1} ADINKRACOIN_WIN_INSTALLER="${OUTDIR}/${DISTNAME}-win64-setup-unsigned.exe"
;;
esac
# Setup the directory where our Adinkracoin Core build for HOST will be
# installed. This directory will also later serve as the input for our
# binary tarballs.
INSTALLPATH="${PWD}/installed/${DISTNAME}"
mkdir -p "${INSTALLPATH}"
# Install built Adinkracoin Core to $INSTALLPATH
case "$HOST" in
*darwin*)
make install-strip DESTDIR="${INSTALLPATH}" ${V:+V=1}
;;
*)
make install DESTDIR="${INSTALLPATH}" ${V:+V=1}
;;
esac
case "$HOST" in
*darwin*)
make osx_volname ${V:+V=1}
make deploydir ${V:+V=1}
mkdir -p "unsigned-app-${HOST}"
cp --target-directory="unsigned-app-${HOST}" \
osx_volname \
contrib/macdeploy/detached-sig-{apply,create}.sh \
"${BASEPREFIX}/${HOST}"/native/bin/dmg
mv --target-directory="unsigned-app-${HOST}" dist
(
cd "unsigned-app-${HOST}"
find . -print0 \
| sort --zero-terminated \
| tar --create --no-recursion --mode='u+rw,go+r-w,a+X' --null --files-from=- \
| gzip -9n > "${OUTDIR}/${DISTNAME}-osx-unsigned.tar.gz" \
|| ( rm -f "${OUTDIR}/${DISTNAME}-osx-unsigned.tar.gz" && exit 1 )
)
make deploy ${V:+V=1} OSX_DMG="${OUTDIR}/${DISTNAME}-osx-unsigned.dmg"
;;
esac
(
cd installed
case "$HOST" in
*mingw*)
mv --target-directory="$DISTNAME"/lib/ "$DISTNAME"/bin/*.dll
;;
esac
# Prune libtool and object archives
find . -name "lib*.la" -delete
find . -name "lib*.a" -delete
# Prune pkg-config files
rm -rf "${DISTNAME}/lib/pkgconfig"
case "$HOST" in
*darwin*) ;;
*)
# Split binaries and libraries from their debug symbols
{
find "${DISTNAME}/bin" -type f -executable -print0
find "${DISTNAME}/lib" -type f -print0
} | xargs -0 -n1 -P"$JOBS" -I{} "${DISTSRC}/contrib/devtools/split-debug.sh" {} {} {}.dbg
;;
esac
case "$HOST" in
*mingw*)
cp "${DISTSRC}/doc/README_windows.txt" "${DISTNAME}/readme.txt"
;;
*linux*)
cp "${DISTSRC}/README.md" "${DISTNAME}/"
;;
esac
# Finally, deterministically produce {non-,}debug binary tarballs ready
# for release
case "$HOST" in
*mingw*)
find "${DISTNAME}" -not -name "*.dbg" -print0 \
| xargs -0r touch --no-dereference --date="@${SOURCE_DATE_EPOCH}"
find "${DISTNAME}" -not -name "*.dbg" \
| sort \
| zip -X@ "${OUTDIR}/${DISTNAME}-${HOST//x86_64-w64-mingw32/win64}.zip" \
|| ( rm -f "${OUTDIR}/${DISTNAME}-${HOST//x86_64-w64-mingw32/win64}.zip" && exit 1 )
find "${DISTNAME}" -name "*.dbg" -print0 \
| xargs -0r touch --no-dereference --date="@${SOURCE_DATE_EPOCH}"
find "${DISTNAME}" -name "*.dbg" \
| sort \
| zip -X@ "${OUTDIR}/${DISTNAME}-${HOST//x86_64-w64-mingw32/win64}-debug.zip" \
|| ( rm -f "${OUTDIR}/${DISTNAME}-${HOST//x86_64-w64-mingw32/win64}-debug.zip" && exit 1 )
;;
*linux*)
find "${DISTNAME}" -not -name "*.dbg" -print0 \
| sort --zero-terminated \
| tar --create --no-recursion --mode='u+rw,go+r-w,a+X' --null --files-from=- \
| gzip -9n > "${OUTDIR}/${DISTNAME}-${HOST}.tar.gz" \
|| ( rm -f "${OUTDIR}/${DISTNAME}-${HOST}.tar.gz" && exit 1 )
find "${DISTNAME}" -name "*.dbg" -print0 \
| sort --zero-terminated \
| tar --create --no-recursion --mode='u+rw,go+r-w,a+X' --null --files-from=- \
| gzip -9n > "${OUTDIR}/${DISTNAME}-${HOST}-debug.tar.gz" \
|| ( rm -f "${OUTDIR}/${DISTNAME}-${HOST}-debug.tar.gz" && exit 1 )
;;
*darwin*)
find "${DISTNAME}" -print0 \
| sort --zero-terminated \
| tar --create --no-recursion --mode='u+rw,go+r-w,a+X' --null --files-from=- \
| gzip -9n > "${OUTDIR}/${DISTNAME}-${HOST//x86_64-apple-darwin19/osx64}.tar.gz" \
|| ( rm -f "${OUTDIR}/${DISTNAME}-${HOST//x86_64-apple-darwin19/osx64}.tar.gz" && exit 1 )
;;
esac
) # $DISTSRC/installed
case "$HOST" in
*mingw*)
cp -rf --target-directory=. contrib/windeploy
(
cd ./windeploy
mkdir -p unsigned
cp --target-directory=unsigned/ "${OUTDIR}/${DISTNAME}-win64-setup-unsigned.exe"
find . -print0 \
| sort --zero-terminated \
| tar --create --no-recursion --mode='u+rw,go+r-w,a+X' --null --files-from=- \
| gzip -9n > "${OUTDIR}/${DISTNAME}-win-unsigned.tar.gz" \
|| ( rm -f "${OUTDIR}/${DISTNAME}-win-unsigned.tar.gz" && exit 1 )
)
;;
esac
) # $DISTSRC
rm -rf "$ACTUAL_OUTDIR"
mv --no-target-directory "$OUTDIR" "$ACTUAL_OUTDIR" \
|| ( rm -rf "$ACTUAL_OUTDIR" && exit 1 )
(
cd /outdir-base
{
echo "$GIT_ARCHIVE"
find "$ACTUAL_OUTDIR" -type f
} | xargs realpath --relative-base="$PWD" \
| xargs sha256sum \
| sort -k2 \
| sponge "$ACTUAL_OUTDIR"/SHA256SUMS.part
)
|
# curl -X GET http://schnell-demo.sequent.com:8888/start?phno=16505339937&message=helloWorld
# curl -X GET "http://schnell-demo.sequent.com:8888/start?phno=15102409407&message=helloWorld"
curl -X GET "http://schnell-demo.sequent.com:8888/start?phno=15102409407&message=helloFrom Chu Nhan"
|
package com.matheus.aws.s3.resource;
import com.matheus.aws.s3.model.FileObject;
import com.matheus.aws.s3.model.FormData;
import java.io.ByteArrayOutputStream;
import java.util.Comparator;
import java.util.List;
import java.util.stream.Collectors;
import javax.inject.Inject;
import javax.ws.rs.Consumes;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.Response.ResponseBuilder;
import javax.ws.rs.core.Response.Status;
import org.eclipse.microprofile.config.inject.ConfigProperty;
import org.jboss.resteasy.reactive.MultipartForm;
import software.amazon.awssdk.core.sync.RequestBody;
import software.amazon.awssdk.core.sync.ResponseTransformer;
import software.amazon.awssdk.services.s3.S3Client;
import software.amazon.awssdk.services.s3.model.GetObjectRequest;
import software.amazon.awssdk.services.s3.model.GetObjectResponse;
import software.amazon.awssdk.services.s3.model.ListObjectsRequest;
import software.amazon.awssdk.services.s3.model.PutObjectRequest;
import software.amazon.awssdk.services.s3.model.PutObjectResponse;
import software.amazon.awssdk.services.s3.model.S3Object;
@Path("/s3")
public class S3SyncClientResource {
@ConfigProperty(name = "app.aws.s3.bucket.name")
String bucketName;
@Inject
S3Client s3;
@POST
@Path("/upload")
@Consumes(MediaType.MULTIPART_FORM_DATA)
@Produces(MediaType.APPLICATION_JSON)
public Response uploadFile(@MultipartForm FormData formData) {
PutObjectRequest putObjectRequest = PutObjectRequest.builder()
.bucket(bucketName)
.key(formData.getData().fileName())
.contentType(formData.getData().contentType())
.build();
PutObjectResponse putResponse = s3.putObject(putObjectRequest, RequestBody.fromFile(formData.getData().uploadedFile().toFile()));
if (putResponse != null) {
return Response.ok().status(Status.CREATED).build();
} else {
return Response.serverError().build();
}
}
@GET
@Path("download/{objectKey}")
@Produces(MediaType.APPLICATION_OCTET_STREAM)
public Response downloadFile(@PathParam("objectKey") String objectKey) {
ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream();
GetObjectRequest getObjectRequest = GetObjectRequest.builder()
.bucket(bucketName)
.key(objectKey)
.build();
GetObjectResponse object = s3.getObject(getObjectRequest,
ResponseTransformer.toOutputStream(byteArrayOutputStream));
ResponseBuilder response = Response.ok(byteArrayOutputStream);
response.header("Content-Disposition", "attachment;filename=" + objectKey);
response.header("Content-Type", object.contentType());
return response.build();
}
@GET
@Produces(MediaType.APPLICATION_JSON)
public List<FileObject> listFiles() {
ListObjectsRequest listRequest = ListObjectsRequest.builder().bucket(bucketName).build();
return s3.listObjects(listRequest).contents().stream().sorted(
Comparator.comparing(S3Object::lastModified).reversed())
.map(FileObject::from).collect(Collectors.toList());
}
}
|
import React from 'react'
import {
Button, Modal, Form, Input, Radio,
} from 'antd';
export const CollectionCreateForm = Form.create({ name: 'form_in_modal' })(
// eslint-disable-next-line
class extends React.Component {
render() {
const {
visible, onCancel, onCreate, form,
} = this.props;
const { getFieldDecorator } = form;
return (
<Modal
visible={visible}
title="Create a new collection"
okText="Create"
onCancel={onCancel}
onOk={onCreate}
>
<Form layout="vertical">
<Form.Item label="Title">
{getFieldDecorator('title', {
rules: [{ required: true, message: 'Please input the title of collection!' }],
})(
<Input />
)}
</Form.Item>
<Form.Item label="Description">
{getFieldDecorator('description')(<Input type="textarea" />)}
</Form.Item>
<Form.Item className="collection-create-form_last-form-item">
{getFieldDecorator('modifier', {
initialValue: 'public',
})(
<Radio.Group>
<Radio value="public">Public</Radio>
<Radio value="private">Private</Radio>
</Radio.Group>
)}
</Form.Item>
</Form>
</Modal>
);
}
}
);
export class CollectionsPage extends React.Component {
state = {
visible: false,
};
showModal = () => {
this.setState({ visible: true });
};
handleCancel = () => {
this.setState({ visible: false });
};
handleCreate = () => {
const form = this.formRef.props.form;
form.validateFields((err, values) => {
if (err) {
return;
}
console.log('Received values of form: ', values);
form.resetFields();
this.setState({ visible: false });
});
};
saveFormRef = (formRef) => {
this.formRef = formRef;
};
render() {
return (
<div>
<Button type="primary" onClick={this.showModal}>Новый плейлист</Button>
<CollectionCreateForm
wrappedComponentRef={this.saveFormRef}
visible={this.state.visible}
onCancel={this.handleCancel}
onCreate={this.handleCreate}
/>
</div>
);
}
}
module.exports = CollectionCreateForm; |
#!/sbin/sh
#
# Backup and restore addon /system files
#
export C=/tmp/backupdir
export SYSDEV="$(readlink -nf "$2")"
export SYSFS="$3"
export V=18.1
export ADDOND_VERSION=3
# Partitions to mount for backup/restore in V3
export all_V3_partitions="vendor product system_ext"
# Scripts in /system/addon.d expect to find backuptool.functions in /tmp
cp -f /tmp/install/bin/backuptool.functions /tmp
get_script_version() {
version=$(grep "^# ADDOND_VERSION=" $1 | cut -d= -f2)
[ -z "$version" ] && version=1
echo $version
}
# Preserve /system/addon.d in /tmp/addon.d
preserve_addon_d() {
if [ -d $S/addon.d/ ]; then
mkdir -p /tmp/addon.d/
cp -a $S/addon.d/* /tmp/addon.d/
chmod 755 /tmp/addon.d/*.sh
fi
}
# Restore /system/addon.d from /tmp/addon.d
restore_addon_d() {
if [ -d /tmp/addon.d/ ]; then
mkdir -p $S/addon.d/
cp -a /tmp/addon.d/* $S/addon.d/
rm -rf /tmp/addon.d/
fi
}
# Proceed only if /system is the expected major and minor version
check_prereq() {
# If there is no build.prop file the partition is probably empty.
if [ ! -r $S/build.prop ]; then
echo "Backup/restore is not possible. Partition is probably empty"
return 1
fi
if ! grep -q "^ro.voltage.version=$V.*" $S/build.prop; then
echo "Backup/restore is not possible. Incompatible ROM version: $V"
return 2
fi
return 0
}
# Execute /system/addon.d/*.sh scripts with each $@ parameter
run_stages() {
if [ -d /tmp/addon.d/ ]; then
for script in $(find /tmp/addon.d/ -name '*.sh' |sort -n); do
v=$(get_script_version $script)
if [ $v -ge 3 ]; then
mount_extra $all_V3_partitions
else
umount_extra $all_V3_partitions
fi
for stage in $@; do
if [ $v -ge 3 ]; then
$script $stage
else
ADDOND_VERSION= $script $stage
fi
done
done
fi
}
#####################
### Mount helpers ###
#####################
determine_system_mount() {
if grep -q -e"^$SYSDEV" /proc/mounts; then
umount $(grep -e"^$SYSDEV" /proc/mounts | cut -d" " -f2)
fi
if [ -d /mnt/system ]; then
SYSMOUNT="/mnt/system"
elif [ -d /system_root ]; then
SYSMOUNT="/system_root"
else
SYSMOUNT="/system"
fi
export S=$SYSMOUNT/system
}
mount_system() {
mount -t $SYSFS $SYSDEV $SYSMOUNT -o rw,discard
}
unmount_system() {
umount $SYSMOUNT
}
get_block_for_mount_point() {
grep -v "^#" /etc/recovery.fstab | grep "[[:blank:]]$1[[:blank:]]" | tail -n1 | tr -s [:blank:] ' ' | cut -d' ' -f1
}
find_block() {
local name="$1"
local fstab_entry=$(get_block_for_mount_point "/$name")
# P-SAR hacks
[ -z "$fstab_entry" ] && [ "$name" = "system" ] && fstab_entry=$(get_block_for_mount_point "/")
[ -z "$fstab_entry" ] && [ "$name" = "system" ] && fstab_entry=$(get_block_for_mount_point "/system_root")
local dev
if [ "$DYNAMIC_PARTITIONS" = "true" ]; then
if [ -n "$fstab_entry" ]; then
dev="${BLK_PATH}/${fstab_entry}"
else
dev="${BLK_PATH}/${name}"
fi
else
if [ -n "$fstab_entry" ]; then
dev="$fstab_entry"
else
dev="${BLK_PATH}/${name}"
fi
fi
if [ -b "$dev" ]; then
echo "$dev"
fi
}
determine_system_mount
DYNAMIC_PARTITIONS=$(getprop ro.boot.dynamic_partitions)
if [ "$DYNAMIC_PARTITIONS" = "true" ]; then
BLK_PATH="/dev/block/mapper"
else
BLK_PATH=$(dirname "$SYSDEV")
fi
mount_extra() {
for partition in $@; do
mnt_point="/$partition"
mountpoint "$mnt_point" >/dev/null 2>&1 && continue
[ -L "$SYSMOUNT/$partition" ] && continue
blk_dev=$(find_block "$partition")
if [ -e "$blk_dev" ]; then
[ "$DYNAMIC_PARTITIONS" = "true" ] && blockdev --setrw "$blk_dev"
mkdir -p "$mnt_point"
mount -o rw "$blk_dev" "$mnt_point"
fi
done
}
umount_extra() {
for partition in $@; do
umount -l "/$partition" 2>/dev/null
done
}
case "$1" in
backup)
mount_system
if check_prereq; then
mkdir -p $C
preserve_addon_d
run_stages pre-backup backup post-backup
fi
unmount_system
;;
restore)
mount_system
if check_prereq; then
run_stages pre-restore restore post-restore
umount_extra $all_V3_partitions
restore_addon_d
rm -rf $C
sync
fi
unmount_system
;;
*)
echo "Usage: $0 {backup|restore}"
exit 1
esac
exit 0
|
<filename>robots/image.js
const state = require('./fileSync.js');
const google = require('googleapis').google;
const customSearch = google.customsearch('v1');
const imageDownloader = require('image-downloader');
const googleCredentials = require('../credentials/googleApi.json');
async function robot()
{
const content = state.load();
await fetchImageOfAllSentences(content)
downloadImages(content);
state.save(content);
console.log(content.sentences);
async function fetchImageOfAllSentences(content)
{
for (const sentence of content.sentences) {
var i = 0;
while(sentence.keywords.length > i) {
const query = `${content.searchTerm} ${sentence.keywords[i]}`
sentence.images = await fetchImages(query);
sentence.googleSeachQuery = query;
if (sentence.images != false) {
i = sentence.keywords.length;
}
i++;
}
}
}
async function fetchImages(query)
{
const response = await customSearch.cse.list({
auth: googleCredentials.api_key,
cx:googleCredentials.search_engine,
q:query,
searchType:'image',
num:10
});
if (response.data.items) {
const imagesUrl = response.data.items.map((item) => {
return item.link;
})
return imagesUrl;
} else {
return false;
}
}
async function downloadImages(content)
{
content.downloadedImages = [];
for (let sentenceIndex = 0; sentenceIndex < content.sentences.length; sentenceIndex++) {
const images = content.sentences[sentenceIndex].images;
for (let imageIndex = 0; imageIndex < images.length; imageIndex++) {
const imageUrl = images[imageIndex]
try {
if (content.downloadedImages.includes(imageUrl)) {
throw new Error("Image on disk");
}
await downloadAndSave(imageUrl, `${sentenceIndex}-original.png`);
content.downloadedImages.push(imageUrl);
console.log('baixado com sucesso');
break;
} catch (error) {
console.log('Não foi possível baixar');
}
}
}
}
async function downloadAndSave(url, fileName)
{
return imageDownloader.image({
url:url,
dest:`../content/${fileName}`
});
}
}
module.exports = robot;
|
<reponame>melkishengue/cpachecker
/*
* CPAchecker is a tool for configurable software verification.
* This file is part of CPAchecker.
*
* Copyright (C) 2007-2014 <NAME>
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*
* CPAchecker web page:
* http://cpachecker.sosy-lab.org
*/
package org.sosy_lab.cpachecker.cpa.value;
import static com.google.common.base.Preconditions.checkState;
import com.google.common.base.Function;
import com.google.common.collect.ImmutableSet;
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import java.io.PrintStream;
import java.util.Map.Entry;
import java.util.Optional;
import org.sosy_lab.common.configuration.Configuration;
import org.sosy_lab.common.configuration.IntegerOption;
import org.sosy_lab.common.configuration.InvalidConfigurationException;
import org.sosy_lab.common.configuration.Option;
import org.sosy_lab.common.configuration.Options;
import org.sosy_lab.cpachecker.cfa.CFA;
import org.sosy_lab.cpachecker.cfa.model.BlankEdge;
import org.sosy_lab.cpachecker.cfa.model.CFANode;
import org.sosy_lab.cpachecker.cfa.model.FunctionEntryNode;
import org.sosy_lab.cpachecker.core.CPAcheckerResult.Result;
import org.sosy_lab.cpachecker.core.defaults.precision.VariableTrackingPrecision;
import org.sosy_lab.cpachecker.core.interfaces.AbstractState;
import org.sosy_lab.cpachecker.core.interfaces.Precision;
import org.sosy_lab.cpachecker.core.interfaces.PrecisionAdjustment;
import org.sosy_lab.cpachecker.core.interfaces.PrecisionAdjustmentResult;
import org.sosy_lab.cpachecker.core.interfaces.PrecisionAdjustmentResult.Action;
import org.sosy_lab.cpachecker.core.interfaces.Statistics;
import org.sosy_lab.cpachecker.core.reachedset.UnmodifiableReachedSet;
import org.sosy_lab.cpachecker.cpa.conditions.path.AssignmentsInPathCondition.UniqueAssignmentsInPathConditionState;
import org.sosy_lab.cpachecker.cpa.location.LocationState;
import org.sosy_lab.cpachecker.cpa.value.ValueAnalysisState.ValueAndType;
import org.sosy_lab.cpachecker.exceptions.CPAException;
import org.sosy_lab.cpachecker.util.AbstractStates;
import org.sosy_lab.cpachecker.util.LiveVariables;
import org.sosy_lab.cpachecker.util.states.MemoryLocation;
import org.sosy_lab.cpachecker.util.statistics.StatCounter;
import org.sosy_lab.cpachecker.util.statistics.StatisticsWriter;
import org.sosy_lab.cpachecker.util.statistics.ThreadSafeTimerContainer;
import org.sosy_lab.cpachecker.util.statistics.ThreadSafeTimerContainer.TimerWrapper;
public class ValueAnalysisPrecisionAdjustment implements PrecisionAdjustment {
@Options(prefix = "cpa.value.abstraction")
public static class PrecAdjustmentOptions {
@Option(secure = true, description = "restrict abstraction computations to branching points")
private boolean alwaysAtBranch = false;
@Option(secure = true, description = "restrict abstraction computations to join points")
private boolean alwaysAtJoin = false;
@Option(
secure = true,
description = "restrict abstraction computations to function calls/returns"
)
private boolean alwaysAtFunction = false;
@Option(secure = true, description = "restrict abstraction computations to loop heads")
private boolean alwaysAtLoop = false;
@Option(secure = true, description = "toggle liveness abstraction")
private boolean doLivenessAbstraction = false;
@Option(
secure = true,
description =
"restrict liveness abstractions to nodes with more than one entering and/or leaving edge"
)
private boolean onlyAtNonLinearCFA = false;
@Option(
secure = true,
description =
"skip abstraction computations until the given number of iterations are reached,"
+ " after that decision is based on then current level of determinism,"
+ " setting the option to -1 always performs abstraction computations"
)
@IntegerOption(min = -1)
private int iterationThreshold = -1;
@Option(
secure = true,
description =
"threshold for level of determinism, in percent, up-to which abstraction computations "
+ "are performed (and iteration threshold was reached)"
)
@IntegerOption(min = 0, max = 100)
@SuppressFBWarnings(value = "URF_UNREAD_FIELD", justification = "false alarm")
private int determinismThreshold = 85;
private final ImmutableSet<CFANode> loopHeads;
public PrecAdjustmentOptions(Configuration config, CFA pCfa)
throws InvalidConfigurationException {
config.inject(this);
if (alwaysAtLoop && pCfa.getAllLoopHeads().isPresent()) {
loopHeads = pCfa.getAllLoopHeads().orElseThrow();
} else {
loopHeads = null;
}
}
/**
* This method determines whether or not to abstract at each location.
*
* @return true, if an abstraction should be computed at each location, else false
*/
private boolean abstractAtEachLocation() {
return !alwaysAtBranch && !alwaysAtJoin && !alwaysAtFunction && !alwaysAtLoop;
}
private boolean abstractAtBranch(LocationState location) {
return alwaysAtBranch && location.getLocationNode().getNumLeavingEdges() > 1;
}
private boolean abstractAtJoin(LocationState location) {
return alwaysAtJoin && location.getLocationNode().getNumEnteringEdges() > 1;
}
private boolean abstractAtFunction(LocationState location) {
return alwaysAtFunction
&& (location.getLocationNode() instanceof FunctionEntryNode
|| location.getLocationNode().getEnteringSummaryEdge() != null);
}
private boolean abstractAtLoop(LocationState location) {
checkState(!alwaysAtLoop || loopHeads != null);
return alwaysAtLoop && loopHeads.contains(location.getLocationNode());
}
}
public static class PrecAdjustmentStatistics implements Statistics {
final StatCounter abstractions = new StatCounter("Number of abstraction computations");
private final ThreadSafeTimerContainer totalLivenessTimer =
new ThreadSafeTimerContainer("Total time for liveness abstraction");
private final ThreadSafeTimerContainer totalAbstractionTimer =
new ThreadSafeTimerContainer("Total time for abstraction computation");
private final ThreadSafeTimerContainer totalEnforcePathTimer =
new ThreadSafeTimerContainer("Total time for path thresholds");
@Override
public void printStatistics(PrintStream pOut, Result pResult, UnmodifiableReachedSet pReached) {
StatisticsWriter writer = StatisticsWriter.writingStatisticsTo(pOut);
writer.put(abstractions);
writer.put(totalLivenessTimer);
writer.put(totalAbstractionTimer);
writer.put(totalEnforcePathTimer);
}
@Override
public String getName() {
return "ValueAnalysisPrecisionAdjustment";
}
}
private final ValueAnalysisCPAStatistics stats;
private final PrecAdjustmentOptions options;
private final Optional<LiveVariables> liveVariables;
// for statistics
private final StatCounter abstractions;
private final TimerWrapper totalLiveness;
private final TimerWrapper totalAbstraction;
private final TimerWrapper totalEnforcePath;
@SuppressFBWarnings(value = "URF_UNREAD_FIELD", justification = "false alarm")
private boolean performPrecisionBasedAbstraction = false;
public ValueAnalysisPrecisionAdjustment(
final ValueAnalysisCPAStatistics pStats,
final CFA pCfa,
final PrecAdjustmentOptions pOptions,
final PrecAdjustmentStatistics pStatistics) {
options = pOptions;
stats = pStats;
liveVariables = pCfa.getLiveVariables();
abstractions = pStatistics.abstractions;
totalLiveness = pStatistics.totalLivenessTimer.getNewTimer();
totalAbstraction = pStatistics.totalAbstractionTimer.getNewTimer();
totalEnforcePath = pStatistics.totalEnforcePathTimer.getNewTimer();
}
@Override
public Optional<PrecisionAdjustmentResult> prec(AbstractState pState, Precision pPrecision, UnmodifiableReachedSet pStates,
Function<AbstractState, AbstractState> projection,
AbstractState fullState)
throws CPAException, InterruptedException {
return prec((ValueAnalysisState)pState,
(VariableTrackingPrecision)pPrecision,
AbstractStates.extractStateByType(fullState, LocationState.class),
AbstractStates.extractStateByType(fullState, UniqueAssignmentsInPathConditionState.class));
}
private Optional<PrecisionAdjustmentResult> prec(ValueAnalysisState pState,
VariableTrackingPrecision pPrecision,
LocationState location,
UniqueAssignmentsInPathConditionState assignments) {
ValueAnalysisState resultState = ValueAnalysisState.copyOf(pState);
if (options.doLivenessAbstraction && liveVariables.isPresent()) {
totalLiveness.start();
enforceLiveness(pState, location, resultState);
totalLiveness.stop();
}
// compute the abstraction based on the value-analysis precision
totalAbstraction.start();
if (performPrecisionBasedAbstraction()) {
enforcePrecision(resultState, location, pPrecision);
}
totalAbstraction.stop();
// compute the abstraction for assignment thresholds
if (assignments != null) {
totalEnforcePath.start();
enforcePathThreshold(resultState, assignments);
totalEnforcePath.stop();
}
resultState = resultState.equals(pState) ? pState : resultState;
return Optional.of(PrecisionAdjustmentResult.create(resultState, pPrecision, Action.CONTINUE));
}
/**
* This method decides whether or not to perform abstraction computations. These are computed
* if the iteration threshold is deactivated, or if the level of determinism ever gets below
* the threshold for the level of determinism.
*
* @return true, if abstractions should be computed, else false
*/
private boolean performPrecisionBasedAbstraction() {
// always compute abstraction if option is disabled
if (options.iterationThreshold == -1) {
return true;
}
// else, delay abstraction computation as long as iteration threshold is not reached
if (stats.getCurrentNumberOfIterations() < options.iterationThreshold) {
return false;
}
// else, always compute abstraction if computed abstraction before
if (performPrecisionBasedAbstraction) {
return true;
}
// else, determine current setting and return that
performPrecisionBasedAbstraction =
stats.getCurrentLevelOfDeterminism() < options.determinismThreshold;
return performPrecisionBasedAbstraction;
}
private void enforceLiveness(ValueAnalysisState pState, LocationState location, ValueAnalysisState resultState) {
CFANode actNode = location.getLocationNode();
boolean hasMoreThanOneEnteringLeavingEdge = actNode.getNumEnteringEdges() > 1 || actNode.getNumLeavingEdges() > 1;
if (!options.onlyAtNonLinearCFA || hasMoreThanOneEnteringLeavingEdge) {
boolean onlyBlankEdgesEntering = true;
for (int i = 0; i < actNode.getNumEnteringEdges() && onlyBlankEdgesEntering; i++) {
onlyBlankEdgesEntering = location.getLocationNode().getEnteringEdge(i) instanceof BlankEdge;
}
// when there are only blank edges that lead to this state, then we can
// skip the abstraction, after a blank edge there cannot be a variable
// less live
if (!onlyBlankEdgesEntering) {
for (MemoryLocation variable : pState.getTrackedMemoryLocations()) {
if (!liveVariables
.orElseThrow()
.isVariableLive(variable.getAsSimpleString(), location.getLocationNode())) {
resultState.forget(variable);
}
}
}
}
}
/**
* This method performs an abstraction computation on the current value-analysis state.
*
* @param location the current location
* @param state the current state
* @param precision the current precision
*/
private void enforcePrecision(ValueAnalysisState state, LocationState location, VariableTrackingPrecision precision) {
if (options.abstractAtEachLocation()
|| options.abstractAtBranch(location)
|| options.abstractAtJoin(location)
|| options.abstractAtFunction(location)
|| options.abstractAtLoop(location)) {
for (Entry<MemoryLocation, ValueAndType> e : state.getConstants()) {
MemoryLocation memoryLocation = e.getKey();
if (location != null
&& !precision.isTracking(
memoryLocation, e.getValue().getType(), location.getLocationNode())) {
state.forget(memoryLocation);
}
}
abstractions.inc();
}
}
/**
* This method abstracts variables that exceed the threshold of assignments along the current path.
*
* @param state the state to abstract
* @param assignments the assignment information
*/
private void enforcePathThreshold(ValueAnalysisState state,
UniqueAssignmentsInPathConditionState assignments) {
// forget the value for all variables that exceed their threshold
for (Entry<MemoryLocation, ValueAndType> e : state.getConstants()) {
MemoryLocation memoryLocation = e.getKey();
assignments.updateAssignmentInformation(memoryLocation, e.getValue().getValue());
if (assignments.exceedsThreshold(memoryLocation)) {
state.forget(memoryLocation);
}
}
}
}
|
using System;
public enum HtmlTagType
{
Normal,
SelfClosing
}
public class HtmlTag
{
public HtmlTagType TagType { get; }
public string TagName { get; }
public HtmlTag(HtmlTagType tagType, string tag)
{
TagType = tagType;
TagName = SanitizeTagName(tag);
}
public string GenerateOpeningTag()
{
if (TagType == HtmlTagType.Normal)
{
return $"<{TagName}>";
}
else if (TagType == HtmlTagType.SelfClosing)
{
return $"<{TagName} />";
}
else
{
throw new InvalidOperationException("Invalid HtmlTagType");
}
}
private string SanitizeTagName(string tag)
{
// Implement tag name sanitation logic here
// For example, you can replace any potentially harmful characters with safe characters
return tag.Replace("<", "").Replace(">", "");
}
} |
export interface Item {
delayValue: number;
}
export interface Params {
delayValue: number;
}
|
#!/usr/bin/env bash
MAPPINGS_DIR="mappings"
NUM_CHANGES=$(git status $MAPPINGS_DIR --porcelain | wc -l)
CURRENT_DATE=$(date +'%m/%d/%y')
if [[ $NUM_CHANGES -gt 0 ]]; then
# Mappings have changed, so commit and push them to the remote repo
git config --global user.name 'Jad Chaar'
git config --global user.email 'jadchaar@users.noreply.github.com'
git add $MAPPINGS_DIR
git commit -m "$CURRENT_DATE automated CRON job - update mappings"
git push --force
else
echo "No mapping changes detected. Skipping push to GitHub..."
fi
|
function chunkArray(arr, chunkSize) {
let result = []
let i,j;
for (i=0,j=arr.length; i<j; i+=chunkSize) {
let res = arr.slice(i,i+chunkSize);
result.push(res);
}
return result;
}
let arr = [1,2,3,4,5];
let chunkedArr = chunkArray(arr, 2);
console.log(chunkedArr); // [[1,2], [3,4], [5]] |
#!/bin/bash
#
#
# Copyright (C) 2015 University of Oregon
#
# You may distribute under the terms of either the GNU General Public
# License or the Apache License, as specified in the LICENSE file.
#
# For more information, see the LICENSE file.
#
#
# -debug info
# When multiple debug flags are to be set, include them as a comma
# separated list enclosed in double quotes such as:
# vnmrj -debug "SqlCmd, showmem, panels"
# Some of the possible arguments for debug are:
# managedb, fillATable, sqlCmd, addFiletoDB, panels, SQ, showmem,
# accessfile, ShufflerItem, userListfile, RFMonData, fullCommandHistory,
# locatorHistory, debugCategoryList, StackTrace, traceXML, timeXML
# squish can be from 0.4 to 1.0, default is off
# laf can be metal, motif or gtk
# theme can be default, ocean, aqua or emerald
#
if [ x$vnmrsystem = "x" ]
then
vnmrsystem=/vnmr
fi
if [ x$vnmruser = "x" ]
then
source $vnmrsystem/user_templates/.vnmrenvsh
fi
debug_on="n"
itype="exp"
squish=1.0
#laf="metal"
showmem="no"
theme="ocean"
cmd=""
cmd_on="n"
dargs=""
splash=""
for arg in $*; do
arg02=$(echo $arg | cut -c1-2)
if [ "x$debug_on" = "xyy" ]; then
debug_on="y"
debugargs="-Ddebug=$arg"
elif [ "x$cmd_on" = "xy" ]; then
cmd=$arg
cmd_on="n"
elif [ "x$splash" = "xy" ]; then
splash=-splash:$arg
elif test ${arg02} = "-D"; then
dargs="$dargs $arg";
elif test $arg = "-debug"; then
debug_on="yy"
elif test $arg = "-exec"; then
cmd_on="y"
elif test $arg = "-splash"; then
splash="y"
else
itype=$arg
fi;
done
if [ "x$debug_on" = "xyy" ]; then
debug_on="y"
debugargs="-Ddebug=traceXML"
fi
if [ "x$splash" = "xy" ]; then
splash=""
fi
# echo dargs=\"$dargs\"
# echo debugargs=\"$debugargs\"
# echo itype=\"$itype\"
if [ $itype = "adm" -o $itype = "admin" ]
then
admin=$($vnmrsystem/bin/fileowner $vnmrsystem/vnmrrev)
itype="adm"
if [ $USER != $admin ]
then
echo "Switching to administrator $admin and starting vnmrj adm"
su - $admin -c "vnmrj adm"
exit
fi
laf="metal"
else
id=$(id | sed -e 's/[^(]*[(]\([^)]*\)[)].*/\1/')
# echo "USER: $USER"
# echo "id: $id"
if [ "$USER" != "$id" ]
then
echo "Switching to user $id and starting vnmrj"
su - $id -c "$vnmrsystem/bin/vnmrj"
exit
fi
if [[ -d $vnmrsystem/p11 ]] || [[ -f $vnmruser/persistence/singleSession ]]
then
cvnmr=$(ps -fu $USER | grep "/java/vnmrj.jar" | grep -v grep)
if [ $? -eq 0 ]
then
sel=$(java -jar $vnmrsystem/java/dialog.jar "An OpenVnmrJ session is already active")
exit
fi
fi
fi
if [ x$LD_LIBRARY_PATH = "x" ]
then
LD_LIBRARY_PATH=$vnmrsystem/java:$vnmruser/psg:$vnmrsystem/lib
export LD_LIBRARY_PATH
fi
# Set the name of the host where the Database is located.
# Default to "localhost".
if [ x$PGHOST = "x" ]
then
dbhost="localhost"
else
dbhost=$PGHOST
fi
# Get the port number for the database if available, else set to default
# If the env variable PGPOST is set, use that, else default to 5432
if [ x$PGPORT = "x" ]
then
dbport="5432"
else
dbport=$PGPORT
fi
# If the env variable PGNETWORK_SERVER is set, use its value, default to 'no'
if [ x$PGNETWORK_SERVER = "x" ]
then
dbnet_server="no"
else
dbnet_server=$PGNETWORK_SERVER
fi
vjclasspath=$vnmrsystem/java/vnmrj.jar
if [ -f $vnmrsystem/java/vjmol.jar ]
then
vjclasspath=$vjclasspath:$vnmrsystem/java/vjmol.jar:$vnmrsystem/java/jmol.jar
fi
if [ x$VGLRUN = "x" ]
then
vjshell=""
else
vjshell="$VGLRUN"
fi
# Set java memory usage
if [ x$VJMEM = "x" ]
then
vjmem=-mx1500m
else
vjmem=-mx"$VJMEM"m
fi
sysdir=$vnmrsystem
userdir=$vnmruser
shtoolcmd="/bin/bash"
shtooloption="-c"
javabin="$vnmrsystem/jre/bin/java"
if [ ! -f $javabin ]
then
javabin="java"
fi
modsArg=""
vers=$($javabin -fullversion 2>&1 | awk 'BEGIN {FS="\""} {print $2}' | awk 'BEGIN {FS="."} {print $1}')
if [[ $vers -gt 8 ]]
then
modsArg="--add-modules ALL-SYSTEM"
fi
# Set the "MultiClickTime"
if [ -e $HOME/.vxresource ]; then
xrdb -merge $HOME/.vxresource >& /dev/null
fi
# Remember which X DISPLAY to use
if [ -w $vnmruser ]; then
rm -f $vnmruser/.DISPLAY
echo $DISPLAY > $vnmruser/.DISPLAY
fi
if [ x$debug_on = "xy" ]
then
$vjshell "$javabin" "$vjmem" \
-classpath $vjclasspath $dargs $modsArg $splash \
-Ddbhost=$dbhost -Ddbport=$dbport -Dsysdir=$sysdir -Duserdir=$userdir \
-Duser=$USER -Dfont="Dialog plain 14" -Dlookandfeel=$laf -Dtheme=$theme -DqueueArea=yes \
-Dcmd="$cmd" \
-Dsfudirwindows="$SFUDIR" -Dsfudirinterix="$SFUDIR_INTERIX" \
-Dshtoolcmd="$shtoolcmd" -Dshtooloption="$shtooloption" -Dvjerrfile=custom \
-Dbatchupdates=no -Dpersona=$itype -Dsavepanels=10 -DSQAllowNesting=false \
-Djava.library.path="/vnmr/lib" \
-Djogamp.gluegen.UseTempJarCache="false" \
-Dsquish=$squish -DshowMem=$showmem $debugargs -Ddbnet_server=$dbnet_server \
vnmr.ui.VNMRFrame
else
$vjshell "$javabin" "$vjmem" \
-classpath $vjclasspath $dargs $modsArg $splash \
-Ddbhost=$dbhost -Ddbport=$dbport -Dsysdir=$sysdir -Duserdir=$userdir \
-Duser=$USER -Dfont="Dialog plain 14" -Dlookandfeel=$laf -Dtheme=$theme -DqueueArea=yes \
-DcanvasFont="Dialog plain 12" \
-Dcmd="$cmd" \
-Dsfudirwindows="$SFUDIR" -Dsfudirinterix="$SFUDIR_INTERIX" \
-Dshtoolcmd="$shtoolcmd" -Dshtooloption="$shtooloption" -Dvjerrfile=custom \
-Dbatchupdates=no -Dpersona=$itype -Dsavepanels=10 -DSQAllowNesting=false \
-Dsquish=$squish -Ddbnet_server=$dbnet_server \
-Djava.library.path="/vnmr/lib" \
-Djogamp.gluegen.UseTempJarCache="false" \
vnmr.ui.VNMRFrame >& /dev/null &
fi
|
<filename>test/common.js
import { expect } from 'chai';
import sinon from 'sinon';
import * as fetch from '~/fetch';
import { state } from '@/data';
class InternalAssertionError extends Error {
constructor(aVal, bVal, keyPath) {
super();
const keyPathString = `.${keyPath.join('.')}`;
this.message =
`Expected 'a' at ${keyPathString} (${JSON.stringify(aVal)} : ${typeof aVal}) ` +
`to equal 'b' at ${keyPathString} (${JSON.stringify(bVal)} : ${typeof bVal})`;
}
}
class InternalAssertionTypeError extends Error {
constructor(aVal, bVal, keyPath) {
super();
const keyPathString = `.${keyPath.join('.')}`;
this.message =
`Expected type of 'a' at ${keyPathString} (${JSON.stringify(aVal)} : ${typeof aVal}) ` +
`to equal type of 'b' at ${keyPathString} (${JSON.stringify(bVal)} : ${typeof bVal})`;
}
}
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object
function isObject(o) {
return o === Object(o);
}
export function expectObjectDeepEquals(initialA, initialB, initialPath) {
const stackA = [{ a: initialA, path: [initialPath].filter(Boolean) }];
const stackB = [initialB];
while (stackA.length) {
const { a, path } = stackA.pop();
const b = stackB.pop();
if (isObject(a) || isObject(b)) {
if (!isObject(a) || !isObject(b)) {
throw new InternalAssertionTypeError(a, b, path);
}
Object.keys(a).forEach(aKey => {
stackA.push({ a: a[aKey], path: [...path, aKey] });
stackB.push(b[aKey]);
});
Object.keys(b).forEach(bKey => {
if (a[bKey] === undefined) {
throw new InternalAssertionError(a[bKey], b[bKey], [...path, bKey]);
}
});
} else if (Array.isArray(a)) {
if (!Array.isArray(b)) {
throw new InternalAssertionTypeError(a, b, path);
} else if (a.length !== b.length) {
throw new InternalAssertionError(a, b, path);
}
a.forEach((aVal, i) => {
stackA.push({ a: aVal, path: [...path, i] });
stackB.push(b[i]);
});
} else {
if (a !== b) {
throw new InternalAssertionError(a, b, path);
}
}
}
}
/**
* Asserts that a certain kind of request occurs when you invoke the provided
* function.
* @param {Function} fn - The (async) function to invoke
* @param {string} path - The path you expect it to be called with
* @param {Object} expectedRequestData - Data that fetch is expected to be called with
* @param {Object} response - The data that is returned by the fetch call
* occured to dispatch
*/
export async function expectRequest(fn, path, expectedRequestData, response) {
const sandbox = sinon.sandbox.create();
try {
expect(fn).to.be.a('function');
const fetchStub = sandbox.stub(fetch, 'fetch').returns({
json: () => response || {},
});
const dispatch = sandbox.spy();
await fn(dispatch, () => state);
expect(fetchStub.callCount).to.equal(1);
expect(fetchStub.firstCall.args[1]).to.equal(path);
const requestData = fetchStub.firstCall.args[2];
if (expectedRequestData) {
Object.keys(expectedRequestData).map(key => {
const value = requestData[key];
const nativeValue = key === 'body' ? JSON.parse(value) : value;
expectObjectDeepEquals(nativeValue, expectedRequestData[key], key);
});
}
} finally {
sandbox.restore();
}
}
export async function expectDispatchOrStoreErrors(fn,
expectArgs = [],
expectN = undefined,
dispatchResults = []) {
const sandbox = sinon.sandbox.create();
const dispatch = sandbox.stub();
try {
for (let i = 0; i < dispatchResults.length; i += 1) {
dispatch.onCall(i).returns(dispatchResults[i]);
}
await fn(dispatch, () => state);
if (expectN !== undefined) {
expect(expectN).to.equal(dispatch.callCount);
}
for (let i = 0; i < dispatch.callCount; i += 1) {
const nextArgs = dispatch.args[i];
const nextExpect = expectArgs[i];
if (nextExpect) {
await nextExpect(nextArgs);
}
}
} finally {
sandbox.restore();
}
}
|
#!/bin/bash
SCRIPT_DIR=`dirname $0`
source "${SCRIPT_DIR}/common_test_tools.sh"
# Set and check test_zs global variables.
set_test_zs_global_variables()
{
# Configure treating of warnings as errors in C++ (enabled by default)
CPP_WERROR="${CPP_WERROR:-1}"
return 0
}
# Print help on the environment variables used for the tests scripts.
print_test_zs_help_env()
{
cat << EOF
Uses the following environment variables for testing:
CPP_WERROR Treat warnings as errors in C++. Default is 1.
EOF
}
# Generate Ant build.xml file
generate_ant_file()
{
exit_if_argc_ne $# 5
local ZSERIO_RELEASE="$1"; shift
local ZSERIO_ROOT="$1"; shift
local BUILD_DIR="$1"; shift
local TEST_NAME="$1"; shift
local NEEDS_SQLITE="$1"; shift
# use host paths in generated files
posix_to_host_path "${ZSERIO_RELEASE}" HOST_ZSERIO_RELEASE
posix_to_host_path "${ZSERIO_ROOT}" HOST_ZSERIO_ROOT
posix_to_host_path "${BUILD_DIR}" HOST_BUILD_DIR
local SPOTBUGS_FILTER_SQLITE
if [ ${NEEDS_SQLITE} -ne 0 ] ; then
SPOTBUGS_FILTER_SQLITE="
<!-- A prepared statement is generated from a nonconstant String. -->
<Match>
<Bug code=\"SQL\"/>
<Or>
<Method name=\"createTable\"/>
<Method name=\"createOrdinaryRowIdTable\"/>
<Method name=\"deleteTable\"/>
<Method name=\"read\"/>
<Method name=\"update\"/>
<Method name=\"validate\"/>
<Method name=\"executeUpdate\"/>
<Method name=\"attachDatabase\"/>
<Method name=\"detachDatabases\"/>
</Or>
</Match>
<!-- Confusing method names. -->
<Match>
<Bug code=\"Nm\"/>
</Match>"
fi
cat > ${BUILD_DIR}/build.xml << EOF
<project name="${TEST_NAME}" basedir="." default="run">
<property name="zserio.release_dir" location="${HOST_ZSERIO_RELEASE}"/>
<property name="runtime.jar_dir" location="\${zserio.release_dir}/runtime_libs/java"/>
<property name="runtime.jar_file" location="\${runtime.jar_dir}/zserio_runtime.jar"/>
<property name="test_zs.build_dir" location="${HOST_BUILD_DIR}"/>
<property name="test_zs.classes_dir" location="\${test_zs.build_dir}/classes"/>
<property name="test_zs.jar_dir" location="\${test_zs.build_dir}/jar"/>
<property name="test_zs.jar_file" location="\${test_zs.jar_dir}/${TEST_NAME}.jar"/>
<property name="test_zs.src_dir" location="\${test_zs.build_dir}/gen"/>
<condition property="spotbugs.classpath" value="\${spotbugs.home_dir}/lib/spotbugs-ant.jar">
<isset property="spotbugs.home_dir"/>
</condition>
<condition property="spotbugs.resource" value="edu/umd/cs/findbugs/anttask/tasks.properties">
<isset property="spotbugs.home_dir"/>
</condition>
<target name="prepare">
<mkdir dir="\${test_zs.classes_dir}"/>
</target>
<target name="compile" depends="prepare">
<depend srcDir="\${test_zs.src_dir}"
destDir="\${test_zs.classes_dir}"
cache="\${test_zs.build_dir}/depend-cache"/>
<javac destdir="\${test_zs.classes_dir}" debug="on" encoding="utf8" includeAntRuntime="false">
<compilerarg value="-Xlint:all"/>
<compilerarg value="-Xlint:-cast"/>
<compilerarg value="-Werror"/>
<classpath>
<pathelement location="\${runtime.jar_file}"/>
</classpath>
<src path="\${test_zs.src_dir}"/>
</javac>
</target>
<target name="jar" depends="compile">
<jar destfile="\${test_zs.jar_file}" basedir="\${test_zs.classes_dir}"/>
</target>
<target name="spotbugs" depends="jar" if="spotbugs.home_dir">
<taskdef classpath="\${spotbugs.classpath}" resource="\${spotbugs.resource}"/>
<spotbugs home="\${spotbugs.home_dir}"
output="html"
outputFile="\${test_zs.build_dir}/spotbugs.html"
reportLevel="low"
excludeFilter="\${test_zs.build_dir}/spotbugs_filter.xml"
errorProperty="test_zs.spotbugs.is_failed"
warningsProperty="test_zs.spotbugs.is_failed">
<sourcePath path="\${test_zs.src_dir}"/>
<class location="\${test_zs.jar_file}"/>
<auxClasspath>
<pathelement location="\${runtime.jar_file}"/>
</auxClasspath>
</spotbugs>
<fail message="SpotBugs found some issues!" if="test_zs.spotbugs.is_failed"/>
</target>
<target name="run" depends="spotbugs">
</target>
<target name="clean">
<delete dir="\${test_zs.classes_dir}"/>
<delete dir="\${test_zs.jar_dir}"/>
<delete dir="\${test_zs.build_dir}/depend-cache"/>
<delete file="\${test_zs.build_dir}/spotbugs.html"/>
</target>
</project>
EOF
cat > ${BUILD_DIR}/spotbugs_filter.xml << EOF
<FindBugsFilter>
<Match>
<!-- Same code in different switch clauses. -->
<Bug code="DB"/>
<Or>
<Method name="initializeOffsets"/>
<Method name="bitSizeOf"/>
<Method name="read"/>
</Or>
</Match>
<Match>
<!-- This field is never written. -->
<Bug code="UwF"/>
<Field name="objectChoice"/>
</Match>
<Match>
<!-- Method names should start with a lower case letter. -->
<Bug code="Nm"/>
</Match>${SPOTBUGS_FILTER_SQLITE}
</FindBugsFilter>
EOF
}
# Generate CMakeList.txt
generate_cmake_lists()
{
exit_if_argc_ne $# 6
local ZSERIO_RELEASE="$1"; shift
local ZSERIO_ROOT="$1"; shift
local BUILD_DIR="$1"; shift
local TEST_NAME="$1"; shift
local RUNTIME_LIBRARY_SUBDIR="$1"; shift
local NEEDS_SQLITE="$1"; shift
# use host paths in generated files
local DISABLE_SLASHES_CONVERSION=1
posix_to_host_path "${ZSERIO_RELEASE}" HOST_ZSERIO_RELEASE ${DISABLE_SLASHES_CONVERSION}
posix_to_host_path "${ZSERIO_ROOT}" HOST_ZSERIO_ROOT ${DISABLE_SLASHES_CONVERSION}
posix_to_host_path "${BUILD_DIR}" HOST_BUILD_DIR ${DISABLE_SLASHES_CONVERSION}
local SQLITE_SETUP
local SQLITE_USE
if [ ${NEEDS_SQLITE} -ne 0 ] ; then
SQLITE_SETUP="
# add SQLite3 library
include(sqlite_utils)
sqlite_add_library(\"\${ZSERIO_ROOT}\")"
SQLITE_USE="
target_include_directories(\${PROJECT_NAME} SYSTEM PRIVATE \${SQLITE_INCDIR})
target_link_libraries(\${PROJECT_NAME} \${SQLITE_LIBRARY})"
fi
local WERROR_SETUP
if [ ${CPP_WERROR} -ne 0 ] ; then
WERROR_SETUP="
compiler_set_warnings_as_errors()"
fi
cat > ${BUILD_DIR}/CMakeLists.txt << EOF
cmake_minimum_required(VERSION 2.8.12.2)
project(test_zs_${TEST_NAME})
enable_testing()
set(ZSERIO_ROOT "${HOST_ZSERIO_ROOT}" CACHE PATH "")
set(ZSERIO_RELEASE "${HOST_ZSERIO_RELEASE}" CACHE PATH "")
set(CMAKE_MODULE_PATH "\${ZSERIO_ROOT}/cmake")
# cmake helpers
include(cmake_utils)
# setup compiler
include(compiler_utils)
compiler_set_pthread()
compiler_set_static_clibs()
compiler_set_test_warnings()${WERROR_SETUP}${SQLITE_SETUP}
# add zserio runtime library
include(zserio_utils)
set(ZSERIO_RUNTIME_LIBRARY_DIR "\${ZSERIO_RELEASE}/runtime_libs/${RUNTIME_LIBRARY_SUBDIR}")
zserio_add_runtime_library(RUNTIME_LIBRARY_DIR "\${ZSERIO_RUNTIME_LIBRARY_DIR}")
file(GLOB_RECURSE SOURCES RELATIVE "\${CMAKE_CURRENT_SOURCE_DIR}" "gen/*.cpp" "gen/*.h")
add_library(\${PROJECT_NAME} \${SOURCES})
set_target_properties(\${PROJECT_NAME} PROPERTIES CXX_STANDARD 11 CXX_STANDARD_REQUIRED YES CXX_EXTENSIONS NO)
target_include_directories(\${PROJECT_NAME} PUBLIC "\${CMAKE_CURRENT_SOURCE_DIR}/gen")
target_link_libraries(\${PROJECT_NAME} ZserioCppRuntime)${SQLITE_USE}
# add cppcheck custom command
include(cppcheck_utils)
cppcheck_add_custom_command(TARGET \${PROJECT_NAME} SOURCE_DIR \${CMAKE_CURRENT_SOURCE_DIR}/gen
OPTIONS --suppress=variableScope --suppress=constParameter
)
add_test(compile_generated_cpp \${CMAKE_COMMAND} -E echo "Generated sources were successfully compiled!")
EOF
}
# Run zserio tests.
test_zs()
{
exit_if_argc_ne $# 14
local UNPACKED_ZSERIO_RELEASE_DIR="$1"; shift
local ZSERIO_PROJECT_ROOT="$1"; shift
local ZSERIO_BUILD_DIR="$1"; shift
local TEST_OUT_DIR="$1"; shift
local MSYS_WORKAROUND_TEMP=("${!1}"); shift
local CPP_TARGETS=("${MSYS_WORKAROUND_TEMP[@]}")
local PARAM_JAVA="$1"; shift
local PARAM_PYTHON="$1"; shift
local PARAM_XML="$1"; shift
local PARAM_DOC="$1"; shift
local SWITCH_DIRECTORY="$1"; shift
local SWITCH_SOURCE="$1"; shift
local SWITCH_TEST_NAME="$1"; shift
local SWITCH_WERROR="$1"; shift
local SWITCH_CLEAN="$1"; shift
# generate sources using zserio
local ZSERIO_ARGS=()
if [[ ${#CPP_TARGETS[@]} -ne 0 ]] ; then
if [ ${SWITCH_CLEAN} -ne 0 ] ; then
rm -rf "${TEST_OUT_DIR}/cpp"
fi
ZSERIO_ARGS+=("-cpp" "${TEST_OUT_DIR}/cpp/gen")
fi
if [[ ${PARAM_JAVA} == 1 ]] ; then
if [ ${SWITCH_CLEAN} -ne 0 ] ; then
rm -rf "${TEST_OUT_DIR}/java"
fi
ZSERIO_ARGS+=("-java" "${TEST_OUT_DIR}/java/gen")
fi
if [[ ${PARAM_PYTHON} == 1 ]] ; then
if [ ${SWITCH_CLEAN} -ne 0 ] ; then
rm -rf "${TEST_OUT_DIR}/python"
fi
ZSERIO_ARGS+=("-python" "${TEST_OUT_DIR}/python/gen")
fi
if [[ ${PARAM_XML} == 1 ]] ; then
if [ ${SWITCH_CLEAN} -ne 0 ] ; then
rm -rf "${TEST_OUT_DIR}/xml"
fi
ZSERIO_ARGS+=("-xml" "${TEST_OUT_DIR}/xml")
fi
if [[ ${PARAM_DOC} == 1 ]] ; then
if [ ${SWITCH_CLEAN} -ne 0 ] ; then
rm -rf "${TEST_OUT_DIR}/doc"
fi
ZSERIO_ARGS+=("-doc" "${TEST_OUT_DIR}/doc")
fi
run_zserio_tool "${UNPACKED_ZSERIO_RELEASE_DIR}" "${TEST_OUT_DIR}" \
"${SWITCH_DIRECTORY}" "${SWITCH_SOURCE}" ${SWITCH_WERROR} ZSERIO_ARGS[@]
if [ $? -ne 0 ] ; then
return 1
fi
# compile generated Java sources
if [[ ${PARAM_JAVA} == 1 ]] ; then
echo "Compile generated Java sources"
! grep "java.sql.Connection" -qr ${TEST_OUT_DIR}/java/gen
local JAVA_NEEDS_SQLITE=$?
generate_ant_file "${UNPACKED_ZSERIO_RELEASE_DIR}" "${ZSERIO_PROJECT_ROOT}" \
"${TEST_OUT_DIR}/java" "${SWITCH_TEST_NAME}" ${JAVA_NEEDS_SQLITE}
local ANT_PROPS=()
compile_java ${TEST_OUT_DIR}/java/build.xml ANT_PROPS[@] run
if [ $? -ne 0 ] ; then
return 1
fi
fi
# run generated C++ sources
if [[ ${#CPP_TARGETS[@]} != 0 ]] ; then
echo "Compile generated C++ sources"
! grep "#include <sqlite3.h>" -qr ${TEST_OUT_DIR}/cpp/gen
local CPP_NEEDS_SQLITE=$?
generate_cmake_lists "${UNPACKED_ZSERIO_RELEASE_DIR}" "${ZSERIO_PROJECT_ROOT}" \
"${TEST_OUT_DIR}/cpp" "${SWITCH_TEST_NAME}" "cpp" \
${CPP_NEEDS_SQLITE}
local CTEST_ARGS=()
compile_cpp "${ZSERIO_PROJECT_ROOT}" "${TEST_OUT_DIR}/cpp" "${TEST_OUT_DIR}/cpp" CPP_TARGETS[@] \
CMAKE_ARGS[@] CTEST_ARGS[@] all
if [ $? -ne 0 ] ; then
return 1
fi
fi
# run pylint and mypy on generated Python sources
if [[ ${PARAM_PYTHON} == 1 ]] ; then
activate_python_virtualenv "${ZSERIO_PROJECT_ROOT}" "${ZSERIO_BUILD_DIR}"
if [ $? -ne 0 ] ; then
return 1
fi
local PYLINT_RCFILE="${ZSERIO_PROJECT_ROOT}/test/pylintrc.txt"
local MYPY_CONFIG_FILE="${ZSERIO_PROJECT_ROOT}/test/mypy.ini"
local GEN_PYTHON_DIR="${TEST_OUT_DIR}/python/gen"
local PYTHON_RUNTIME_ROOT="${UNPACKED_ZSERIO_RELEASE_DIR}/runtime_libs/python"
echo
echo "Running pylint on Python generated files."
local GEN_DISABLE_OPTION=""
GEN_DISABLE_OPTION+="missing-docstring, no-self-use,duplicate-code, line-too-long, "
GEN_DISABLE_OPTION+="singleton-comparison, too-many-instance-attributes, too-many-arguments, "
GEN_DISABLE_OPTION+="too-many-public-methods, too-few-public-methods, too-many-locals, "
GEN_DISABLE_OPTION+="too-many-branches, too-many-statements, unneeded-not, superfluous-parens, "
GEN_DISABLE_OPTION+="import-self, invalid-unary-operand-type, c-extension-no-member, "
GEN_DISABLE_OPTION+="too-many-lines, simplifiable-if-expression"
local PYLINT_ARGS=("--disable=${GEN_DISABLE_OPTION}" "--ignore=api.py")
PYTHONPATH="${GEN_PYTHON_DIR}:${PYTHON_RUNTIME_ROOT}" \
run_pylint "${PYLINT_RCFILE}" PYLINT_ARGS[@] "${GEN_PYTHON_DIR}"/*
if [ $? -ne 0 ] ; then
return 1
fi
echo "Running pylint on Python generated api.py files."
local API_DISABLE_OPTION="missing-docstring,unused-import,line-too-long,redefined-builtin"
# ignore all files that are not api.py, but don't ignore directories
local PYLINT_ARGS=("--disable=${API_DISABLE_OPTION}" "--ignore-patterns=^.*\.py(?<!^api\.py)$")
PYTHONPATH="${GEN_PYTHON_DIR}" \
run_pylint "${PYLINT_RCFILE}" PYLINT_ARGS[@] "${GEN_PYTHON_DIR}"/*
if [ $? -ne 0 ]; then
return 1
fi
echo "Running mypy on Python generated sources."
local MYPY_ARGS=("--no-strict-optional")
MYPYPATH="${PYTHON_RUNTIME_ROOT}" \
run_mypy "${ZSERIO_BUILD_DIR}" "${MYPY_CONFIG_FILE}" MYPY_ARGS[@] "${GEN_PYTHON_DIR}"
if [ $? -ne 0 ]; then
return 1
fi
fi
# run xmllint validator on generated XML
if [[ ${PARAM_XML} == 1 ]] ; then
run_xmllint "${TEST_OUT_DIR}/xml/abstract_syntax_tree.xml"
if [ $? -ne 0 ] ; then
return 1
fi
fi
# run NU HTML validator on generated HTML documentation
if [[ ${PARAM_DOC} == 1 ]] ; then
local VNU_ARGS=()
run_vnu VNU_ARGS[@] "${TEST_OUT_DIR}/doc"
if [ $? -ne 0 ] ; then
return 1
fi
fi
return 0
}
# Print help message.
print_help()
{
cat << EOF
Description:
Tests given zserio sources with zserio release compiled in release-ver directory.
Usage:
$0 [-h] [-e] [-p] [-o <dir>] [-d <dir>] [-t <name>] [-w] generator... -s test.zs
Arguments:
-h, --help Show this help.
-e, --help-env Show help for enviroment variables.
-p, --purge Purge test build directory.
-o <dir>, --output-directory <dir>
Output directory where tests will be run.
-d <dir>, --source-dir <dir>
Directory with zserio sources. Default is ".".
-t <name>, --test-name <name>
Test name. Optional.
-w, --werror Treat zserio warnings as errors.
-s <source>, --source <source>
Main zserio source.
generator Specify the generator to test.
Generator can be:
cpp-linux32-gcc Generate C++ sources and compile them for linux32 target (gcc).
cpp-linux64-gcc Generate C++ sources and compile them for for linux64 target (gcc).
cpp-linux32-clang Generate C++ sources and compile them for linux32 target (Clang).
cpp-linux64-clang Generate C++ sources and compile them for for linux64 target (Clang).
cpp-windows64-mingw Generate C++ sources and compile them for for windows64 target (MinGW64).
cpp-windows64-msvc Generate C++ sources and compile them for for windows64 target (MSVC).
java Generate Java sources and compile them.
python Generate python sources.
xml Generate XML.
doc Generate HTML documentation.
all-linux32-gcc Test all generators and compile all possible linux32 sources (gcc).
all-linux64-gcc Test all generators and compile all possible linux64 sources (gcc).
all-linux32-clang Test all generators and compile all possible linux32 sources (Clang).
all-linux64-clang Test all generators and compile all possible linux64 sources (Clang).
all-windows64-mingw Test all generators and compile all possible windows64 sources (MinGW64).
all-windows64-msvc Test all generators and compile all possible windows64 sources (MSVC).
Examples:
$0 cpp-linux64-gcc java python xml doc -d /tmp/zs -s test.zs
$0 all-linux64-gcc -d /tmp/zs -s test.zs
EOF
}
# Parse all command line arguments.
#
# Return codes:
# -------------
# 0 - Success. Arguments have been successfully parsed.
# 1 - Failure. Some arguments are wrong or missing.
# 2 - Help switch is present. Arguments after help switch have not been checked.
# 3 - Environment help switch is present. Arguments after help switch have not been checked.
parse_arguments()
{
exit_if_argc_lt $# 10
local PARAM_CPP_TARGET_ARRAY_OUT="$1"; shift
local PARAM_JAVA_OUT="$1"; shift
local PARAM_PYTHON_OUT="$1"; shift
local PARAM_XML_OUT="$1"; shift
local PARAM_DOC_OUT="$1"; shift
local PARAM_OUT_DIR_OUT="$1"; shift
local SWITCH_DIRECTORY_OUT="$1"; shift
local SWITCH_SOURCE_OUT="$1"; shift
local SWITCH_TEST_NAME_OUT="$1"; shift
local SWITCH_WERROR_OUT="$1"; shift
local SWITCH_PURGE_OUT="$1"; shift
eval ${PARAM_JAVA_OUT}=0
eval ${PARAM_PYTHON_OUT}=0
eval ${PARAM_XML_OUT}=0
eval ${PARAM_DOC_OUT}=0
eval ${SWITCH_DIRECTORY_OUT}="."
eval ${SWITCH_SOURCE_OUT}=""
eval ${SWITCH_TEST_NAME_OUT}=""
eval ${SWITCH_WERROR_OUT}=0
eval ${SWITCH_PURGE_OUT}=0
local NUM_PARAMS=0
local PARAM_ARRAY=();
local ARG="$1"
while [ -n "${ARG}" ] ; do
case "${ARG}" in
"-h" | "--help")
return 2
;;
"-e" | "--help-env")
return 3
;;
"-p" | "--purge")
eval ${SWITCH_PURGE_OUT}=1
shift
;;
"-o" | "--output-directory")
eval ${PARAM_OUT_DIR_OUT}="$2"
shift 2
;;
"-d" | "--directory")
shift
local ARG="$1"
if [ -z "${ARG}" ] ; then
stderr_echo "Directory with zserio sources is not set!"
echo
return 1
fi
eval ${SWITCH_DIRECTORY_OUT}="${ARG}"
shift
;;
"-s" | "--source")
shift
local ARG="$1"
if [ -z "${ARG}" ] ; then
stderr_echo "Main zserio source is not set!"
echo
return 1
fi
eval ${SWITCH_SOURCE_OUT}="${ARG}"
shift
;;
"-t" | "--test-name")
shift
local ARG="$1"
if [ -z "${ARG}" ] ; then
stderr_echo "Test name is not set!"
echo
return 1
fi
eval ${SWITCH_TEST_NAME_OUT}="${ARG}"
shift
;;
"-w" | "--werror")
eval ${SWITCH_WERROR_OUT}=1
shift
;;
"-"*)
stderr_echo "Invalid switch ${ARG}!"
echo
return 1
;;
*)
PARAM_ARRAY[NUM_PARAMS]=${ARG}
NUM_PARAMS=$((NUM_PARAMS + 1))
shift
;;
esac
ARG="$1"
done
local NUM_CPP_TARGETS=0
local PARAM
for PARAM in "${PARAM_ARRAY[@]}" ; do
case "${PARAM}" in
"cpp-linux32-"* | "cpp-linux64-"* | "cpp-windows64-"*)
eval ${PARAM_CPP_TARGET_ARRAY_OUT}[${NUM_CPP_TARGETS}]="${PARAM#cpp-}"
NUM_CPP_TARGETS=$((NUM_CPP_TARGETS + 1))
;;
"java")
eval ${PARAM_JAVA_OUT}=1
;;
"python")
eval ${PARAM_PYTHON_OUT}=1
;;
"xml")
eval ${PARAM_XML_OUT}=1
;;
"doc")
eval ${PARAM_DOC_OUT}=1
;;
"all-linux32-"* | "all-linux64-"* | "all-windows64-"*)
eval ${PARAM_CPP_TARGET_ARRAY_OUT}[${NUM_CPP_TARGETS}]="${PARAM#all-}"
NUM_CPP_TARGETS=$((NUM_CPP_TARGETS + 1))
eval ${PARAM_JAVA_OUT}=1
eval ${PARAM_PYTHON_OUT}=1
eval ${PARAM_XML_OUT}=1
eval ${PARAM_DOC_OUT}=1
;;
*)
stderr_echo "Invalid argument ${PARAM}!"
echo
return 1
esac
done
if [[ "${!SWITCH_SOURCE_OUT}" == "" && ${!SWITCH_PURGE_OUT} == 0 ]] ; then
stderr_echo "Main zserio source is not set!"
echo
return 1
fi
# default test name
if [[ "${!SWITCH_TEST_NAME_OUT}" == "" ]] ; then
local DEFAULT_TEST_NAME=${!SWITCH_SOURCE_OUT%.*} # strip extension
DEFAULT_TEST_NAME=${DEFAULT_TEST_NAME//\//_} # all slashes to underscores
eval ${SWITCH_TEST_NAME_OUT}=${DEFAULT_TEST_NAME}
fi
return 0
}
main()
{
# get the project root, absolute path is necessary only for CMake
local ZSERIO_PROJECT_ROOT
convert_to_absolute_path "${SCRIPT_DIR}/.." ZSERIO_PROJECT_ROOT
# parse command line arguments
local PARAM_CPP_TARGET_ARRAY=()
local PARAM_JAVA
local PARAM_PYTHON
local PARAM_XML
local PARAM_DOC
local PARAM_OUT_DIR="${ZSERIO_PROJECT_ROOT}"
local SWITCH_DIRECTORY
local SWITCH_SOURCE
local SWITCH_TEST_NAME
local SWITCH_WERROR
local SWITCH_PURGE
parse_arguments PARAM_CPP_TARGET_ARRAY PARAM_JAVA PARAM_PYTHON PARAM_XML PARAM_DOC PARAM_OUT_DIR \
SWITCH_DIRECTORY SWITCH_SOURCE SWITCH_TEST_NAME SWITCH_WERROR SWITCH_PURGE $@
local PARSE_RESULT=$?
if [ ${PARSE_RESULT} -eq 2 ] ; then
print_help
return 0
elif [ ${PARSE_RESULT} -eq 3 ] ; then
print_test_help_env
print_test_zs_help_env
print_help_env
return 0
elif [ ${PARSE_RESULT} -ne 0 ] ; then
return 1
fi
echo "Testing generators on given zserio sources."
echo
# set global variables
set_global_common_variables
if [ $? -ne 0 ] ; then
return 1
fi
set_test_global_variables
if [ $? -ne 0 ] ; then
return 1
fi
set_test_zs_global_variables
if [ $? -ne 0 ] ; then
return 1
fi
if [[ ${#PARAM_CPP_TARGET_ARRAY[@]} -ne 0 ]] ; then
set_global_cpp_variables "${ZSERIO_PROJECT_ROOT}"
if [ $? -ne 0 ] ; then
return 1
fi
fi
if [[ ${PARAM_JAVA} -ne 0 ]] ; then
set_global_java_variables
if [ $? -ne 0 ] ; then
return 1
fi
fi
if [[ ${PARAM_PYTHON} != 0 ]] ; then
set_global_python_variables "${ZSERIO_PROJECT_ROOT}"
if [ $? -ne 0 ] ; then
return 1
fi
fi
if [[ ${PARAM_DOC} != 0 ]] ; then
set_global_doc_variables "${ZSERIO_PROJECT_ROOT}"
if [ $? -ne 0 ] ; then
return 1
fi
fi
# purge if requested and then create test output directory
local ZSERIO_BUILD_DIR="${PARAM_OUT_DIR}/build"
local TEST_OUT_DIR="${ZSERIO_BUILD_DIR}/test_zs/${SWITCH_TEST_NAME}"
if [[ ${SWITCH_PURGE} == 1 ]] ; then
echo "Purging test directory." # purges all tests in test_zs directory
echo
rm -rf "${TEST_OUT_DIR}/"
if [[ ${#PARAM_CPP_TARGET_ARRAY[@]} == 0 &&
${PARAM_JAVA} == 0 &&
${PARAM_PYTHON} == 0 &&
${PARAM_XML} == 0 &&
${PARAM_DOC} == 0 ]] ; then
return 0 # purge only
fi
fi
mkdir -p "${TEST_OUT_DIR}"
# get zserio release directory
local ZSERIO_RELEASE_DIR
local ZSERIO_VERSION
get_release_dir "${ZSERIO_PROJECT_ROOT}" "${PARAM_OUT_DIR}" ZSERIO_RELEASE_DIR ZSERIO_VERSION
if [ $? -ne 0 ] ; then
return 1
fi
# print information
echo "Testing release: ${ZSERIO_RELEASE_DIR}"
echo "Test output directory: ${TEST_OUT_DIR}"
echo
# unpack testing release
local UNPACKED_ZSERIO_RELEASE_DIR
unpack_release "${TEST_OUT_DIR}" "${ZSERIO_RELEASE_DIR}" "${ZSERIO_VERSION}" UNPACKED_ZSERIO_RELEASE_DIR
if [ $? -ne 0 ] ; then
return 1
fi
# run test
local CLEAN=1
test_zs "${UNPACKED_ZSERIO_RELEASE_DIR}" "${ZSERIO_PROJECT_ROOT}" "${ZSERIO_BUILD_DIR}" "${TEST_OUT_DIR}" \
PARAM_CPP_TARGET_ARRAY[@] ${PARAM_JAVA} ${PARAM_PYTHON} ${PARAM_XML} ${PARAM_DOC} \
"${SWITCH_DIRECTORY}" "${SWITCH_SOURCE}" "${SWITCH_TEST_NAME}" ${SWITCH_WERROR} ${CLEAN}
if [ $? -ne 0 ] ; then
return 1
fi
return 0
}
if [[ "${BASH_SOURCE[0]}" == "${0}" ]] ; then
main "$@"
fi
|
//
// TTShareUser.h
// TT
//
// Created by 张福润 on 2017/3/21.
// Copyright © 2017年 张福润. All rights reserved.
//
#import "TTBaseModel.h"
typedef enum : NSUInteger {
GenderTypeMan,
GenderTypeWoman,
} GenderType;
@interface TTShareUser : TTBaseModel
@property (nonatomic, strong) NSString *userId;//OAuth -> openId
@property (nonatomic, strong) NSString *nick;
@property (nonatomic, assign) GenderType sex;
@property (nonatomic, strong) NSString *address;
@property (nonatomic, strong) NSString *figureUrl;
@property (nonatomic, strong) NSString *userType;
@property (nonatomic, strong) NSString *password;
- (instancetype)initWithQQDict:(NSDictionary *)dict;
- (instancetype)initWithWXDict:(NSDictionary *)dict;
- (instancetype)initWithWBDict:(NSDictionary *)dict;
@end
|
#!/usr/bin/env bash
#
# Copyright (C) 2016 Transaction Processing Performance Council (TPC) and/or
# its contributors.
#
# This file is part of a software package distributed by the TPC.
#
# The contents of this file have been developed by the TPC, and/or have been
# licensed to the TPC under one or more contributor license agreements.
#
# This file is subject to the terms and conditions outlined in the End-User
# License Agreement (EULA) which can be found in this distribution (EULA.txt)
# and is available at the following URL:
# http://www.tpc.org/TPC_Documents_Current_Versions/txt/EULA.txt
#
# Unless required by applicable law or agreed to in writing, this software
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
# ANY KIND, either express or implied, and the user bears the entire risk as
# to quality and performance as well as the entire cost of service or repair
# in case of defect. See the EULA for more details.
#
#
#Copyright 2015 Intel Corporation All Rights Reserved.
#
#The source code contained or described herein and all documents related to the source code ("Material") are owned by Intel Corporation or its suppliers or licensors. Title to the Material remains with Intel Corporation or its suppliers and licensors. The Material contains trade secrets and proprietary and confidential information of Intel or its suppliers and licensors. The Material is protected by worldwide copyright and trade secret laws and treaty provisions. No part of the Material may be used, copied, reproduced, modified, published, uploaded, posted, transmitted, distributed, or disclosed in any way without Intel's prior express written permission.
#
#No license under any patent, copyright, trade secret or other intellectual property right is granted to or conferred upon you by disclosure or delivery of the Materials, either expressly, by implication, inducement, estoppel or otherwise. Any license under such intellectual property rights must be express and approved by Intel in writing.
TEMP_TABLE1="${TEMP_TABLE}_1"
TEMP_TABLE2="${TEMP_TABLE}_2"
BINARY_PARAMS+=(--hiveconf TEMP_TABLE1=$TEMP_TABLE1 --hiveconf TEMP_TABLE2=$TEMP_TABLE2)
query_run_main_method () {
QUERY_SCRIPT="$QUERY_DIR/$QUERY_NAME.sql"
if [ ! -r "$QUERY_SCRIPT" ]
then
echo "SQL file $QUERY_SCRIPT can not be read."
exit 1
fi
runCmdWithErrorCheck runEngineCmd -f "$QUERY_SCRIPT"
return $?
}
query_run_clean_method () {
runCmdWithErrorCheck runEngineCmd -e "DROP TABLE IF EXISTS $TEMP_TABLE1; DROP TABLE IF EXISTS $TEMP_TABLE2; DROP TABLE IF EXISTS $RESULT_TABLE;"
return $?
}
query_run_validate_method () {
# perform exact result validation if using SF 1, else perform general sanity check
if [ "$BIG_BENCH_SCALE_FACTOR" -eq 1 ]
then
local VALIDATION_PASSED="1"
if [ ! -f "$VALIDATION_RESULTS_FILENAME" ]
then
echo "Golden result set file $VALIDATION_RESULTS_FILENAME not found"
VALIDATION_PASSED="0"
fi
if diff -q "$VALIDATION_RESULTS_FILENAME" <(hadoop fs -cat "$RESULT_DIR/*")
then
echo "Validation of $VALIDATION_RESULTS_FILENAME passed: Query returned correct results"
else
echo "Validation of $VALIDATION_RESULTS_FILENAME failed: Query returned incorrect results"
VALIDATION_PASSED="0"
fi
if [ "$VALIDATION_PASSED" -eq 1 ]
then
echo "Validation passed: Query results are OK"
else
echo "Validation failed: Query results are not OK"
return 1
fi
else
if [ `hadoop fs -cat "$RESULT_DIR/*" | head -n 10 | wc -l` -ge 1 ]
then
echo "Validation passed: Query returned results"
else
echo "Validation failed: Query did not return results"
return 1
fi
fi
}
|
import re
from collections import Counter
def word_frequency(text):
# Remove punctuation and convert to lowercase
text = re.sub(r'[^\w\s]', '', text).lower()
# Split the text into words
words = text.split()
# Define common stop words
stop_words = {'the', 'and', 'of', 'in', 'a', 'an', 'to', 'on', 'for', 'with', 'is', 'are', 'was', 'were'}
# Count the frequency of each word, excluding stop words
word_counts = Counter(word for word in words if word not in stop_words)
# Sort the word frequencies in descending order
sorted_word_counts = sorted(word_counts.items(), key=lambda x: x[1], reverse=True)
return sorted_word_counts |
#!/bin/bash
if [ "$#" -ne 1 ]; then
echo "generate-mdx-job <warc-file-list>"
exit 1
fi
export JOB_INPUT=$1
export JOB_OUTPUT=/9_processing/warcs2mdx/output.jsonl
hadoop fs -rmr $JOB_OUTPUT
# Run the job (using 5 reducers):
hadoop jar /host/tasks/jars/warc-hadoop-indexer-3.1.0-SNAPSHOT-job.jar \
uk.bl.wa.hadoop.indexer.mdx.WARCMDXGenerator \
-Dpdfbox.fontcache=/lvdata/hadoop/tmp \
-Dmapred.compress.map.output=true \
-Dmapred.output.compress=true \
-Dmapred.output.compression.codec=org.apache.hadoop.io.compress.GzipCodec \
-i $JOB_INPUT \
-o $JOB_OUTPUT \
-w
|
#!/bin/sh
YOCTO=$(eval echo $1)
BUILDROOT=$(eval echo $2)
exit_error()
{
echo "Error: $1!"
exit 1
}
get_pkgs_yocto()
{
for f in $(find $YOCTO/recipes*/*/*.bb); do
FILENAME=$(basename $f)
PKGNAME=$(echo $FILENAME | cut -d '_' -f 1)
PKGS="$PKGS $PKGNAME"
done
}
if [ -z "$YOCTO" -o ! -e "$YOCTO/conf/layer.conf" ]; then
exit_error "Invalid Yocto layer directory"
fi
if [ -z "$BUILDROOT" -o ! -e "$BUILDROOT/package/Config.in" ]; then
exit_error "Invalid Buildroot directory"
fi
get_pkgs_yocto
for f in $PKGS; do
RET=$(find "$BUILDROOT/package/" -name $f)
if [ -z "$RET" ]; then
echo "PACKAGE [$f] NOT FOUND!"
fi
done
echo OK!
|
#!/usr/bin/env zsh
#
# zsh-async
#
# version: 1.8.4
# author: Mathias Fredriksson
# url: https://github.com/mafredri/zsh-async
#
typeset -g ASYNC_VERSION=1.8.4
# Produce debug output from zsh-async when set to 1.
typeset -g ASYNC_DEBUG=${ASYNC_DEBUG:-0}
# Execute commands that can manipulate the environment inside the async worker. Return output via callback.
_async_eval() {
local ASYNC_JOB_NAME
# Rename job to _async_eval and redirect all eval output to cat running
# in _async_job. Here, stdout and stderr are not separated for
# simplicity, this could be improved in the future.
{
eval "$@"
} &> >(ASYNC_JOB_NAME=[async/eval] _async_job 'cat')
}
# Wrapper for jobs executed by the async worker, gives output in parseable format with execution time
_async_job() {
# Disable xtrace as it would mangle the output.
setopt localoptions noxtrace
# Store start time for job.
float -F duration=$EPOCHREALTIME
# Run the command and capture both stdout (`eval`) and stderr (`cat`) in
# separate subshells. When the command is complete, we grab write lock
# (mutex token) and output everything except stderr inside the command
# block, after the command block has completed, the stdin for `cat` is
# closed, causing stderr to be appended with a $'\0' at the end to mark the
# end of output from this job.
local jobname=${ASYNC_JOB_NAME:-$1} out
out="$(
local stdout stderr ret tok
{
stdout=$(eval "$@")
ret=$?
duration=$(( EPOCHREALTIME - duration )) # Calculate duration.
print -r -n - $'\0'${(q)jobname} $ret ${(q)stdout} $duration
} 2> >(stderr=$(cat) && print -r -n - " "${(q)stderr}$'\0')
)"
if [[ $out != $'\0'*$'\0' ]]; then
# Corrupted output (aborted job?), skipping.
return
fi
# Grab mutex lock, stalls until token is available.
read -r -k 1 -p tok || return 1
# Return output (<job_name> <return_code> <stdout> <duration> <stderr>).
print -r -n - "$out"
# Unlock mutex by inserting a token.
print -n -p $tok
}
# The background worker manages all tasks and runs them without interfering with other processes
_async_worker() {
# Reset all options to defaults inside async worker.
emulate -R zsh
# Make sure monitor is unset to avoid printing the
# pids of child processes.
unsetopt monitor
# Redirect stderr to `/dev/null` in case unforseen errors produced by the
# worker. For example: `fork failed: resource temporarily unavailable`.
# Some older versions of zsh might also print malloc errors (know to happen
# on at least zsh 5.0.2 and 5.0.8) likely due to kill signals.
exec 2>/dev/null
# When a zpty is deleted (using -d) all the zpty instances created before
# the one being deleted receive a SIGHUP, unless we catch it, the async
# worker would simply exit (stop working) even though visible in the list
# of zpty's (zpty -L). This has been fixed around the time of Zsh 5.4
# (not released).
if ! is-at-least 5.4.1; then
TRAPHUP() {
return 0 # Return 0, indicating signal was handled.
}
fi
local -A storage
local unique=0
local notify_parent=0
local parent_pid=0
local coproc_pid=0
local processing=0
local -a zsh_hooks zsh_hook_functions
zsh_hooks=(chpwd periodic precmd preexec zshexit zshaddhistory)
zsh_hook_functions=(${^zsh_hooks}_functions)
unfunction $zsh_hooks &>/dev/null # Deactivate all zsh hooks inside the worker.
unset $zsh_hook_functions # And hooks with registered functions.
unset zsh_hooks zsh_hook_functions # Cleanup.
close_idle_coproc() {
local -a pids
pids=(${${(v)jobstates##*:*:}%\=*})
# If coproc (cat) is the only child running, we close it to avoid
# leaving it running indefinitely and cluttering the process tree.
if (( ! processing )) && [[ $#pids = 1 ]] && [[ $coproc_pid = $pids[1] ]]; then
coproc :
coproc_pid=0
fi
}
child_exit() {
close_idle_coproc
# On older version of zsh (pre 5.2) we notify the parent through a
# SIGWINCH signal because `zpty` did not return a file descriptor (fd)
# prior to that.
if (( notify_parent )); then
# We use SIGWINCH for compatibility with older versions of zsh
# (pre 5.1.1) where other signals (INFO, ALRM, USR1, etc.) could
# cause a deadlock in the shell under certain circumstances.
kill -WINCH $parent_pid
fi
}
# Register a SIGCHLD trap to handle the completion of child processes.
trap child_exit CHLD
# Process option parameters passed to worker.
while getopts "np:uz" opt; do
case $opt in
n) notify_parent=1;;
p) parent_pid=$OPTARG;;
u) unique=1;;
z) notify_parent=0;; # Uses ZLE watcher instead.
esac
done
# Terminate all running jobs, note that this function does not
# reinstall the child trap.
terminate_jobs() {
trap - CHLD # Ignore child exits during kill.
coproc : # Quit coproc.
coproc_pid=0 # Reset pid.
if is-at-least 5.4.1; then
trap '' HUP # Catch the HUP sent to this process.
kill -HUP -$$ # Send to entire process group.
trap - HUP # Disable HUP trap.
else
# We already handle HUP for Zsh < 5.4.1.
kill -HUP -$$ # Send to entire process group.
fi
}
killjobs() {
local tok
local -a pids
pids=(${${(v)jobstates##*:*:}%\=*})
# No need to send SIGHUP if no jobs are running.
(( $#pids == 0 )) && continue
(( $#pids == 1 )) && [[ $coproc_pid = $pids[1] ]] && continue
# Grab lock to prevent half-written output in case a child
# process is in the middle of writing to stdin during kill.
(( coproc_pid )) && read -r -k 1 -p tok
terminate_jobs
trap child_exit CHLD # Reinstall child trap.
}
local request do_eval=0
local -a cmd
while :; do
# Wait for jobs sent by async_job.
read -r -d $'\0' request || {
# Unknown error occurred while reading from stdin, the zpty
# worker is likely in a broken state, so we shut down.
terminate_jobs
# Stdin is broken and in case this was an unintended
# crash, we try to report it as a last hurrah.
print -r -n $'\0'"'[async]'" $(( 127 + 3 )) "''" 0 "'$0:$LINENO: zpty fd died, exiting'"$'\0'
# We use `return` to abort here because using `exit` may
# result in an infinite loop that never exits and, as a
# result, high CPU utilization.
return $(( 127 + 1 ))
}
# We need to clean the input here because sometimes when a zpty
# has died and been respawned, messages will be prefixed with a
# carraige return (\r, or \C-M).
request=${request#$'\C-M'}
# Check for non-job commands sent to worker
case $request in
_killjobs) killjobs; continue;;
_async_eval*) do_eval=1;;
esac
# Parse the request using shell parsing (z) to allow commands
# to be parsed from single strings and multi-args alike.
cmd=("${(z)request}")
# Name of the job (first argument).
local job=$cmd[1]
# Check if a worker should perform unique jobs, unless
# this is an eval since they run synchronously.
if (( !do_eval )) && (( unique )); then
# Check if a previous job is still running, if yes,
# skip this job and let the previous one finish.
for pid in ${${(v)jobstates##*:*:}%\=*}; do
if [[ ${storage[$job]} == $pid ]]; then
continue 2
fi
done
fi
# Guard against closing coproc from trap before command has started.
processing=1
# Because we close the coproc after the last job has completed, we must
# recreate it when there are no other jobs running.
if (( ! coproc_pid )); then
# Use coproc as a mutex for synchronized output between children.
coproc cat
coproc_pid="$!"
# Insert token into coproc
print -n -p "t"
fi
if (( do_eval )); then
shift cmd # Strip _async_eval from cmd.
_async_eval $cmd
else
# Run job in background, completed jobs are printed to stdout.
_async_job $cmd &
# Store pid because zsh job manager is extremely unflexible (show jobname as non-unique '$job')...
storage[$job]="$!"
fi
processing=0 # Disable guard.
if (( do_eval )); then
do_eval=0
# When there are no active jobs we can't rely on the CHLD trap to
# manage the coproc lifetime.
close_idle_coproc
fi
done
}
#
# Get results from finished jobs and pass it to the to callback function. This is the only way to reliably return the
# job name, return code, output and execution time and with minimal effort.
#
# If the async process buffer becomes corrupt, the callback will be invoked with the first argument being `[async]` (job
# name), non-zero return code and fifth argument describing the error (stderr).
#
# usage:
# async_process_results <worker_name> <callback_function>
#
# callback_function is called with the following parameters:
# $1 = job name, e.g. the function passed to async_job
# $2 = return code
# $3 = resulting stdout from execution
# $4 = execution time, floating point e.g. 2.05 seconds
# $5 = resulting stderr from execution
# $6 = has next result in buffer (0 = buffer empty, 1 = yes)
#
async_process_results() {
setopt localoptions unset noshwordsplit noksharrays noposixidentifiers noposixstrings
local worker=$1
local callback=$2
local caller=$3
local -a items
local null=$'\0' data
integer -l len pos num_processed has_next
typeset -gA ASYNC_PROCESS_BUFFER
# Read output from zpty and parse it if available.
while zpty -r -t $worker data 2>/dev/null; do
ASYNC_PROCESS_BUFFER[$worker]+=$data
len=${#ASYNC_PROCESS_BUFFER[$worker]}
pos=${ASYNC_PROCESS_BUFFER[$worker][(i)$null]} # Get index of NULL-character (delimiter).
# Keep going until we find a NULL-character.
if (( ! len )) || (( pos > len )); then
continue
fi
while (( pos <= len )); do
# Take the content from the beginning, until the NULL-character and
# perform shell parsing (z) and unquoting (Q) as an array (@).
items=("${(@Q)${(z)ASYNC_PROCESS_BUFFER[$worker][1,$pos-1]}}")
# Remove the extracted items from the buffer.
ASYNC_PROCESS_BUFFER[$worker]=${ASYNC_PROCESS_BUFFER[$worker][$pos+1,$len]}
len=${#ASYNC_PROCESS_BUFFER[$worker]}
if (( len > 1 )); then
pos=${ASYNC_PROCESS_BUFFER[$worker][(i)$null]} # Get index of NULL-character (delimiter).
fi
has_next=$(( len != 0 ))
if (( $#items == 5 )); then
items+=($has_next)
$callback "${(@)items}" # Send all parsed items to the callback.
(( num_processed++ ))
elif [[ -z $items ]]; then
# Empty items occur between results due to double-null ($'\0\0')
# caused by commands being both pre and suffixed with null.
else
# In case of corrupt data, invoke callback with *async* as job
# name, non-zero exit status and an error message on stderr.
$callback "[async]" 1 "" 0 "$0:$LINENO: error: bad format, got ${#items} items (${(q)items})" $has_next
fi
done
done
(( num_processed )) && return 0
# Avoid printing exit value when `setopt printexitvalue` is active.`
[[ $caller = trap || $caller = watcher ]] && return 0
# No results were processed
return 1
}
# Watch worker for output
_async_zle_watcher() {
setopt localoptions noshwordsplit
typeset -gA ASYNC_PTYS ASYNC_CALLBACKS
local worker=$ASYNC_PTYS[$1]
local callback=$ASYNC_CALLBACKS[$worker]
if [[ -n $2 ]]; then
# from man zshzle(1):
# `hup' for a disconnect, `nval' for a closed or otherwise
# invalid descriptor, or `err' for any other condition.
# Systems that support only the `select' system call always use
# `err'.
# this has the side effect to unregister the broken file descriptor
async_stop_worker $worker
if [[ -n $callback ]]; then
$callback '[async]' 2 "" 0 "$0:$LINENO: error: fd for $worker failed: zle -F $1 returned error $2" 0
fi
return
fi;
if [[ -n $callback ]]; then
async_process_results $worker $callback watcher
fi
}
_async_send_job() {
setopt localoptions noshwordsplit noksharrays noposixidentifiers noposixstrings
local caller=$1
local worker=$2
shift 2
zpty -t $worker &>/dev/null || {
typeset -gA ASYNC_CALLBACKS
local callback=$ASYNC_CALLBACKS[$worker]
if [[ -n $callback ]]; then
$callback '[async]' 3 "" 0 "$0:$LINENO: error: no such worker: $worker" 0
else
print -u2 "$caller: no such async worker: $worker"
fi
return 1
}
zpty -w $worker "$@"$'\0'
}
#
# Start a new asynchronous job on specified worker, assumes the worker is running.
#
# usage:
# async_job <worker_name> <my_function> [<function_params>]
#
async_job() {
setopt localoptions noshwordsplit noksharrays noposixidentifiers noposixstrings
local worker=$1; shift
local -a cmd
cmd=("$@")
if (( $#cmd > 1 )); then
cmd=(${(q)cmd}) # Quote special characters in multi argument commands.
fi
_async_send_job $0 $worker "$cmd"
}
#
# Evaluate a command (like async_job) inside the async worker, then worker environment can be manipulated. For example,
# issuing a cd command will change the PWD of the worker which will then be inherited by all future async jobs.
#
# Output will be returned via callback, job name will be [async/eval].
#
# usage:
# async_worker_eval <worker_name> <my_function> [<function_params>]
#
async_worker_eval() {
setopt localoptions noshwordsplit noksharrays noposixidentifiers noposixstrings
local worker=$1; shift
local -a cmd
cmd=("$@")
if (( $#cmd > 1 )); then
cmd=(${(q)cmd}) # Quote special characters in multi argument commands.
fi
# Quote the cmd in case RC_EXPAND_PARAM is set.
_async_send_job $0 $worker "_async_eval $cmd"
}
# This function traps notification signals and calls all registered callbacks
_async_notify_trap() {
setopt localoptions noshwordsplit
local k
for k in ${(k)ASYNC_CALLBACKS}; do
async_process_results $k ${ASYNC_CALLBACKS[$k]} trap
done
}
#
# Register a callback for completed jobs. As soon as a job is finnished, async_process_results will be called with the
# specified callback function. This requires that a worker is initialized with the -n (notify) option.
#
# usage:
# async_register_callback <worker_name> <callback_function>
#
async_register_callback() {
setopt localoptions noshwordsplit nolocaltraps
typeset -gA ASYNC_PTYS ASYNC_CALLBACKS
local worker=$1; shift
ASYNC_CALLBACKS[$worker]="$*"
# Enable trap when the ZLE watcher is unavailable, allows
# workers to notify (via -n) when a job is done.
if [[ ! -o interactive ]] || [[ ! -o zle ]]; then
trap '_async_notify_trap' WINCH
elif [[ -o interactive ]] && [[ -o zle ]]; then
local fd w
for fd w in ${(@kv)ASYNC_PTYS}; do
if [[ $w == $worker ]]; then
zle -F $fd _async_zle_watcher # Register the ZLE handler.
break
fi
done
fi
}
#
# Unregister the callback for a specific worker.
#
# usage:
# async_unregister_callback <worker_name>
#
async_unregister_callback() {
typeset -gA ASYNC_CALLBACKS
unset "ASYNC_CALLBACKS[$1]"
}
#
# Flush all current jobs running on a worker. This will terminate any and all running processes under the worker, use
# with caution.
#
# usage:
# async_flush_jobs <worker_name>
#
async_flush_jobs() {
setopt localoptions noshwordsplit
local worker=$1; shift
# Check if the worker exists
zpty -t $worker &>/dev/null || return 1
# Send kill command to worker
async_job $worker "_killjobs"
# Clear the zpty buffer.
local junk
if zpty -r -t $worker junk '*'; then
(( ASYNC_DEBUG )) && print -n "async_flush_jobs $worker: ${(V)junk}"
while zpty -r -t $worker junk '*'; do
(( ASYNC_DEBUG )) && print -n "${(V)junk}"
done
(( ASYNC_DEBUG )) && print
fi
# Finally, clear the process buffer in case of partially parsed responses.
typeset -gA ASYNC_PROCESS_BUFFER
unset "ASYNC_PROCESS_BUFFER[$worker]"
}
#
# Start a new async worker with optional parameters, a worker can be told to only run unique tasks and to notify a
# process when tasks are complete.
#
# usage:
# async_start_worker <worker_name> [-u] [-n] [-p <pid>]
#
# opts:
# -u unique (only unique job names can run)
# -n notify through SIGWINCH signal
# -p pid to notify (defaults to current pid)
#
async_start_worker() {
setopt localoptions noshwordsplit noclobber
local worker=$1; shift
local -a args
args=("$@")
zpty -t $worker &>/dev/null && return
typeset -gA ASYNC_PTYS
typeset -h REPLY
typeset has_xtrace=0
if [[ -o interactive ]] && [[ -o zle ]]; then
# Inform the worker to ignore the notify flag and that we're
# using a ZLE watcher instead.
args+=(-z)
if (( ! ASYNC_ZPTY_RETURNS_FD )); then
# When zpty doesn't return a file descriptor (on older versions of zsh)
# we try to guess it anyway.
integer -l zptyfd
exec {zptyfd}>&1 # Open a new file descriptor (above 10).
exec {zptyfd}>&- # Close it so it's free to be used by zpty.
fi
fi
# Workaround for stderr in the main shell sometimes (incorrectly) being
# reassigned to /dev/null by the reassignment done inside the async
# worker.
# See https://github.com/mafredri/zsh-async/issues/35.
integer errfd=-1
exec {errfd}>&2
# Make sure async worker is started without xtrace
# (the trace output interferes with the worker).
[[ -o xtrace ]] && {
has_xtrace=1
unsetopt xtrace
}
zpty -b $worker _async_worker -p $$ $args 2>&$errfd
local ret=$?
# Re-enable it if it was enabled, for debugging.
(( has_xtrace )) && setopt xtrace
exec {errfd}>& -
if (( ret )); then
async_stop_worker $worker
return 1
fi
if ! is-at-least 5.0.8; then
# For ZSH versions older than 5.0.8 we delay a bit to give
# time for the worker to start before issuing commands,
# otherwise it will not be ready to receive them.
sleep 0.001
fi
if [[ -o interactive ]] && [[ -o zle ]]; then
if (( ! ASYNC_ZPTY_RETURNS_FD )); then
REPLY=$zptyfd # Use the guessed value for the file desciptor.
fi
ASYNC_PTYS[$REPLY]=$worker # Map the file desciptor to the worker.
fi
}
#
# Stop one or multiple workers that are running, all unfetched and incomplete work will be lost.
#
# usage:
# async_stop_worker <worker_name_1> [<worker_name_2>]
#
async_stop_worker() {
setopt localoptions noshwordsplit
local ret=0 worker k v
for worker in $@; do
# Find and unregister the zle handler for the worker
for k v in ${(@kv)ASYNC_PTYS}; do
if [[ $v == $worker ]]; then
zle -F $k
unset "ASYNC_PTYS[$k]"
fi
done
async_unregister_callback $worker
zpty -d $worker 2>/dev/null || ret=$?
# Clear any partial buffers.
typeset -gA ASYNC_PROCESS_BUFFER
unset "ASYNC_PROCESS_BUFFER[$worker]"
done
return $ret
}
#
# Initialize the required modules for zsh-async. To be called before using the zsh-async library.
#
# usage:
# async_init
#
async_init() {
(( ASYNC_INIT_DONE )) && return
typeset -g ASYNC_INIT_DONE=1
zmodload zsh/zpty
zmodload zsh/datetime
# Load is-at-least for reliable version check.
autoload -Uz is-at-least
# Check if zsh/zpty returns a file descriptor or not,
# shell must also be interactive with zle enabled.
typeset -g ASYNC_ZPTY_RETURNS_FD=0
[[ -o interactive ]] && [[ -o zle ]] && {
typeset -h REPLY
zpty _async_test :
(( REPLY )) && ASYNC_ZPTY_RETURNS_FD=1
zpty -d _async_test
}
}
async() {
async_init
}
async "$@"
|
# Use metric alerts to alert on performance issues in your Azure environment
# create VM
cat <<EOF > cloud-init.txt
#cloud-config
package_upgrade: true
packages:
- stress
runcmd:
- sudo stress --cpu 1
EOF
az vm create \
--resource-group myRG \
--name vm1 \
--location eastUS \
--image UbuntuLTS \
--custom-data cloud-init.txt \
--generate-ssh-keys
# create metric alert
# obtain resource ID of created VM
VMID=$(az vm show \
--resource-group myRG \
--name vm1 \
--query id \
--output tsv)
# create new metric alert that will be triggered when the VM CPU is greater than 80%
az monitor metrics alert create \
-n "Cpu80PercentAlert" \
--resource-group myRG \
--scopes $VMID \
--condition "max percentage CPU > 80" \
--description "Virtual machine is running at or greater than 80% CPU utilization" \
--evaluation-frequency 1m \
--window-size 1m \
--severity 3
|
function fetchCountries(searchQuery) {
const baseUrl = 'https://restcountries.eu/rest/v2/name/';
return fetch(baseUrl + `${searchQuery}`).then(response => response.json());
}
export default fetchCountries;
|
<gh_stars>10-100
'use strict'
/**
* Express server with security, api's, custom logging, etc.
*/
const express = require('express'),
app = express(),
bodyParser = require('body-parser'),
c = require('../cluster.config'),
path = require('path')
module.exports = {
createServer: () => {
app.set('views', path.join(__dirname, '..', c.public))
.set('view engine', 'ejs')
.use(express.static(path.join(__dirname, '..', c.public)))
.use(require('morgan')('dev'))
.use(bodyParser.json())
.use(bodyParser.urlencoded({extended: true}))
.use(require('cookie-parser')())
.use('/', require('./viewcontroller'))
.use('/api', require('./api'))
const listener = app.listen(c.expressPort, err => {
if (err) console.error(err)
else console.log(`Express server listening on port ${listener.address().port}`)
})
return app
}
}
|
<filename>commonlib/src/main/java/com/common/base/LazyFragment.java
package com.common.base;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.ayvytr.logger.L;
import com.base.mvp.IPresenter;
/**
* 懒加载fragment
* </br>
* Date: 2018/8/17 12:01
*
* @author hemin
*/
public abstract class LazyFragment<P extends IPresenter> extends BaseFragment<P> {
/** 显示的是否是当前页 */
protected boolean mIsVisible = false;
//是不是调用过initData初始化过
protected boolean isInited;
//是不是只初始化一次。可以在serUserVisibleHint调用之前设为true让initData只调用一次
protected boolean initOnce=true;
public LazyFragment() {
}
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
L.d("onCreateView:"+isViewCreated+" "+this);
return super.onCreateView(inflater, container, savedInstanceState);
}
@Override
public void onViewCreated(@NonNull View view, @Nullable Bundle savedInstanceState) {
isViewCreated = true;
L.d("onViewCreated:"+isViewCreated+" "+this);
loadData();
}
private void loadData() {
// 可见,并且view已经加载完才加载数据
if(!(isViewCreated && mIsVisible)){
return;
}
if(!isInited || !initOnce) {
initData();
isInited = true;
}
}
@Override
public void setUserVisibleHint(boolean isVisibleToUser) {
mIsVisible = isVisibleToUser ;
L.d("setUserVisibleHint: mIsVisible "+mIsVisible+" "+this);
loadData();
super.setUserVisibleHint(isVisibleToUser);
}
}
|
# OpenDSA content server
cd /vagrant/OpenDSA
sudo lsof -t -i tcp:8080 | xargs kill -9
(setsid ./WebServer &)
sleep 2
# OpenDSA-LTI server
cd /vagrant/OpenDSA-LTI
sudo lsof -t -i tcp:9292 | xargs kill -9
(setsid bundle exec thin start --ssl --ssl-key-file server.key --ssl-cert-file server.crt -p 9292 &)
sleep 2
# OpenDSA-LTI server
cd /vagrant/OpenDSA-LTI
(setsid bundle exec rake jobs:work &)
|
var a = 7
var b = 11
print(`The result of adding ${a} and ${b} is ${a+b}`) |
angular.module("wust.elements").directive("bigPost", bigPost);
bigPost.$inject = [];
function bigPost() {
return {
restrict: "A",
templateUrl: "elements/post/big_post.html",
scope: {
component: "="
},
controller: bigPostCtrl,
controllerAs: "vm",
bindToController: true
};
}
bigPostCtrl.$inject = ["$state", "Post", "ModalEditService", "ContextService", "Auth", "HistoryService"];
//TODO: we are using the markdown directive directly and also allow to enter zen
//mode. both directives will lead to parsing the markdown description, which is
//not needed. zen mode should reuse the parsed description here.
function bigPostCtrl($state, Post, ModalEditService, ContextService, Auth, HistoryService) {
let vm = this;
vm.node = vm.component.rootNode;
vm.Auth = Auth;
vm.showAuthor = true;
vm.changeRequests = Post.$buildRaw(_.pick(vm.node, "id")).requests.$search();
vm.history = Post.$buildRaw(_.pick(vm.node, "id")).history.$search().$then(updateAuthors);
vm.replyTo = replyTo;
vm.onSave = onSave;
vm.onCancel = onCancel;
vm.onDelete = onDelete;
vm.onApply = onApply;
vm.onTagApply = onTagApply;
vm.onDeleteApply = onDeleteApply;
vm.editMode = false;
vm.nodeHasContext = () => _.any(vm.node.tags, "isContext");
updateAuthors();
// ContextService.setNodeContext(vm.node);
function updateAuthors() {
vm.authors = _.uniq([vm.node.author].concat(vm.history.map(h => h.author).reverse()), "id");
}
function onSave(response) {
vm.editMode = false;
vm.changeRequests = _.uniq(response.requestsEdit.concat(response.requestsTags).concat(vm.changeRequests), "id").filter(r => r.status === 0);
vm.history = _.uniq(response.requestsEdit.concat(response.requestsTags).filter(r => r.status > 0).concat(vm.history), "id");
updateAuthors();
}
function onCancel() {
vm.editMode = false;
}
function onDelete(response) {
vm.editMode = false;
if (response.$response.status !== 204) { // NoContent response means node was instantly deleted
//TODO: why can i not reference them via response.requestsDelete like in onSave
vm.changeRequests = _.uniq(response.$response.data.requestsDelete.concat(vm.changeRequests), "id").filter(r => !r.status);
}
}
function onApply(change, node) {
vm.node.title = node.title;
vm.node.description = node.description;
vm.history.unshift(change);
updateAuthors();
}
function onDeleteApply() {
HistoryService.removeFromCurrentView(vm.node.id);
}
function onTagApply(change) {
if (change.isRemove) {
if (change.classifications.length > 0) {
let exist = _.find(vm.node.tags, _.pick(change.tag, "id"));
if (exist)
change.classifications.forEach(c => _.remove(exist.classifications, _.pick(c, "id")));
} else {
_.remove(vm.node.tags, _.pick(change.tag, "id"));
}
} else {
let exist = _.find(vm.node.tags, _.pick(change.tag, "id"));
if (exist) {
Array.prototype.push.apply(exist.classifications, change.classifications);
} else {
change.tag.classifications = change.classifications;
vm.node.tags.push(change.tag);
}
}
vm.history.unshift(change);
updateAuthors();
}
function replyTo() {
ModalEditService.show(vm.node);
}
}
|
#include "Config.h"
#include "RawReq.h"
#include "packets/file/FileHeader.h"
namespace Plugins
{
namespace File
{
bool RawReq::Process( Network::TcpClient& cl, Utils::Stream& st )
{
Packets::File::FileHeader packet;
uint64 ft;
st >> packet.offset >> ft;
st += 40;
st >> packet.fileName;
packet.adid = 0;
packet.extag = 0;
LOG_DEBUG(("Requesting file %s...", packet.fileName.c_str()));
packet.BuildAndSendTo(cl);
return true;
}
}
}
|
#include "duckdb/common/constants.hpp"
#include <limits>
using namespace duckdb;
using namespace std;
namespace duckdb {
const idx_t INVALID_INDEX = (idx_t)-1;
const row_t MAX_ROW_ID = 4611686018427388000ULL; // 2^62
const column_t COLUMN_IDENTIFIER_ROW_ID = (column_t)-1;
const sel_t ZERO_VECTOR[STANDARD_VECTOR_SIZE] = {0};
const double PI = 3.141592653589793;
const transaction_t TRANSACTION_ID_START = 4611686018427388000ULL; // 2^62
const transaction_t NOT_DELETED_ID = std::numeric_limits<transaction_t>::max() - 1; // 2^64 - 1
const transaction_t MAXIMUM_QUERY_ID = std::numeric_limits<transaction_t>::max(); // 2^64
uint64_t NextPowerOfTwo(uint64_t v) {
v--;
v |= v >> 1;
v |= v >> 2;
v |= v >> 4;
v |= v >> 8;
v |= v >> 16;
v |= v >> 32;
v++;
return v;
}
} // namespace duckdb
|
#include <memory>
class FSCScope {
// Define the structure of a scope
};
class FSCScopeManager {
public:
// Other methods and members may be present
using FSCScopePtr = std::shared_ptr<FSCScope>;
FSCScopePtr TopScope() const {
// Implement this method to return a pointer to the topmost scope
return topScope; // Assuming topScope is a member variable representing the topmost scope
}
private:
FSCScopePtr topScope; // Member variable to store the topmost scope
}; |
/*
* security_Context.cpp
*/
#include <string>
#include <sstream>
#include <algorithm>
#include "text/text_StringConversion.h"
#include "security_Context.h"
#define CONTEXT_CACHE_SIZE 64
namespace mutgos
{
namespace security
{
// TODO Maybe get rid of or expand cache? May be too small to be useful and be constantly overwritten
// -----------------------------------------------------------------------
Context::Context(
const mutgos::dbtype::Id requesting_entity,
const mutgos::dbtype::Id requesting_program)
: requester(requesting_entity),
program(requesting_program),
pid(0),
populated_capabilities(false),
admin(false),
run_as_requester(false),
context_cache_index(0)
{
}
// -----------------------------------------------------------------------
Context::~Context()
{
}
// -----------------------------------------------------------------------
void Context::reset_capabilities(void)
{
populated_capabilities = false;
admin = false;
capabilities.clear();
context_cache.clear();
context_cache_index = 0;
}
// -----------------------------------------------------------------------
std::string Context::to_string() const
{
std::ostringstream strstream;
strstream << "[Requester: " << requester.to_string(true)
<< " Program: " << program.to_string(true)
<< " PID: " << pid
<< " Populated: " << populated_capabilities
<< " IsAdmin: " << admin
<< " RunAsRequester: " << run_as_requester
<< " Capabilities:";
for (Capabilities::const_iterator iter = capabilities.begin();
iter != capabilities.end();
++iter)
{
strstream << " " << *iter;
}
strstream << "]";
return strstream.str();
}
// -----------------------------------------------------------------------
void Context::add_capability(const security::Capability capability)
{
// Confirm capability doesn't already exist before adding.
//
if (std::find(capabilities.begin(), capabilities.end(), capability) ==
capabilities.end())
{
capabilities.push_back(capability);
}
}
// -----------------------------------------------------------------------
bool Context::has_capability(const security::Capability capability) const
{
// If has admin rights, then it has all capabilities.
return admin ? true : std::find(
capabilities.begin(),
capabilities.end(),
capability) != capabilities.end();
}
// -----------------------------------------------------------------------
bool Context::security_check_cache(
const Operation operation,
Result &result) const
{
for (ContextCache::const_iterator cache_iter = context_cache.begin();
cache_iter != context_cache.end();
++cache_iter)
{
if (cache_iter->operation == operation)
{
result = cache_iter->operation_result;
return true;
}
}
return false;
}
// -----------------------------------------------------------------------
void Context::save_security_check_result(
const security::Operation operation,
const security::Result result)
{
add_cache_entry(
result,
operation,
dbtype::ENTITYTYPE_invalid,
dbtype::ENTITYFIELD_invalid,
std::string(),
dbtype::Id(), // Target
dbtype::Id()); // Source
}
// -----------------------------------------------------------------------
bool Context::security_check_cache(
const Operation operation,
const dbtype::EntityType entity_type,
Result &result) const
{
for (ContextCache::const_iterator cache_iter = context_cache.begin();
cache_iter != context_cache.end();
++cache_iter)
{
if ((cache_iter->operation == operation) and
(cache_iter->entity_type == entity_type))
{
result = cache_iter->operation_result;
return true;
}
}
return false;
}
// -----------------------------------------------------------------------
void Context::save_security_check_result(
const Operation operation,
const dbtype::EntityType entity_type,
const Result result)
{
add_cache_entry(
result,
operation,
entity_type,
dbtype::ENTITYFIELD_invalid,
std::string(),
dbtype::Id(), // Target
dbtype::Id()); // Source
}
// -----------------------------------------------------------------------
bool Context::security_check_cache(
const Operation operation,
const dbtype::Id &entity_target,
Result &result) const
{
for (ContextCache::const_iterator cache_iter = context_cache.begin();
cache_iter != context_cache.end();
++cache_iter)
{
if ((cache_iter->operation == operation) and
(cache_iter->entity_target == entity_target))
{
result = cache_iter->operation_result;
return true;
}
}
return false;
}
// -----------------------------------------------------------------------
void Context::save_security_check_result(
const Operation operation,
const dbtype::Id &entity_target,
const Result result)
{
add_cache_entry(
result,
operation,
dbtype::ENTITYTYPE_invalid,
dbtype::ENTITYFIELD_invalid,
std::string(),
entity_target, // Target
dbtype::Id()); // Source
}
// -----------------------------------------------------------------------
bool Context::security_check_cache(
const Operation operation,
const dbtype::Id &entity_target,
const std::string &application,
Result &result) const
{
for (ContextCache::const_iterator cache_iter = context_cache.begin();
cache_iter != context_cache.end();
++cache_iter)
{
if ((cache_iter->operation == operation) and
(cache_iter->entity_target == entity_target) and
(cache_iter->application_name == application))
{
result = cache_iter->operation_result;
return true;
}
}
return false;
}
// -----------------------------------------------------------------------
void Context::save_security_check_result(
const Operation operation,
const dbtype::Id &entity_target,
const std::string &application,
const Result result)
{
add_cache_entry(
result,
operation,
dbtype::ENTITYTYPE_invalid,
dbtype::ENTITYFIELD_invalid,
application,
entity_target, // Target
dbtype::Id()); // Source
}
// -----------------------------------------------------------------------
bool Context::security_check_cache(
const Operation operation,
const dbtype::Id &entity_target,
const dbtype::EntityField entity_field,
Result &result) const
{
for (ContextCache::const_iterator cache_iter = context_cache.begin();
cache_iter != context_cache.end();
++cache_iter)
{
if ((cache_iter->operation == operation) and
(cache_iter->entity_target == entity_target) and
(cache_iter->entity_field == entity_field))
{
result = cache_iter->operation_result;
return true;
}
}
return false;
}
// -----------------------------------------------------------------------
void Context::save_security_check_result(
const Operation operation,
const dbtype::Id &entity_target,
const dbtype::EntityField entity_field,
const Result result)
{
add_cache_entry(
result,
operation,
dbtype::ENTITYTYPE_invalid,
entity_field,
std::string(),
entity_target, // Target
dbtype::Id()); // Source
}
// -----------------------------------------------------------------------
bool Context::security_check_cache(
const Operation operation,
const dbtype::Id &entity_target,
const dbtype::Id &entity_source,
Result &result) const
{
for (ContextCache::const_iterator cache_iter = context_cache.begin();
cache_iter != context_cache.end();
++cache_iter)
{
if ((cache_iter->operation == operation) and
(cache_iter->entity_target == entity_target) and
(cache_iter->entity_source == entity_source))
{
result = cache_iter->operation_result;
return true;
}
}
return false;
}
// -----------------------------------------------------------------------
void Context::save_security_check_result(
const Operation operation,
const dbtype::Id &entity_target,
const dbtype::Id &entity_source,
const Result result)
{
add_cache_entry(
result,
operation,
dbtype::ENTITYTYPE_invalid,
dbtype::ENTITYFIELD_invalid,
std::string(),
entity_target, // Target
entity_source); // Source
}
// -----------------------------------------------------------------------
void Context::clear_security_check_cache(void)
{
context_cache_index = 0;
context_cache.clear();
}
// -----------------------------------------------------------------------
void Context::add_cache_entry(
const security::Result operation_result,
const security::Operation operation,
const dbtype::EntityType entity_type,
const dbtype::EntityField entity_field,
const std::string &application_name,
const dbtype::Id &entity_target,
const dbtype::Id &entity_source)
{
ContextCacheEntry *entry = 0;
if (context_cache.size() < CONTEXT_CACHE_SIZE)
{
// Cache too small, just insert at the end.
//
context_cache.push_back(ContextCacheEntry());
entry = &context_cache.back();
}
else
{
// Cache is 'full', so overwrite older entry.
//
entry = &context_cache[context_cache_index];
++context_cache_index;
if (context_cache_index >= CONTEXT_CACHE_SIZE)
{
context_cache_index = 0;
}
}
entry->operation_result = operation_result;
entry->operation = operation;
entry->entity_type = entity_type;
entry->entity_field = entity_field;
entry->application_name = application_name;
entry->entity_target = entity_target;
entry->entity_source = entity_source;
}
// -----------------------------------------------------------------------
Context::ContextCacheEntry::ContextCacheEntry(void)
: operation_result(RESULT_SKIP),
operation(OPERATION_END_INVALID),
entity_type(dbtype::ENTITYTYPE_invalid),
entity_field(dbtype::ENTITYFIELD_invalid)
{
}
}
}
|
/**
* @fileoverview added by tsickle
* Generated from: public-api.ts
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
/*
* Public API Surface of filter-and-highlight
*/
export { FilterAndHighlightComponent } from './lib/filter-and-highlight.component';
export { FilterAndHighlightModule } from './lib/filter-and-highlight.module';
export { FilterPipe } from './lib/filter.pipe';
//# sourceMappingURL=data:application/json;base64,<KEY> |
<reponame>chirayumit001/layer5<filename>src/sections/Community/Handbook/faq.js
import React from "react";
import { Container, Row, Col } from "../../../reusecore/Layout";
import { HandbookWrapper } from "./Handbook.style";
import TOC from "../../../components/handbook-navigation/index";
import {Link} from "gatsby";
const Faq= () => {
return (
<HandbookWrapper>
<div className="page-header-section">
<h1>FAQs</h1>
</div>
<TOC />
<div className="page-section">
<Container>
<div className="content">
<h2>General FAQs:</h2>
<h4>Q: Are Layer5’s solutions open source?</h4>
<p>A: Yes, all of Layer5 projects are licensed under Apache V2. Layer5 also offers extensions to the Meshery project in which Enterprise-centric functionality is commercially offered and supported.</p>
<h4>Q: I am new to Open Source, where do I begin?</h4>
<p>A: You can start by going through the <a href="https://docs.google.com/document/d/1tpg2sLxirozNt3Ofr3GdM002f9rExp74EqrsGZBU710/edit#heading=h.rcr9t5pnt3bw">Newcomers’ Welcome Guide.</a></p>
<h4>Q: What exactly is a MeshMate?</h4>
<p>A:Layer5<Link to="/community/meshmates"> MeshMates </Link>are individuals committed to helping community members be successful contributors. Meshmates are there to guide and support the community members, helping them identify projects they can contribute to depending on their areas of interest, directing them on groups to join and helping them grow in their open-source and cloud native knowledge.</p>
<h4>Q: How do I join the mailing list?</h4>
<p>A: You can subscribe to the Layer5 mailing <a href="https://layer5.io/subscribe">here.</a></p>
<h4>Q: How do I get an internship in Layer5?</h4>
<p>A: To best position your candidacy for an internship with Layer5, engage in the community and its projects. Start contributing and keep contributing. Community members who consistently contribute are the first individuals to be awarded internships when new internship opportunities open up - particularly members who are making significantly impactful contributions.</p>
<h4>Q: How do I follow up on the meetings?</h4>
<p>A: To follow up on the community meetings, you can view and add the <a href="https://bit.ly/2SbrRhe">community calendar</a> to your calendar list.</p>
<h4>Q: I see works of other contributors being highlighted, will my contributions be highlighted too?</h4>
<p>A: We might not get to everyone, but we try to elevate the works of all of our contributors. All of our community members are proud of their work and so are we! We want their work and names to be recognized across our collective technology industry. Be sure to follow and engage with the <a href="https://twitter.com/layer5">Twitter,</a><a href="https://www.youtube.com/channel/UCFL1af7_wdnhHXL1InzaMvA?sub_confirmation=1"> Youtube,</a> and <a href="https://www.linkedin.com/company/layer5/">Linkedin</a> accounts.</p>
<h4>Q: I am not a coder, can I contribute too?</h4>
<p>A: Some community members join to contribute to open source projects, others jump in to put those projects to use, some are here to help cultivate and steward our community, while others are here just to hangout and absorb. All members are most welcome. Be sure to introduce yourself in the Layer5<a href="http://slack.layer5.io"> slack </a>and let other community members get acquainted with you and vice-versa.</p>
<h4>Q: What if I can’t find an open issue to work on?</h4>
<p>A: Check if any assigned issues are stale. ( Assigned some time back, but no discussions have happened or is not updated for a long time ). If you find such issues, comment to ask if you can help. Alternatively, Look to find the <a href="https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3Alayer5io+org%3Ameshery+org%3Aservice-mesh-performance+org%3Aservice-mesh-patterns+label%3A%22help+wanted%22+">help-wanted</a> issues.</p>
{/* <p>Q: Why does the community use slack?</p>
<p>A:</p>
<p>Q: When should I use Slack vs Discuss?</p>
<p>A:</p>
<p>Q: Why can’t I find an open issue to work on?</p>
<p>A:</p>
<p>Q: How do I know if an issue is available to work on?</p>
<p>A:</p>
<p>Q: Can I create new issues or suggest changes?</p>
<p>A:</p> */}
</div>
</Container>
</div>
</HandbookWrapper>
);
};
export default Faq; |
/*
* Copyright © 2021 Lisk Foundation
*
* See the LICENSE file at the top-level directory of this distribution
* for licensing information.
*
* Unless otherwise agreed in a custom licensing agreement with the Lisk Foundation,
* no part of this software, including this file, may be copied, modified,
* propagated, or distributed except according to the terms contained in the
* LICENSE file.
*
* Removal or modification of this copyright notice is prohibited.
*/
import * as React from 'react';
import { Dialog, DialogBody, DialogHeader, DialogProps } from '../dialog';
import Text from '../Text';
import { NodeInfo } from '../../types';
import Grid from '../Grid';
import Box from '../Box';
interface NodeInfoDialogProps extends DialogProps {
nodeInfo: NodeInfo;
}
const NodeInfoItem: React.FC<{ label: string; value: string }> = props => (
<Grid md={6} xs={12}>
<Box mb={2}>
<Text type={'h3'}>{props.label}</Text>
</Box>
<Text>{props.value}</Text>
</Grid>
);
const NodeInfoDialog: React.FC<NodeInfoDialogProps> = props => {
const { nodeInfo, ...rest } = props;
return (
<Dialog {...rest}>
<DialogHeader>
<Text type={'h1'}>Node Info</Text>
</DialogHeader>
<DialogBody>
<Grid container fluid spacing={3}>
<Grid row>
<NodeInfoItem label={'Version'} value={nodeInfo.version} />
<NodeInfoItem label={'Network version'} value={nodeInfo.networkVersion} />
</Grid>
<Grid row>
<NodeInfoItem label={'Network identifier'} value={nodeInfo.networkIdentifier} />
<NodeInfoItem label={'Last block ID'} value={nodeInfo.lastBlockID} />
</Grid>
<Grid row>
<NodeInfoItem label={'Syncing'} value={nodeInfo.syncing ? 'True' : 'False'} />
<NodeInfoItem
label={'Unconfirmed transactions'}
value={nodeInfo.unconfirmedTransactions.toLocaleString()}
/>
</Grid>
<Grid row>
<NodeInfoItem
label={'Block time'}
value={nodeInfo.genesisConfig.blockTime.toLocaleString()}
/>
<NodeInfoItem
label={'Community identifier'}
value={nodeInfo.genesisConfig.communityIdentifier}
/>
</Grid>
<Grid row>
<NodeInfoItem
label={'Max payload length'}
value={nodeInfo.genesisConfig.maxPayloadLength.toLocaleString()}
/>
<NodeInfoItem
label={'BFT threshold'}
value={nodeInfo.genesisConfig.bftThreshold.toLocaleString()}
/>
</Grid>
</Grid>
<Box mt={5}>
<Text type={'h2'}>Base Fees</Text>
</Box>
<Grid container fluid spacing={3}>
<Grid row rowBorder>
<Grid xs={4}>
<Text type={'h3'}>Module ID</Text>
</Grid>
<Grid xs={4}>
<Text type={'h3'}>Asset ID</Text>
</Grid>
<Grid xs={4}>
<Text type={'h3'}>Base Fee</Text>
</Grid>
</Grid>
{nodeInfo.genesisConfig.baseFees.map((fee, index) => (
<Grid row rowBorder={index !== nodeInfo.genesisConfig.baseFees.length - 1} key={index}>
<Grid xs={4}>
<Text>{fee.moduleID}</Text>
</Grid>
<Grid xs={4}>
<Text>{fee.assetID}</Text>
</Grid>
<Grid xs={4}>
<Text>{fee.baseFee}</Text>
</Grid>
</Grid>
))}
</Grid>
</DialogBody>
</Dialog>
);
};
export default NodeInfoDialog;
|
from hms_workflow_platform.core.queries.base.base_query import *
class LaboratoryQuery(BaseQuery):
def __init__(self, site):
super().__init__()
self.adapter = self.get_adapter(site)
self.query = self.adapter.query
def laboratory_create(self, date):
return None |
import React, { useCallback, useEffect, useState } from "react";
import useHeading from "../../../hooks/useHeading";
import ChatFrame from "../../Chat/ChatFrame/ChatFrame";
import VideoGrid from "../../Video/VideoGrid/VideoGrid";
import "./VideoRoom.scss";
import SplitterLayout from "react-splitter-layout";
import "react-splitter-layout/lib/index.css";
import { TextChat, UserProfile, VideoRoom, WatchedItems } from "@clowdr-app/clowdr-db-schema";
import useConference from "../../../hooks/useConference";
import useSafeAsync from "../../../hooks/useSafeAsync";
import { LoadingSpinner } from "../../LoadingSpinner/LoadingSpinner";
import { ActionButton } from "../../../contexts/HeadingContext";
import MultiSelect from "react-multi-select-component";
import useUserProfile from "../../../hooks/useUserProfile";
import { CancelablePromise, makeCancelable } from "@clowdr-app/clowdr-db-schema/build/Util";
import assert from "assert";
import { addError, addNotification } from "../../../classes/Notifications/Notifications";
import useMaybeVideo from "../../../hooks/useMaybeVideo";
import { DataDeletedEventDetails, DataUpdatedEventDetails } from "@clowdr-app/clowdr-db-schema/build/DataLayer/Cache/Cache";
import useDataSubscription from "../../../hooks/useDataSubscription";
import useUserRoles from "../../../hooks/useUserRoles";
import { useHistory } from "react-router-dom";
interface Props {
roomId: string;
}
type UserOption = {
label: string;
value: string;
}
export default function ViewVideoRoom(props: Props) {
const conference = useConference();
const currentUserProfile = useUserProfile();
const mVideo = useMaybeVideo();
const history = useHistory();
const [size, setSize] = useState(30);
const [room, setRoom] = useState<VideoRoom | null>(null);
const [chat, setChat] = useState<TextChat | "not present" | null>(null);
const [showInvite, setShowInvite] = useState<boolean>(false);
const [allUsers, setAllUsers] = useState<Array<UserOption> | null>(null);
const [invites, setInvites] = useState<Array<UserOption> | null>(null);
const [inviting, setInviting] = useState<CancelablePromise<unknown> | null>(null);
const { isAdmin, isManager } = useUserRoles();
const [isDeleting, setIsDeleting] = useState<boolean>(false);
useSafeAsync(
async () => await VideoRoom.get(props.roomId, conference.id),
setRoom,
[props.roomId, conference.id]);
useSafeAsync(
async () => room ? ((await room.textChat) ?? "not present") : null,
setChat,
[room]);
useSafeAsync(async () => {
const profiles = await UserProfile.getAll(conference.id);
return profiles
.filter(x => !x.isBanned)
.map(x => ({
value: x.id,
label: x.displayName
}))
.sort((a, b) => a.label.localeCompare(b.label))
.filter(x => x.value !== currentUserProfile.id);
}, setAllUsers, []);
const actionButtons: Array<ActionButton> = [];
if (mVideo && room && room.isPrivate) {
if (showInvite) {
actionButtons.push({
label: "Back to room",
icon: <i className="fas fa-video"></i>,
action: (ev) => {
ev.stopPropagation();
ev.preventDefault();
setShowInvite(false);
}
});
}
else {
actionButtons.push({
label: "Invite",
icon: <i className="fas fa-envelope"></i>,
action: (ev) => {
ev.stopPropagation();
ev.preventDefault();
setShowInvite(true);
}
});
}
}
const [isFollowing, setIsFollowing] = useState<boolean | null>(null);
const [changingFollow, setChangingFollow] = useState<CancelablePromise<void> | null>(null);
useSafeAsync(async () => {
const watched = await currentUserProfile.watched;
return watched.watchedRooms.includes(props.roomId);
}, setIsFollowing, [currentUserProfile.watchedId, props.roomId]);
const onWatchedItemsUpdated = useCallback(function _onWatchedItemsUpdated(update: DataUpdatedEventDetails<"WatchedItems">) {
for (const object of update.objects) {
if (object.id === currentUserProfile.watchedId) {
setIsFollowing((object as WatchedItems).watchedRooms.includes(props.roomId));
}
}
}, [props.roomId, currentUserProfile.watchedId]);
useDataSubscription("WatchedItems", onWatchedItemsUpdated, null, isFollowing === null, conference);
const onRoomUpdated = useCallback(function _onRoomUpdated(update: DataUpdatedEventDetails<"VideoRoom">) {
for (const object of update.objects) {
if (object.id === props.roomId) {
setRoom(object as VideoRoom);
}
}
}, [props.roomId]);
const onRoomDeleted = useCallback(function _onRoomDeleted(update: DataDeletedEventDetails<"VideoRoom">) {
if (update.objectId === props.roomId) {
addNotification("Room deleted.");
history.push("/");
}
}, [history, props.roomId]);
useDataSubscription("VideoRoom", onRoomUpdated, onRoomDeleted, !room, conference);
const doFollow = useCallback(async function _doFollow() {
try {
const p = makeCancelable((async () => {
const watched = await currentUserProfile.watched;
let doSave = false;
if (!watched.watchedRooms.includes(props.roomId)) {
watched.watchedRooms.push(props.roomId);
doSave = true;
}
if (chat && chat !== "not present" && !watched.watchedChats.includes(chat.id)) {
watched.watchedChats.push(chat.id);
doSave = true;
}
if (doSave) {
await watched.save();
}
})());
setChangingFollow(p);
await p.promise;
setChangingFollow(null);
}
catch (e) {
if (!e.isCanceled) {
setChangingFollow(null);
throw e;
}
}
// ESLint/React are too stupid to know that `watchedId` is what drives `watched`
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [props.roomId, currentUserProfile.watchedId]);
const doUnfollow = useCallback(async function _doFollow() {
try {
const p = makeCancelable((async () => {
const watched = await currentUserProfile.watched;
let doSave = false;
if (watched.watchedRooms.includes(props.roomId)) {
watched.watchedRooms = watched.watchedRooms.filter(x => x !== props.roomId);
doSave = true;
}
if (chat && chat !== "not present" && watched.watchedChats.includes(chat.id)) {
watched.watchedChats = watched.watchedChats.filter(x => x !== chat.id);
doSave = true;
}
if (doSave) {
await watched.save();
}
})());
setChangingFollow(p);
await p.promise;
setChangingFollow(null);
}
catch (e) {
if (!e.isCanceled) {
setChangingFollow(null);
throw e;
}
}
// ESLint/React are too stupid to know that `watchedId` is what drives `watched`
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [props.roomId, currentUserProfile.watchedId]);
if (room) {
if (isFollowing !== null) {
if (isFollowing) {
actionButtons.push({
label: changingFollow ? "Changing" : "Unfollow room",
icon: changingFollow ? <LoadingSpinner message="" /> : <i className="fas fa-star"></i>,
action: (ev) => {
ev.preventDefault();
ev.stopPropagation();
doUnfollow();
}
});
}
else {
actionButtons.push({
label: changingFollow ? "Changing" : "Follow room",
icon: changingFollow ? <LoadingSpinner message="" /> : <i className="fas fa-star"></i>,
action: (ev) => {
ev.preventDefault();
ev.stopPropagation();
doFollow();
}
});
}
}
const acl = room.acl.permissionsById;
if (acl[currentUserProfile.id]?.write || isAdmin || isManager) {
actionButtons.push({
label: isDeleting ? "Deleting" : "Delete room",
icon: isDeleting ? <LoadingSpinner message="" /> : <i className="fas fa-trash-alt" />,
action: (ev) => {
ev.preventDefault();
ev.stopPropagation();
try {
setIsDeleting(true);
room.delete().catch(e => {
addError(`Failed to delete room. ${e}`);
setIsDeleting(false);
});
}
catch (e) {
addError(`Failed to delete room. ${e}`);
}
}
});
}
}
useHeading({
title: room?.name ?? "Room",
buttons: actionButtons
});
useEffect(() => inviting?.cancel, [inviting]);
function doInviteUsers(ev: React.FormEvent) {
ev.preventDefault();
ev.stopPropagation();
if (!invites || invites.length === 0) {
addError("Please select some users to invite.");
return;
}
async function inviteUsers(): Promise<void> {
try {
assert(room);
assert(mVideo);
assert(invites);
const p = makeCancelable(mVideo.inviteToRoom(room, invites.map(x => x.value)));
setInviting(p);
const results = await p.promise;
const fails = [];
for (const key in results) {
if (!results[key]) {
fails.push(key);
}
}
if (fails.length > 0) {
addError(`Failed to invite some users: ${fails.map(x => allUsers?.find(u => u.value === x)?.label ?? ", <Unknown>").reduce((acc, x) => `${acc}, ${x}`, "").substr(2)}`);
}
else {
addNotification("Successfully invited selected users.",);
}
setShowInvite(false);
setInviting(null);
setInvites([]);
}
catch (e) {
if (!e.isCanceled) {
throw e;
}
}
}
inviteUsers();
}
const inviteEl
= inviting
? <LoadingSpinner message="Inviting users, please wait" />
: <>
<p>
By inviting users to join this room you will give them access to
participate in the room but not to invite more people.
</p>
<form onSubmit={(ev) => doInviteUsers(ev)}>
<label>Select users to invite:</label>
<div className="invite-users-control">
<MultiSelect
className="invite-users-control__multiselect"
labelledBy="Invite users"
overrideStrings={{ "allItemsAreSelected": "Everyone", "selectAll": "Everyone" }}
options={allUsers?.filter(x => !room?.userIdsWithAccess?.includes(x.value)) ?? []}
value={invites ?? []}
onChange={setInvites}
/>
</div>
<div className="submit-container">
<button>Invite</button>
</div>
</form>
</>;
// TODO: Members list (action button)
return <div className={`video-room${showInvite ? " invite-view" : ""}`}>
{showInvite ? inviteEl : <></>}
<SplitterLayout
vertical={true}
percentage={true}
ref={component => { component?.setState({ secondaryPaneSize: size }) }}
onSecondaryPaneSizeChange={newSize => setSize(newSize)}
>
<div className="split top-split">
{room ? <VideoGrid room={room} /> : <LoadingSpinner />}
<button onClick={() => setSize(100)}>
▲
</button>
</div>
<div className="split bottom-split">
<button onClick={() => setSize(0)}>
▼
</button>
{chat ? chat !== "not present" ? <ChatFrame chatId={chat.id} /> : <>This room does not have a chat.</> : <LoadingSpinner />}
</div>
</SplitterLayout>
</div>;
}
|
import React from 'react';
import styled from '@emotion/styled';
import {t} from 'app/locale';
import Banner from 'app/components/banner';
import Button from 'app/components/button';
import localStorage from 'app/utils/localStorage';
import space from 'app/styles/space';
import backgroundLighthouse from '../../../../images/spot/background-lighthouse.svg';
const BANNER_DISMISSED_KEY = 'releases-banner-dismissed';
type State = {
isBannerHidden: boolean;
};
class IntroBanner extends React.Component<{}, State> {
state = {
isBannerHidden: localStorage.getItem(BANNER_DISMISSED_KEY) === 'true',
};
handleBannerCloseClick = () => {
localStorage.setItem(BANNER_DISMISSED_KEY, 'true');
this.setState({isBannerHidden: true});
};
render() {
if (this.state.isBannerHidden) {
return null;
}
return (
<StyledBanner
title={t('Spot Release Changes')}
subtitle={t(
'See differences between releases, from crash analytics to adoption rates.'
)}
backgroundImg={backgroundLighthouse}
onCloseClick={this.handleBannerCloseClick}
>
<BannerButton href="https://docs.sentry.io/workflow/releases/health/" external>
{t('View Features')}
</BannerButton>
<BannerButton
href="https://docs.sentry.io/workflow/releases/health/#getting-started"
external
priority="primary"
>
{t('Update SDK')}
</BannerButton>
</StyledBanner>
);
}
}
const StyledBanner = styled(Banner)`
color: ${p => p.theme.gray800};
`;
const BannerButton = styled(Button)`
margin: ${space(1)};
`;
export default IntroBanner;
|
#!/usr/bin/env node
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = isOneOf;
//----------- THIRD PARTY MODULES ----//
var validator = require('validator');
function isOneOf(target) {
return function () {
var actual = arguments[0] + '';
return validator.isIn(actual, target);
};
}
module.exports = exports['default']; |
#!/bin/bash -l
set -exo pipefail
CWDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source "${CWDIR}/pxf_common.bash"
export GPHOME=${GPHOME:-"/usr/local/greenplum-db-devel"}
export PXF_HOME="${GPHOME}/pxf"
export JAVA_HOME="${JAVA_HOME}"
function run_pxf_automation() {
# Let's make sure that automation/singlecluster directories are writeable
chmod a+w pxf_src/automation /singlecluster
find pxf_src/automation/tinc* -type d -exec chmod a+w {} \;
ln -s ${PWD}/pxf_src /home/gpadmin/pxf_src
su gpadmin -c "source ${GPHOME}/greenplum_path.sh && psql -p 15432 -d template1 -c \"CREATE EXTENSION PXF\""
cat > /home/gpadmin/run_pxf_automation_test.sh <<-EOF
set -exo pipefail
source ${GPHOME}/greenplum_path.sh
export PATH=\$PATH:${GPHD_ROOT}/bin:${HADOOP_ROOT}/bin:${HBASE_ROOT}/bin:${HIVE_ROOT}/bin:${ZOOKEEPER_ROOT}/bin
export GPHD_ROOT=/singlecluster
export PXF_HOME=${PXF_HOME}
export PGPORT=15432
# JAVA_HOME for Centos and Ubuntu has different suffix in our Docker images
export JAVA_HOME=$(ls -d /usr/lib/jvm/java-1.8.0-openjdk* | head -1)
cd pxf_src/automation
make GROUP=${GROUP}
exit 0
EOF
chown gpadmin:gpadmin /home/gpadmin/run_pxf_automation_test.sh
chmod a+x /home/gpadmin/run_pxf_automation_test.sh
su gpadmin -c "bash /home/gpadmin/run_pxf_automation_test.sh"
}
function setup_gpadmin_user() {
./gpdb_src/concourse/scripts/setup_gpadmin_user.bash
}
function setup_hadoop() {
local hdfsrepo=$1
if [ -n "${GROUP}" ]; then
export SLAVES=1
setup_impersonation ${hdfsrepo}
start_hadoop_services ${hdfsrepo}
fi
}
function _main() {
# Install GPDB
install_gpdb_binary
setup_gpadmin_user
# Install PXF
install_pxf_client
install_pxf_server
# Setup Hadoop before creating GPDB cluster to use system python for yum install
setup_hadoop /singlecluster
create_gpdb_cluster
add_remote_user_access_for_gpdb "testuser"
start_pxf_server
# Run Tests
if [ -n "${GROUP}" ]; then
time run_pxf_automation
fi
}
_main
|
#include "../headers/particle_interaction.h"
#include "../headers/settings.h"
#include "../headers/randomizer.h"
#include "../headers/my_math.h"
ParticleInteraction::ParticleInteraction()
{
randomize();
}
void ParticleInteraction::randomize()
{
eqDist = randomDouble(currSettings.minEqDist, currSettings.maxEqDist);
double power = randomDouble(currSettings.minLogStrength, currSettings.maxLogStrength);
double base = eqDist;
if (power < 0) base /= currSettings.minEqDist;
else base /= currSettings.maxEqDist;
strength = pow(base, power);
calcCoeffs();
}
void ParticleInteraction::scale(double a)
{
strength *= a;
calcCoeffs();
}
void ParticleInteraction::calcCoeffs()
{
lin = 4 * strength * eqDist;
quad = 4 * strength * eqDist * eqDist;
}
double ParticleInteraction::getStrength() const
{
return strength;
}
Vec2D ParticleInteraction::eval(const Vec2D& dist) const
{
double invLen = 1 / dist.length();
return dist * ((lin - quad * invLen) * invLen * invLen);
}
Vec2D ParticleInteraction::evalGrad(const Vec2D& dist, const Vec2D& distGrad) const
{
double invLen = 1 / dist.length();
double invLenSq = invLen * invLen;
double dp = dot(dist, distGrad);
return distGrad * ((lin - quad * invLen) * invLenSq)
- dist * ((2 * lin - 3 * quad * invLen) * dp * invLenSq * invLenSq);
}
|
# frozen_string_literal: true
RSpec.describe Malfunction::AttributeError, type: :attribute_error do
subject(:attribute_error) { described_class.new(attribute_name: attribute_name, error_code: error_code) }
let(:attribute_name) { Faker::Internet.domain_word }
let(:error_code) { Faker::Internet.domain_word }
it { is_expected.to inherit_from Substance::InputObject }
it { is_expected.to define_argument :attribute_name }
it { is_expected.to define_argument :error_code }
it { is_expected.to define_option :message }
it { is_expected.to alias_method(:eql?, :==) }
describe "#attribute_name" do
subject { attribute_error.attribute_name }
it { is_expected.to eq attribute_name }
end
describe "#error_code" do
subject { attribute_error.error_code }
it { is_expected.to eq error_code }
end
describe "#==" do
context "when other is nil" do
let(:other) { nil }
it { is_expected.not_to eq other }
end
context "when other is nonsense" do
let(:other) { SecureRandom.hex }
it { is_expected.not_to eq other }
end
context "when blank other" do
let(:other) { described_class.new(attribute_name: nil, error_code: nil) }
it { is_expected.not_to eq other }
end
context "when other with different data" do
let(:other) { described_class.new(attribute_name: error_code, error_code: attribute_name) }
it { is_expected.not_to eq other }
end
context "when other with same data" do
let(:other) { described_class.new(attribute_name: attribute_name, error_code: error_code) }
it { is_expected.to eq other }
end
context "when other is exactly the same" do
let(:other) { attribute_error }
it { is_expected.to eq other }
end
end
end
|
<reponame>saiashok/RestAPI-Node-MyPoetry
"use strict";
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
};
Object.defineProperty(exports, "__esModule", { value: true });
const GetPoemByIdServiceImpl_1 = require("../service/GetPoemByIdServiceImpl");
const GetPoemsListServiceImpl_1 = require("../service/GetPoemsListServiceImpl");
const UpdatePoemServiceImpl_1 = require("../service/UpdatePoemServiceImpl");
const AddPoemServiceImpl_1 = require("../service/AddPoemServiceImpl");
var logger = require('logger').createLogger();
class ApplicationController {
getPoemById(req, res) {
return __awaiter(this, void 0, void 0, function* () {
let poemid = Number(req.params.poemid);
logger.debug('MyPoetryApp: getPoemById; input- poemid', poemid);
try {
let getPoemByIdServiceImpl = new GetPoemByIdServiceImpl_1.GetPoemByIdServiceImpl();
let serviceResponse = yield getPoemByIdServiceImpl.getPoem(poemid);
logger.debug('MyPoetryApp: getPoemById; resonse-', poemid);
res.status(200).send(serviceResponse);
}
catch (error) {
logger.error('MyPoetryApp: getPoemById; error-', error);
}
});
}
getListOfPoems(req, res) {
return __awaiter(this, void 0, void 0, function* () {
try {
logger.debug('MyPoetryApp: getPoemById; input- poemid');
let getPoemListServiceImpl = new GetPoemsListServiceImpl_1.GetPoemsListServiceImpl();
let serviceResponse = yield getPoemListServiceImpl.getPoemsList();
logger.debug('MyPoetryApp: getListOfPoems; resonse-', serviceResponse);
res.status(200).send(serviceResponse);
}
catch (error) {
logger.error('MyPoetryApp: getListOfPoems; error-', error);
}
});
}
addPoemToList(req, res) {
return __awaiter(this, void 0, void 0, function* () {
let poem = req.body;
try {
logger.debug('MyPoetryApp: addPoemToList; input-', JSON.stringify(poem));
let addPoemToList = new AddPoemServiceImpl_1.AddPoemServiceImpl();
let serviceResponse = yield addPoemToList.addNewPoem(poem);
logger.debug('MyPoetryApp: addPoemToList; resonse-', serviceResponse);
if (serviceResponse.poems.result && serviceResponse.poems.result.ok === 1) {
res.status(201).send();
}
else {
res.status(500).send(serviceResponse);
}
}
catch (error) {
logger.error('MyPoetryApp: addPoemToList; error-', error);
}
});
}
updatePoem(req, res) {
return __awaiter(this, void 0, void 0, function* () {
let poem = req.body;
try {
logger.debug('MyPoetryApp: updatePoem; input-', JSON.stringify(poem));
let updatePoemSericeImpl = new UpdatePoemServiceImpl_1.UpdatePoemServiceImpl();
let serviceResponse = yield updatePoemSericeImpl.editPoem(poem);
logger.debug('MyPoetryApp: updatePoem; resonse-', serviceResponse);
if (serviceResponse.poems.result && serviceResponse.poems.result.ok === 1) {
res.status(204).send();
}
else {
res.status(500).send(serviceResponse);
}
}
catch (error) {
logger.error('MyPoetryApp: updatePoem; error-', error);
}
});
}
}
exports.ApplicationController = ApplicationController;
//# sourceMappingURL=ApplicationController.js.map |
package tr.com.minicrm.productgroup.data.postgresql;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import tr.com.minicrm.productgroup.data.ProductGroup;
import tr.com.minicrm.productgroup.data.exceptions.ProductGroupNameIsNotUniqueException;
import tr.com.minicrm.productgroup.data.service.ProductGroupDataService;
public class ProductGroupDataServiceImplIntegrationTest extends BaseTest {
@Test
public void testWhenProductGroupSavedThanItShouldExistInDataStore() {
ProductGroupDataService service = new ProductGroupDataServiceImpl(context);
ProductGroupImpl saved = new ProductGroupImpl("Demo");
service.save(saved);
ProductGroup queried = service.findByName(saved.getName());
Assertions.assertEquals(saved.getName(), queried.getName());
}
@Test
void testWhenSameProductGroupNameGivenThanProductGroupNameIsNotUniqueExceptionShouldBeThrown() {
ProductGroupDataService service = new ProductGroupDataServiceImpl(context);
ProductGroupImpl saved = new ProductGroupImpl("Demo2");
service.save(saved);
Exception exception = Assertions.assertThrows(ProductGroupNameIsNotUniqueException.class, () -> {
service.save(saved);
});
Assertions.assertEquals("Product group with " + saved.getName() + " already defined", exception.getMessage());
}
@Test
void testWhenSameProductGroupUpdatedThanNewNameShouldBeReturned() {
ProductGroupDataService service = new ProductGroupDataServiceImpl(context);
ProductGroup saved = new ProductGroupImpl("Demo2");
service.save(saved);
saved = service.findByName(saved.getName());
ProductGroup toBeUpdated = new ProductGroupImpl(saved.getId(), "Demo3", saved.getVersion());
service.update(toBeUpdated);
ProductGroup updated = service.findById(toBeUpdated.getId());
Assertions.assertEquals(toBeUpdated.getName(), updated.getName());
Assertions.assertEquals(toBeUpdated.getVersion() + 1, updated.getVersion());
}
}
|
<?php
// Function to find count of elements in an array
function countElements($arr)
{
// Count number of elements in an array
$n = count($arr);
return $n;
}
// Driver code
$arr = array(1, 2, 3, 4, 5);
$n = countElements($arr);
echo "Number of elements in the array is " . $n;
?> |
conda create -n myenv python=3.9
conda activate myenv
conda install pytorch torchvision cudatoolkit=11.3 -c pytorch
conda install -c anaconda cmake
pip install pykeops
conda install -c conda-forge pkg-config
conda install -c conda-forge libjpeg-turbo
conda install -c conda-forge opencv
pip install numba
pip install cupy-cuda113
pip install ffcv
pip install timm
pip install PyYAML
pip install yacs
conda install pytorch-scatter -c pyg
pip install termcolor
|
<reponame>diyerland/saveAll<filename>algorithm/java-ml/javaml-0.1.7/javaml-0.1.7-src/net/sf/javaml/featureselection/subset/GreedyForwardSelection.java
/**
* This file is part of the Java Machine Learning Library
*
* The Java Machine Learning Library is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* The Java Machine Learning Library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with the Java Machine Learning Library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Copyright (c) 2006-2012, <NAME>
*
* Project: http://java-ml.sourceforge.net/
*
*/
package net.sf.javaml.featureselection.subset;
import java.util.HashSet;
import java.util.Set;
import net.sf.javaml.core.Dataset;
import net.sf.javaml.core.Instance;
import net.sf.javaml.distance.DistanceMeasure;
import net.sf.javaml.featureselection.FeatureSubsetSelection;
import net.sf.javaml.tools.DatasetTools;
/**
* Provides an implementation of the forward greedy attribute subset selection.
*
* @author <NAME>
*
*/
public class GreedyForwardSelection implements FeatureSubsetSelection {
/* Number of features that should be selected */
private int n;
/*
* DistanceMetric to determine the relation between each attribute and the
* class labels.
*/
private DistanceMeasure dm;
/**
* Creates a new GreedyForwardSelection that will select the supplied number
* of attributes.
*
* @param n
* number of attributes to select in the subset
*/
public GreedyForwardSelection(int n, DistanceMeasure dm) {
this.n = n;
this.dm = dm;
}
private Set<Integer> selectedAttributes = null;
@Override
public void build(Dataset data) {
/*
* When more attributes should be selected then there are, return all
* attributes.
*/
if (n > data.noAttributes()) {
selectedAttributes = data.get(0).keySet();
return;
}
/*
* Regular procedure, add iteratively the best attribute till we have
* enough attributes selected.
*/
Instance classInstance = DatasetTools.createInstanceFromClass(data);
selectedAttributes = new HashSet<Integer>();
while (selectedAttributes.size() < n) {
selectNext(data, classInstance);
}
}
private void selectNext(Dataset data, Instance classInstance) {
int bestIndex = -1;
double bestScore = Double.NaN;
for (int i = 0; i < data.noAttributes(); i++) {
if (!selectedAttributes.contains(i)) {
Instance attributeInstance = DatasetTools.createInstanceFromAttribute(data, i);
double score = dm.measure(attributeInstance, classInstance);
if (!Double.isNaN(score) && bestIndex == -1) {
bestIndex = i;
bestScore = score;
} else {
if (!Double.isNaN(score) && dm.compare(score, bestScore)) {
bestIndex = i;
bestScore = score;
}
}
}
}
selectedAttributes.add(bestIndex);
}
@Override
public Set<Integer> selectedAttributes() {
return selectedAttributes;
}
@Override
public int noAttributes() {
return selectedAttributes.size();
}
}
|
<gh_stars>0
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_ios_share = void 0;
var ic_ios_share = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M16 5l-1.42 1.42-1.59-1.59V16h-1.98V4.83L9.42 6.42 8 5l4-4 4 4zm4 5v11c0 1.1-.9 2-2 2H6c-1.11 0-2-.9-2-2V10c0-1.11.89-2 2-2h3v2H6v11h12V10h-3V8h3c1.1 0 2 .89 2 2z"
},
"children": []
}]
};
exports.ic_ios_share = ic_ios_share; |
<gh_stars>1-10
package de.schub.docker_controller.Metadata.Storage;
import javax.inject.Inject;
import java.net.URI;
import java.util.List;
public class DefaultMetadataStorageFactory implements MetadataStorageFactory
{
List<MetadataStorageProvider> providers;
@Inject
public DefaultMetadataStorageFactory(List<MetadataStorageProvider> providers)
{
this.providers = providers;
}
@Override
public MetadataStorage get(URI endpoint)
{
for (MetadataStorageProvider provider : providers) {
if (provider.supports(endpoint)) {
return provider.get(endpoint);
}
}
return null;
}
}
|
<filename>migrations/2_deploy_oSBP.js
const OnlineShopBusinessProcess = artifacts.require("OnlineShopBusinessProcess");
module.exports = function(deployer) {
deployer.deploy(OnlineShopBusinessProcess);
}; |
const fs = require('fs');
const path = require('path');
const firebase = require('firebase');
const firebaseAdmin = require('firebase-admin');
const firebaseFunctions = require('firebase-functions');
const config = {
apiKey: '<KEY>',
authDomain: 'element-did.firebaseapp.com',
databaseURL: 'https://element-did.firebaseio.com',
projectId: 'element-did',
storageBucket: '',
messagingSenderId: '652808307972',
};
let serviceAccountKey = false;
const serviceAccountPath = path.resolve(
__dirname,
'../../element-did-firebase-adminsdk-oqgpz-08625dd272.json',
);
// eslint-disable-next-line security/detect-non-literal-fs-filename
if (fs.existsSync(serviceAccountPath)) {
/* eslint-disable max-len */
// eslint-disable-next-line import/no-dynamic-require,global-require,security/detect-non-literal-require
serviceAccountKey = require(serviceAccountPath);
}
if (!firebase.apps.length) {
// config for logging in with email/password
firebase.initializeApp(config);
// config for verifying an existing access token
firebaseAdmin.initializeApp({
credential: serviceAccountKey
? firebaseAdmin.credential.cert(serviceAccountKey)
: firebaseAdmin.credential.applicationDefault(),
databaseURL: config.databaseURL,
});
}
const auth = firebase.auth();
const authAdmin = firebaseAdmin.auth();
const db = firebaseAdmin.database();
const teardown = async () => {
firebase.app('[DEFAULT]').delete();
firebaseAdmin.app().delete();
};
module.exports = {
auth,
authAdmin,
db,
functions: firebaseFunctions,
teardown,
};
|
<filename>proposal/RQ3_Plot.py
import matplotlib
import GUI
import VTKReader
import flow2D
import flow3D
import matplotlib.pyplot as plt
import numpy as np
def main():
times = [49.039, 69.635, 99.246, 108.474, 122.344]
xlabels = [500, 750, 1000, 1250, 1500]
plt.rcParams.update({'font.size': 16})
plt.rc('font', family='serif')
plt.rc('axes', axisbelow=True)
plt.grid(linestyle="--")
colors = dict()
colors.update({"SO": 'tab:blue'})
colors.update({"SE": 'darkseagreen'})
colors.update({"PM": 'indianred'})
plt.plot(xlabels, times, linestyle='solid', label=xlabels, linewidth=3.0,
color='tab:blue')
for i in range(5):
plt.scatter(xlabels[i], times[i], color='tab:blue', s=70.0)
plt.xticks(xlabels)
plt.ylabel("Time (seconds)", labelpad=12)
plt.xlabel("Width", labelpad=12)
fig = matplotlib.pyplot.gcf()
fig.set_size_inches(12, 8)
fig.savefig('RQ3times.pdf')
plt.show()
plt.rcParams.update({'font.size': 16})
plt.rc('font', family='serif')
plt.rc('axes', axisbelow=True)
plt.grid(linestyle="--")
colors = dict()
colors.update({"SO": 'tab:blue'})
colors.update({"SE": 'darkseagreen'})
colors.update({"PM": 'indianred'})
for i in range(5):
plt.scatter(xlabels[i], times[i], color='indianred', s=70.0)
X_plot = np.linspace(500, 1500)
m, b = np.polyfit(xlabels, times, 1)
print(b, m)
plt.plot(X_plot, b + m * X_plot, '-')
plt.xticks(xlabels)
plt.ylabel("Time (seconds)", labelpad=12)
plt.xlabel("Width", labelpad=12)
fig = matplotlib.pyplot.gcf()
fig.set_size_inches(12, 8)
fig.savefig('RQ3times_fit.pdf')
plt.show()
if __name__ == '__main__':
main()
|
#!/bin/bash
stage=0
set=L
. ${MAIN_ROOT}/utils/parse_options.sh || exit 1;
set -o pipefail
data_folder=$1
manual_annot_folder=$2
save_folder=$3
pretrained_model_dir=$4
conf_path=$5
device=$6
ref_rttm_dir=${save_folder}/ref_rttms
meta_data_dir=${save_folder}/metadata
if [ ${stage} -le 0 ]; then
echo "AMI Data preparation"
python local/ami_prepare.py --data_folder ${data_folder} \
--manual_annot_folder ${manual_annot_folder} \
--save_folder ${save_folder} --ref_rttm_dir ${ref_rttm_dir} \
--meta_data_dir ${meta_data_dir}
if [ $? -ne 0 ]; then
echo "Prepare AMI failed. Please check log message."
exit 1
fi
echo "AMI data preparation done."
fi
if [ ${stage} -le 1 ]; then
# extra embddings for dev and eval dataset
for name in dev eval; do
python local/compute_embdding.py --config ${conf_path} \
--data-dir ${save_folder} \
--device ${device} \
--dataset ${name} \
--load-checkpoint ${pretrained_model_dir}
done
fi
if [ ${stage} -le 2 ]; then
# tune hyperparams on dev set
# perform final diarization on 'dev' and 'eval' with best hyperparams
python local/experiment.py --config ${conf_path} \
--data-dir ${save_folder}
fi
|
import { useState } from 'react';
import Button from '@components/Button';
import Modal from '@components/Modal';
import useToggle from '@hooks/useToggle';
import { ICompletedQuiz } from '@interfaces/quizzes.interface';
import QuizResultsToChooseCorrectAnswer from '../QuizResultsToChooseCorrectAnswer';
import QuizResultsTranslateSentences from '../QuizResultsTranslateSentences';
import {
IconWrapper,
ContentWrapper,
QuizList,
QuizItem,
QuizName,
Score,
} from './ListCompletedQuizzes.styles';
interface IProps {
quizzes: ICompletedQuiz[] | undefined;
quizType: string;
Icon: JSX.Element;
}
interface IQuizResult {
quizId: string;
quizName: string;
answers: string[];
score?: number | null;
}
const ListCompletedQuizzes = ({ quizzes = [], quizType, Icon }: IProps) => {
const [
isShowQuizResultToChooseCorrectAnswer,
toggleIsShowQuizResultToChooseCorrectAnswer,
] = useToggle(false);
const [
isShowQuizResultsTranslateSentences,
toggleIsShowQuizResultsTranslateSentences,
] = useToggle(false);
const [{ quizId, quizName, score, answers }, setQuizResult] =
useState<IQuizResult>({
quizId: '',
quizName: '',
answers: [],
score: null,
});
return (
<>
<Modal
isShowing={isShowQuizResultToChooseCorrectAnswer}
hide={toggleIsShowQuizResultToChooseCorrectAnswer}
>
<h1>Квіз вибрати відповідь</h1>
<QuizResultsToChooseCorrectAnswer
quizId={quizId}
quizName={quizName}
answers={answers}
score={score}
/>
</Modal>
<Modal
isShowing={isShowQuizResultsTranslateSentences}
hide={toggleIsShowQuizResultsTranslateSentences}
>
<h1>Квіз перекладу речення</h1>
<QuizResultsTranslateSentences
quizId={quizId}
quizName={quizName}
answers={answers}
/>
</Modal>
{quizzes?.length > 0 ? (
<QuizList>
{quizzes
?.filter(quiz => quiz.quizType === quizType)
.map(({ quizName, quizId, score, answers }) => {
return (
<QuizItem key={quizId}>
<IconWrapper>{Icon}</IconWrapper>
<ContentWrapper>
<QuizName>{quizName}</QuizName>
{score !== null && (
<Score>
Оцінка: <span>{score}</span>
</Score>
)}
{quizType === 'chooseTheCorrectAnswer' && (
<Button
type="button"
onClick={() => {
toggleIsShowQuizResultToChooseCorrectAnswer();
setQuizResult({ quizId, quizName, answers, score });
}}
>
Результат
</Button>
)}
{quizType === 'translate-sentences' && (
<Button
type="button"
onClick={() => {
toggleIsShowQuizResultsTranslateSentences();
setQuizResult({ quizId, quizName, answers });
}}
>
Результат
</Button>
)}
</ContentWrapper>
</QuizItem>
);
})}
</QuizList>
) : (
<h2>Пусто</h2>
)}
</>
);
};
export default ListCompletedQuizzes;
|
#!/bin/bash
shasum -a 256 input.raw > message.sha256
gpg --detach-sig --output message.sha256.sig --sign message.sha256
|
public class Fibonacci {
public static void main(String[] args) {
if(args.length != 1) {
System.out.println("Please provide a valid input");
return;
}
int n = Integer.parseInt(args[0]);
if(n < 0) {
System.out.println("Please provide a valid input");
return;
}
if(n == 0) {
System.out.println(0);
}
int a = 0, b = 1, c;
System.out.print(a + " " + b);
for(int i = 2; i <= n; i++) {
c = a + b;
System.out.print(" " + c);
a = b;
b = c;
}
System.out.println();
}
}
// Output: 0 1 1 2 3 5 8 13 21 34 55 89 |
/* Copyright 2018 UFACTORY Inc. All Rights Reserved.
*
* Software License Agreement (BSD License)
*
* Author: <NAME> <<EMAIL>>
============================================================================*/
#include <xarm_api/xarm_ros_client.h>
#define SERVICE_CALL_FAILED 999
#define SERVICE_IS_PERSISTENT_BUT_INVALID 998
#define PARAMS_ERROR 997
namespace xarm_api{
XArmROSClient::XArmROSClient(){};
XArmROSClient::~XArmROSClient(){};
void XArmROSClient::init(ros::NodeHandle& nh)
{
nh_ = nh;
std::string client_ns = nh_.getNamespace() + "/";
ros::service::waitForService(client_ns+"motion_ctrl");
ros::service::waitForService(client_ns+"set_state");
ros::service::waitForService(client_ns+"set_mode");
ros::service::waitForService(client_ns+"move_servoj");
motion_ctrl_client_ = nh_.serviceClient<xarm_msgs::SetAxis>("motion_ctrl");
set_mode_client_ = nh_.serviceClient<xarm_msgs::SetInt16>("set_mode");
set_state_client_ = nh_.serviceClient<xarm_msgs::SetInt16>("set_state");
set_tcp_offset_client_ = nh_.serviceClient<xarm_msgs::TCPOffset>("set_tcp_offset");
set_load_client_ = nh_.serviceClient<xarm_msgs::SetLoad>("set_load");
clear_err_client_ = nh_.serviceClient<xarm_msgs::ClearErr>("clear_err");
get_err_client_ = nh_.serviceClient<xarm_msgs::GetErr>("get_err");
go_home_client_ = nh_.serviceClient<xarm_msgs::Move>("go_home");
move_lineb_client_ = nh_.serviceClient<xarm_msgs::Move>("move_lineb");
move_line_client_ = nh_.serviceClient<xarm_msgs::Move>("move_line");
move_joint_client_ = nh_.serviceClient<xarm_msgs::Move>("move_joint");
move_servoj_client_ = nh_.serviceClient<xarm_msgs::Move>("move_servoj",true); // persistent connection for servoj
move_servo_cart_client_ = nh_.serviceClient<xarm_msgs::Move>("move_servo_cart",true); // persistent connection for servo_cartesian
//xarm gripper:
gripper_move_client_ = nh_.serviceClient<xarm_msgs::GripperMove>("gripper_move");
gripper_config_client_ = nh_.serviceClient<xarm_msgs::GripperConfig>("gripper_config");
gripper_state_client_ = nh_.serviceClient<xarm_msgs::GripperState>("gripper_state");
//tool modbus:
config_modbus_client_ = nh_.serviceClient<xarm_msgs::ConfigToolModbus>("config_tool_modbus");
send_modbus_client_ = nh_.serviceClient<xarm_msgs::SetToolModbus>("set_tool_modbus");
// velocity control
velo_move_joint_client_ = nh_.serviceClient<xarm_msgs::MoveVelocity>("velo_move_joint_timed");
velo_move_line_client_ = nh_.serviceClient<xarm_msgs::MoveVelocity>("velo_move_line_timed");
traj_record_client_ = nh_.serviceClient<xarm_msgs::SetInt16>("set_recording");
traj_save_client_ = nh_.serviceClient<xarm_msgs::SetString>("save_traj");
traj_play_client_ = nh_.serviceClient<xarm_msgs::PlayTraj>("play_traj");
set_coll_rebound_client_ = nh_.serviceClient<xarm_msgs::SetInt16>("set_collision_rebound");
set_coll_sens_client_ = nh_.serviceClient<xarm_msgs::SetInt16>("set_collision_sensitivity");
set_teach_sens_client_ = nh_.serviceClient<xarm_msgs::SetInt16>("set_teach_sensitivity");
set_world_offset_client_ = nh_.serviceClient<xarm_msgs::TCPOffset>("set_world_offset");
set_fence_mode_client_ = nh_.serviceClient<xarm_msgs::SetInt16>("set_fence_mode");
set_reduced_mode_client_ = nh_.serviceClient<xarm_msgs::SetInt16>("set_reduced_mode");
set_tcp_jerk_client_ = nh_.serviceClient<xarm_msgs::SetFloat32>("set_tcp_jerk");
set_joint_jerk_client_ = nh_.serviceClient<xarm_msgs::SetFloat32>("set_joint_jerk");
set_tcp_maxacc_client_ = nh_.serviceClient<xarm_msgs::SetFloat32>("set_tcp_maxacc");
set_joint_maxacc_client_ = nh_.serviceClient<xarm_msgs::SetFloat32>("set_joint_maxacc");
}
template<typename ServiceSrv>
int XArmROSClient::_call_service(ros::ServiceClient client, ServiceSrv srv)
{
if (client.isPersistent() && !client.isValid()) return SERVICE_IS_PERSISTENT_BUT_INVALID;
if(client.call(srv))
{
// ROS_INFO("call service %s, ret=%d, message=%s",
// client.getService().c_str(), srv.response.ret, srv.response.message.c_str());
return srv.response.ret;
}
else
{
ROS_ERROR("Failed to call service %s", client.getService().c_str());
return SERVICE_CALL_FAILED;
}
}
int XArmROSClient::motionEnable(short en)
{
set_axis_srv_.request.id = 8;
set_axis_srv_.request.data = en;
return _call_service(motion_ctrl_client_, set_axis_srv_);
}
int XArmROSClient::setState(short state)
{
set_int16_srv_.request.data = state;
return _call_service(set_state_client_, set_int16_srv_);
}
int XArmROSClient::setMode(short mode)
{
set_int16_srv_.request.data = mode;
return _call_service(set_mode_client_, set_int16_srv_);
}
int XArmROSClient::clearErr()
{
return _call_service(clear_err_client_, clear_err_srv_);
}
int XArmROSClient::getErr()
{
int ret = _call_service(get_err_client_, get_err_srv_);
if (ret != SERVICE_CALL_FAILED)
return get_err_srv_.response.err;
return ret;
}
int XArmROSClient::setServoJ(const std::vector<float>& joint_cmd)
{
servoj_msg_.request.mvvelo = 0;
servoj_msg_.request.mvacc = 0;
servoj_msg_.request.mvtime = 0;
servoj_msg_.request.pose = joint_cmd;
return _call_service(move_servoj_client_, servoj_msg_);
}
int XArmROSClient::setServoCartisian(const std::vector<float>& cart_cmd)
{
servo_cart_msg_.request.mvvelo = 0;
servo_cart_msg_.request.mvacc = 0;
servo_cart_msg_.request.mvtime = 0;
servo_cart_msg_.request.pose = cart_cmd;
return _call_service(move_servo_cart_client_, servo_cart_msg_);
}
int XArmROSClient::setTCPOffset(const std::vector<float>& tcp_offset)
{
if(tcp_offset.size() != 6)
{
ROS_ERROR("Set tcp offset service parameter should be 6-element Cartesian offset!");
return PARAMS_ERROR;
}
offset_srv_.request.x = tcp_offset[0];
offset_srv_.request.y = tcp_offset[1];
offset_srv_.request.z = tcp_offset[2];
offset_srv_.request.roll = tcp_offset[3];
offset_srv_.request.pitch = tcp_offset[4];
offset_srv_.request.yaw = tcp_offset[5];
return _call_service(set_tcp_offset_client_, offset_srv_);
}
int XArmROSClient::setLoad(float mass, const std::vector<float>& center_of_mass)
{
set_load_srv_.request.mass = mass;
set_load_srv_.request.xc = center_of_mass[0];
set_load_srv_.request.yc = center_of_mass[1];
set_load_srv_.request.zc = center_of_mass[2];
return _call_service(set_load_client_, set_load_srv_);
}
int XArmROSClient::goHome(float jnt_vel_rad, float jnt_acc_rad)
{
move_srv_.request.mvvelo = jnt_vel_rad;
move_srv_.request.mvacc = jnt_acc_rad;
move_srv_.request.mvtime = 0;
return _call_service(go_home_client_, move_srv_);
}
int XArmROSClient::moveJoint(const std::vector<float>& joint_cmd, float jnt_vel_rad, float jnt_acc_rad)
{
move_srv_.request.mvvelo = jnt_vel_rad;
move_srv_.request.mvacc = jnt_acc_rad;
move_srv_.request.mvtime = 0;
move_srv_.request.pose = joint_cmd;
return _call_service(move_joint_client_, move_srv_);
}
int XArmROSClient::moveLine(const std::vector<float>& cart_cmd, float cart_vel_mm, float cart_acc_mm)
{
move_srv_.request.mvvelo = cart_vel_mm;
move_srv_.request.mvacc = cart_acc_mm;
move_srv_.request.mvtime = 0;
move_srv_.request.pose = cart_cmd;
return _call_service(move_line_client_, move_srv_);
}
int XArmROSClient::moveLineB(int num_of_pnts, const std::vector<float> cart_cmds[], float cart_vel_mm, float cart_acc_mm, float radii)
{
move_srv_.request.mvvelo = cart_vel_mm;
move_srv_.request.mvacc = cart_acc_mm;
move_srv_.request.mvtime = 0;
move_srv_.request.mvradii = radii;
int ret;
for(int i=0; i<num_of_pnts; i++)
{
move_srv_.request.pose = cart_cmds[i];
ret = _call_service(move_lineb_client_, move_srv_);
if (ret != 0)
return ret;
}
return 0;
}
int XArmROSClient::config_tool_modbus(int baud_rate, int time_out_ms)
{
cfg_modbus_msg_.request.baud_rate = baud_rate;
cfg_modbus_msg_.request.timeout_ms = time_out_ms;
return _call_service(config_modbus_client_, cfg_modbus_msg_);
}
int XArmROSClient::send_tool_modbus(unsigned char* data, int send_len, unsigned char* recv_data, int recv_len)
{
for(int i=0; i<send_len; i++)
{
set_modbus_msg_.request.send_data.push_back(data[i]);
}
set_modbus_msg_.request.respond_len = recv_len;
int ret = _call_service(send_modbus_client_, set_modbus_msg_);
if (ret != SERVICE_CALL_FAILED) {
if (recv_len) {
for(int j=0; j<recv_len; j++) {
recv_data[j] = set_modbus_msg_.response.respond_data[j];
}
}
}
set_modbus_msg_.request.send_data.clear();
set_modbus_msg_.response.respond_data.clear();
return ret;
}
int XArmROSClient::gripperMove(float pulse)
{
gripper_move_msg_.request.pulse_pos = pulse;
return _call_service(gripper_move_client_, gripper_move_msg_);
}
int XArmROSClient::gripperConfig(float pulse_vel)
{
gripper_config_msg_.request.pulse_vel = pulse_vel;
return _call_service(gripper_config_client_, gripper_config_msg_);
}
int XArmROSClient::getGripperState(float *curr_pulse, int *curr_err)
{
int ret = _call_service(gripper_state_client_, gripper_state_msg_);
if (ret != SERVICE_CALL_FAILED) {
*curr_pulse = gripper_state_msg_.response.curr_pos;
*curr_err = gripper_state_msg_.response.err_code;
}
return ret;
}
int XArmROSClient::veloMoveJoint(const std::vector<float>& jnt_v, bool is_sync, float duration)
{
// move_velo_srv_.request.velocities = jnt_v;
// move_velo_srv_.request.jnt_sync = is_sync ? 1 : 0;
move_velo_srv_.request.speeds = jnt_v;
move_velo_srv_.request.is_sync = is_sync;
move_velo_srv_.request.duration = duration;
return _call_service(velo_move_joint_client_, move_velo_srv_);
}
int XArmROSClient::veloMoveLine(const std::vector<float>& line_v, bool is_tool_coord, float duration)
{
// move_velo_srv_.request.velocities = line_v;
// move_velo_srv_.request.coord = is_tool_coord ? 1 : 0;
move_velo_srv_.request.speeds = line_v;
move_velo_srv_.request.is_tool_coord = is_tool_coord;
move_velo_srv_.request.duration = duration;
return _call_service(velo_move_line_client_, move_velo_srv_);
}
int XArmROSClient::trajRecord(short on)
{
set_int16_srv_.request.data = on;
return _call_service(traj_record_client_, set_int16_srv_);
}
int XArmROSClient::trajSave(std::string filename, float timeout)
{
set_string_srv_.request.str_data = filename;
set_string_srv_.request.timeout = timeout;
return _call_service(traj_save_client_, set_string_srv_);
}
int XArmROSClient::trajPlay(std::string filename, int times, int double_speed, bool wait)
{
play_traj_srv_.request.traj_file = filename;
play_traj_srv_.request.repeat_times = times;
play_traj_srv_.request.speed_factor = double_speed;
return _call_service(traj_play_client_, play_traj_srv_);
}
int XArmROSClient::setCollisionRebound(bool on)
{
set_int16_srv_.request.data = (int)on;
return _call_service(set_coll_rebound_client_, set_int16_srv_);
}
int XArmROSClient::setCollSens(int sens)
{
set_int16_srv_.request.data = sens;
return _call_service(set_coll_sens_client_, set_int16_srv_);
}
int XArmROSClient::setTeachSens(int sens)
{
set_int16_srv_.request.data = sens;
return _call_service(set_teach_sens_client_, set_int16_srv_);
}
int XArmROSClient::setWorldOffset(const std::vector<float>& world_offset)
{
if(world_offset.size() != 6)
{
ROS_ERROR("Set world offset service parameter should be 6-element Cartesian offset!");
return PARAMS_ERROR;
}
offset_srv_.request.x = world_offset[0];
offset_srv_.request.y = world_offset[1];
offset_srv_.request.z = world_offset[2];
offset_srv_.request.roll = world_offset[3];
offset_srv_.request.pitch = world_offset[4];
offset_srv_.request.yaw = world_offset[5];
return _call_service(set_world_offset_client_, offset_srv_);
}
int XArmROSClient::setFenceMode(bool on)
{
set_int16_srv_.request.data = (int)on;
return _call_service(set_fence_mode_client_, set_int16_srv_);
}
int XArmROSClient::setReducedMode(bool on)
{
set_int16_srv_.request.data = (int)on;
return _call_service(set_reduced_mode_client_, set_int16_srv_);
}
int XArmROSClient::setTcpJerk(float jerk)
{
set_float32_srv_.request.data = jerk;
return _call_service(set_tcp_jerk_client_, set_float32_srv_);
}
int XArmROSClient::setJointJerk(float jerk)
{
set_float32_srv_.request.data = jerk;
return _call_service(set_joint_jerk_client_, set_float32_srv_);
}
int XArmROSClient::setTcpMaxAcc(float maxacc)
{
set_float32_srv_.request.data = maxacc;
return _call_service(set_tcp_maxacc_client_, set_float32_srv_);
}
int XArmROSClient::setJointMaxAcc(float maxacc)
{
set_float32_srv_.request.data = maxacc;
return _call_service(set_joint_maxacc_client_, set_float32_srv_);
}
}// namespace xarm_api
|
<filename>Visual Studio 2010/Projects/bjarneStroustrupC++PartII/bjarneStroustrupCFLTK/Chapter14Exercise8.cpp
/*
TITLE Regular Octagon Chapter14Exercise8.cpp
"<NAME> "Programming Principles and Practices Using C++""
COMMENT
Objective: Define a class Regular Octagon
and write a test function that
exercises all of its functions.
Input: -
Output: -
Author: 13.10.2015
Date: <NAME>
*/
#include <iostream>
#include <vector>
#include <algorithm>
#include "Graph.h"
#include "Simple_window.h"
#include "Chapter14Exercise8.h"
int main()
{
Point tl(x_max()/2,0);
int width = 700;
int height = 700;
string label = "Chapter 14 Exercise 8";
Simple_window sw(tl, width, height, label);
try
{
Point octCenter(350,350);
int octRadius = 300;
Graph_lib::Octagon* oct = new Octagon(octCenter, octRadius);
classOctagonFunctionTest(oct);
sw.attach(*oct);
sw.wait_for_button();
}
catch(std::exception& e)
{
std::cerr << e.what() << std::endl;
getchar();
}
catch(...)
{
std::cerr <<"Default exception!"<< std::endl;
getchar();
}
} |
/**
* This package contains all service classes
* which are responsible for business logic
* with @Service annotation
*/
package com.netcracker.ncstore.service; |
package com.biniam.designpatterns.factory;
/**
* @author <NAME>
*/
public class ChicagoStyleCheesePizza implements Pizza {
@Override
public String getName() {
return "ChicagoStyleCheesePizza";
}
@Override
public void prepare() {
System.out.println("Preparing ChicagoStyleCheesePizza");
}
@Override
public void bake() {
System.out.println("Baking ChicagoStyleCheesePizza");
}
@Override
public void cut() {
System.out.println("Cutting ChicagoStyleCheesePizza");
}
@Override
public void box() {
System.out.println("Boxing ChicagoStyleCheesePizza");
}
}
|
for (int i = 0; i < array.length; i++) {
for (int j = i + 1; j < array.length; j++) {
// do some calculation
}
} |
#!/usr/bin/env bash
# Copyright 2021 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# =============================================================================
# Halt if a single command errors
set -e
# Start in scripts/ even if run from root directory
cd "$(dirname "$0")"
# The default version.
CURRENT_VERSION=0.0.3
# Get the version from the first parameter.
# Default to the value in CURRENT_VERSION.
VERSION="${1:-${CURRENT_VERSION}}"
# Make sure the version is provided.
if [[ -z ${VERSION} ]]; then
echo "version (the only parameter) is required"
exit 1
fi
# Copy the artifacts from GCP to the deps/ dir.
mkdir -p ../deps
GCP_DIR="gs://tfweb/${VERSION}/dist"
gsutil -m cp "${GCP_DIR}/*" ../deps/
# Append module exports to the JS client to make it a valid CommonJS module.
# This is needed to help bundler correctly initialize the tfweb namespace.
echo "var tfweb = (window && window['tfweb']) || this['tfweb']; exports.tfweb = tfweb;" >> ../deps/tflite_web_api_client.js
|
import { PrimaryColor } from '../../ui/styles/colors'
import { StyleSheet } from 'react-native'
import { unit2, unit, unit05, unit025 } from '../../ui/styles/dimensions'
import Color from '../../ui/styles/colors'
export default StyleSheet.create({
container: {
marginTop: unit05,
flex: 1,
justifyContent: 'flex-start',
alignItems: 'center',
marginLeft: unit025,
marginRight: unit025
},
/* ====================================================== */
/* Personal info Section */
/* ====================================================== */
personalInfoAndFollowersSection: {
flex: 5,
alignContent: 'flex-start'
},
personalInfo: {
flex: 3,
flexDirection: 'row',
borderColor: 'red'
},
personalInfoLeftColumn: {
flex: 3,
paddingRight: unit025,
flexDirection: 'column',
justifyContent: 'space-around'
},
locationContainer: {
flex: 1,
flexDirection: 'row',
alignItems: 'flex-end'
},
locationIcon: {
marginBottom: 4
},
location: {
paddingLeft: unit025 / 3
},
personalInfoRightColumn: {
flex: 1
},
avatar: {
height: '100%',
borderRadius: 10,
width: '100%'
},
followersContainer: {
flex: 2,
alignSelf: 'center',
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'space-around'
},
following: {
flex: 1
},
follower: {
flex: 1
},
followButtonContainer: {
flex: 2,
justifyContent: 'center',
paddingTop: unit025 / 4,
paddingBottom: unit025 / 4,
paddingLeft: unit025,
paddingRight: unit025,
marginLeft: unit05,
borderRadius: 4,
backgroundColor: Color.PrimaryColor,
alignItems: 'center'
},
followButtonText: {
color: 'white',
fontWeight: 'bold',
fontSize: 20
},
/* ====================================================== */
/* Books Section */
/* ====================================================== */
booksSection: {
flex: 4,
width: '100%'
},
booksList: {
flex: 1,
marginTop: unit025 / 4
},
bookItem: {
marginRight: unit025
},
/* ====================================================== */
/* Reviews Section */
/* ====================================================== */
reviewsSection: {
flex: 3,
width: '100%',
paddingTop: unit05
},
reviewList: {
flex: 1,
marginTop: unit025 / 4
},
reviewItem: {
width: unit * 4,
borderRadius: 4,
paddingTop: unit025 / 2,
paddingBottom: unit025 / 2,
paddingRight: unit025,
paddingLeft: unit025,
marginRight: unit025,
backgroundColor: 'white',
flexDirection: 'row',
justifyContent: 'space-between'
},
descriptionItem: {
flex: 2,
marginRight: unit025
},
thumbnailItem: {
height: '100%',
width: '85%'
},
seeFullReviewContainer: {
flexDirection: 'row',
alignItems: 'flex-end'
},
ratingReviewContainer: {
width: '100%'
}
})
|
<gh_stars>0
/*
* Jira Ticket:
* Created Date: Mon, 16th Nov 2020, 08:12:16 am
* Author: <NAME>
* Email: <EMAIL>
* Copyright (c) 2020 The Distance
*/
import React, {useEffect, useMemo, useRef, useState} from 'react';
import {View, FlatList, Text} from 'react-native';
import {ScaleHook} from 'react-native-design-to-component';
import useTheme from '../../hooks/theme/UseTheme';
import useDictionary from '../../hooks/localisation/useDictionary';
import {useNavigation} from '@react-navigation/native';
import useData from '../../hooks/data/UseData';
import WEEK_STATE from '../../utils/WEEK_STATE';
import {ScrollView, TouchableOpacity} from 'react-native-gesture-handler';
import WorkoutCard from '../../components/Cards/WorkoutCard';
import DraggableFlatList from 'react-native-draggable-flatlist';
import {differenceInDays} from 'date-fns';
import useLoading from '../../hooks/loading/useLoading';
import {CircularProgress} from 'react-native-circular-gradient-progress';
export default function WeekContent({updateOrder, onPressCard}) {
// ** ** ** ** ** SETUP ** ** ** ** **
const {getHeight, getWidth, fontSize} = ScaleHook();
const {colors, Constants, textStyles, fonts} = useTheme();
const {dictionary} = useDictionary();
const {WorkoutDict} = dictionary;
// ** ** ** ** ** STYLES ** ** ** ** **
const styles = {
container: {
flex: 1,
width: Constants.SCREEN_WIDTH,
},
bottomContainer: {
height: getHeight(235),
padding: getHeight(26),
marginTop: getHeight(12),
width: Constants.SCREEN_WIDTH,
backgroundColor: colors.white100,
shadowColor: colors.black10,
shadowOffset: {width: 0, height: 3},
shadowRadius: 6,
shadowOpacity: 1,
elevation: 6,
alignItems: 'center',
},
circularProgressContainer: {
height: getHeight(130),
alignItems: 'center',
},
currentWeekContainer: {
position: 'absolute',
alignSelf: 'center',
justifyContent: 'center',
height: '100%',
},
currentWeekNumber: {
justifyContent: 'center',
fontFamily: fonts.regular,
fontSize: fontSize(25),
color: colors.dividerGrey100,
marginTop: getHeight(20),
},
currentWeekText: {
justifyContent: 'center',
textAlign: 'center',
fontFamily: fonts.semiBold,
fontSize: fontSize(12),
color: colors.durationGrey100,
marginTop: getHeight(4),
},
newWorkoutsText: {
textAlign: 'center',
fontFamily: fonts.semiBold,
fontSize: fontSize(12),
color: colors.newWorkoutBlue100,
marginTop: getHeight(20),
},
};
// ** ** ** ** ** FUNCTIONS ** ** ** ** **
const {setLoading} = useLoading();
const {
displayWeeks,
selectedWeekIndex,
setSelectedWeekIndex,
currentWeekNumber,
totalWeeks,
} = useData();
useEffect(() => {
if (displayWeeks.length > 0 && selectedWeekIndex !== null) {
setLoading(false);
}
}, [selectedWeekIndex, displayWeeks, setLoading]);
// ** ** ** ** ** RENDER ** ** ** ** **
const Day = ({item, listIndex, state}) => {
return (
<View style={{paddingHorizontal: getWidth(20)}}>
<WorkoutCard
workout={item}
title={item.name}
day={item.orderIndex}
duration={item.duration}
drag={null}
status={state === WEEK_STATE.PAST && 'complete'}
onPressCard={() => onPressCard(item)}
/>
</View>
);
};
const CurrentWeekDay = ({item, index, drag, isActive}) => {
return (
<View
style={{
paddingHorizontal: getWidth(20),
}}>
<WorkoutCard
workout={item}
title={item.name}
day={item.day}
duration={item.duration}
drag={drag}
status={
item.completedAt || differenceInDays(item.exactDate, new Date()) < 0
? 'complete'
: null
}
onPressCard={() => onPressCard(item)}
/>
</View>
);
};
const AnyWeek = ({item, state}) => {
return (
<FlatList
data={item.workouts}
keyExtractor={(index) => index}
renderItem={({item, index}) => (
<Day item={item} listIndex={index} state={state} />
)}
ListFooterComponent={renderBottomContainer}
style={{paddingTop: getHeight(20)}}
horizontal={false}
showsVerticalScrollIndicator={false}
scrollToOverflowEnabled={true}
overScrollMode={'always'}
bounces={false}
scrollEnabled={true}
decelerationRate={'fast'}
/>
);
};
// Need to render draggable list here
const CurrentWeek = ({item}) => (
<DraggableFlatList
data={item.workouts}
keyExtractor={(item, index) => `${item.name + index}`}
renderItem={(data) => <CurrentWeekDay {...data} />}
ListFooterComponent={renderBottomContainer}
onDragEnd={({data, from, to}) => {
const lastValidIndex = item.workouts
? item.workouts.indexOf(
item.workouts
.slice()
.filter(
(it) =>
it.completedAt ||
differenceInDays(it.exactDate, new Date()) < 0,
)
.pop(),
)
: -1;
// Only do order change if its a valid position
if (from !== to && (lastValidIndex === -1 || to > lastValidIndex)) {
updateOrder(data);
}
}}
bounces={false}
style={{paddingTop: getHeight(20)}}
/>
);
const renderWeek = (week) => {
switch (week.state) {
case WEEK_STATE.PAST: {
return <AnyWeek item={week} state={WEEK_STATE.PAST} />;
}
case WEEK_STATE.FUTURE: {
return <AnyWeek item={week} state={WEEK_STATE.FUTURE} />;
}
default: {
// Should be structured already
return <CurrentWeek item={week} state={WEEK_STATE.CURRENT} />;
}
}
};
const renderBottomContainer = () => {
return (
<View style={styles.bottomContainer}>
{selectedWeekIndex !== null && totalWeeks && (
<TouchableOpacity
disabled={selectedWeekIndex + 1 === currentWeekNumber}
onPress={() => setSelectedWeekIndex(currentWeekNumber - 1)}>
<View style={styles.circularProgressContainer}>
<CircularProgress
size={getHeight(130)}
progress={(currentWeekNumber * 100) / totalWeeks}
color={colors.aquamarine100}
emptyColor={colors.aquamarine20}
strokeWidth={1}
/>
<View style={styles.currentWeekContainer}>
<Text
style={
styles.currentWeekNumber
}>{` ${currentWeekNumber} / ${totalWeeks}`}</Text>
<Text style={styles.currentWeekText}>
{WorkoutDict.CurrentWeek}
</Text>
</View>
</View>
<Text style={styles.newWorkoutsText}>
{WorkoutDict.NewWorkoutsEachWeek}
</Text>
</TouchableOpacity>
)}
</View>
);
};
return (
<View style={styles.container}>
{displayWeeks.length > 0 &&
selectedWeekIndex !== null &&
displayWeeks[selectedWeekIndex] !== undefined &&
renderWeek(displayWeeks[selectedWeekIndex])}
</View>
);
}
|
# -*- coding: utf-8 -*-
import hashlib
from django import forms
from engine.models import WebPage
class WebPageForm(forms.ModelForm):
class Meta:
model = WebPage
fields = [
'raw_html',
'content_type',
'status'
]
def save(self, commit=True):
page = super(WebPageForm, self).save(commit=False)
page.crawled = True
# m = hashlib.md5()
# m.update(page.url.encode('utf-8'))
# page.url_hash = m.hexdigest()
if commit:
page.save()
return page |
<filename>test/nl/martijnvogten/aws/TestAwsAuthVersion4.java<gh_stars>1-10
package nl.martijnvogten.aws;
import java.io.IOException;
import java.net.URISyntaxException;
import java.net.URL;
import java.nio.charset.Charset;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Date;
import java.util.GregorianCalendar;
import java.util.List;
import java.util.TimeZone;
import org.junit.Assert;
import org.junit.Test;
import nl.martijnvogten.aws.AwsAuthVersion4;
import nl.martijnvogten.aws.AwsAuthVersion4.APIRequest;
import nl.martijnvogten.aws.AwsAuthVersion4.NameValue;
import nl.martijnvogten.aws.AwsAuthVersion4.SignedAPIRequest;
public class TestAwsAuthVersion4 {
private static final String SECRET_KEY_TESTSUITE = "<KEY>";
private static final String ACCESS_KEY_TESTSUITE = "AKIDEXAMPLE";
@Test
public void testAllAmazonTests() throws Exception {
String[] files = {
"get-header-key-duplicate",
"get-header-value-order",
"get-header-value-trim",
"get-relative-relative",
"get-relative",
"get-slash-dot-slash",
"get-slash-pointless-dot",
"get-slash",
"get-slashes",
"get-space",
"get-unreserved",
"get-utf8",
"get-vanilla-empty-query-key",
"get-vanilla-query-order-key-case",
"get-vanilla-query-order-key",
"get-vanilla-query-order-value",
"get-vanilla-query-unreserved",
"get-vanilla-query",
"get-vanilla-ut8-query",
"get-vanilla",
"post-header-key-case",
"post-header-key-sort",
"post-header-value-case",
"post-vanilla-empty-query-value",
"post-vanilla-query-nonunreserved",
"post-vanilla-query-space",
"post-vanilla-query",
"post-vanilla",
"post-x-www-form-urlencoded-parameters",
"post-x-www-form-urlencoded",
};
for(String f : files) {
System.out.println("Running " + f);
runAmazonTest(f);
}
}
public void runAmazonTest(String basename) throws Exception {
String expected_string_to_sign = loadFile(basename + ".sts");
String expected_canonical_request = loadFile(basename + ".creq");
String expected_authz = loadFile(basename + ".authz");
GregorianCalendar cal = new GregorianCalendar(2011, 8, 9, 23, 36, 0);
cal.setTimeZone(TimeZone.getTimeZone("UTC"));
Date now = cal.getTime();
APIRequest req = parseRequest(loadFile(basename + ".req"));
List<String> headerNames = new ArrayList<>();
for(NameValue h : req.getHeaders()) {
headerNames.add(h.name);
}
String[] signed_headers = headerNames.toArray(new String[headerNames.size()]);
Assert.assertEquals(expected_canonical_request, AwsAuthVersion4.buildCanonicalRequest(req, now, signed_headers));
Assert.assertEquals(expected_string_to_sign, AwsAuthVersion4.buildStringToSign(req, expected_canonical_request, now));
SignedAPIRequest signedRequest = AwsAuthVersion4.signRequest(req, signed_headers, ACCESS_KEY_TESTSUITE, SECRET_KEY_TESTSUITE, now);
Assert.assertEquals(expected_authz, NameValue.findValue(signedRequest.headers, "Authorization"));
}
private static String loadFile(String file) throws IOException {
URL resource = TestAwsAuthVersion4.class.getResource("authv4_testsuite/" + file);
try {
return new String(Files.readAllBytes(Paths.get(resource.toURI())), Charset.forName("utf-8")).replaceAll("\r", "");
} catch (URISyntaxException e) {
throw new RuntimeException(e);
}
}
private APIRequest parseRequest(String file) {
try {
String[] lines = file.split("\n");
String[] headersBody = file.split("\n\n");
String[] headerLines = headersBody[0].split("\n");
List<NameValue> headers = new ArrayList<>();
for(int i = 1; i < headerLines.length; i++) {
String line = headerLines[i];
int colonPos = line.indexOf(':');
String headerName = headerLines[i].substring(0, colonPos);
String value = headerLines[i].substring(colonPos + 1);
headers.add(new NameValue(headerName, value));
}
String uri = lines[0].split("\\s+")[1];
int qpos = uri.indexOf('?');
String query = qpos > -1 ? uri.substring(qpos + 1) : "";
String path = qpos > -1 ? uri.substring(0, qpos) : uri;
String query_string = query == null ? "" : query;
String payload = headersBody.length > 1 ? headersBody[1] : "";
return new APIRequest() {
@Override
public String getPath() {
return path;
}
@Override
public String getService() {
return "host";
}
@Override
public String getRegion() {
return "us-east-1";
}
@Override
public String getPayload() {
return payload;
}
@Override
public String getQueryString() {
return query_string;
}
@Override
public String getMethod() {
return lines[0].split("\\s+")[0];
}
@Override
public List<NameValue> getHeaders() {
return headers;
}
};
} catch (Exception e) {
throw new RuntimeException(e);
}
}
}
|
class Dict_tree_node:
def __init__(self):
self.children = {}
self.is_end_of_path = False
def append_path(self, path):
current = self
for element in path:
if element not in current.children:
current.children[element] = Dict_tree_node()
current = current.children[element]
current.is_end_of_path = True |
#!/bin/bash
set -e
# Remove the local sitespeed-result dir and node modules to start clean
rm -fR sitespeed-result
# Login early
docker login
# Super simple release script for sitespeed.io
# Lets use it it for now and make it better over time :)
# You need np for this to work
# npm install --global np
np $* --no-yarn
PACKAGE_VERSION=$(node -e 'console.log(require("./package").version)')
docker build --no-cache -t sitespeedio/sitespeed.io:$PACKAGE_VERSION -t sitespeedio/sitespeed.io:latest .
docker push sitespeedio/sitespeed.io:$PACKAGE_VERSION
docker push sitespeedio/sitespeed.io:latest
docker build -t sitespeedio/sitespeed.io:$PACKAGE_VERSION-action --build-arg version=$PACKAGE_VERSION --file docker/github-action/Dockerfile .
docker push sitespeedio/sitespeed.io:$PACKAGE_VERSION-action
docker build -t sitespeedio/sitespeed.io:$PACKAGE_VERSION-plus1 --build-arg version=$PACKAGE_VERSION --file docker/Dockerfile-plus1 .
docker push sitespeedio/sitespeed.io:$PACKAGE_VERSION-plus1
# Update to latet version in the docs
bin/sitespeed.js --version | tr -d '\n' > docs/_includes/version/sitespeed.io.txt
# Generate the help for the docs
bin/sitespeed.js --help > docs/documentation/sitespeed.io/configuration/config.md
|
package com.android_group10.needy;
import android.app.Activity;
import android.content.Context;
import android.util.Log;
import android.view.View;
import android.widget.Toast;
import androidx.annotation.NonNull;
import com.google.android.gms.tasks.OnCompleteListener;
import com.google.android.gms.tasks.Task;
import com.google.firebase.auth.FirebaseAuth;
import com.google.firebase.database.DataSnapshot;
import com.google.firebase.database.DatabaseError;
import com.google.firebase.database.DatabaseReference;
import com.google.firebase.database.FirebaseDatabase;
import com.google.firebase.database.ValueEventListener;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Locale;
import java.util.Map;
import java.util.Objects;
public class DAO {
private FirebaseAuth firebaseAuth = FirebaseAuth.getInstance();
private FirebaseDatabase db = FirebaseDatabase.getInstance();
private DataSnapshot snapshot;
public void writeNewPost(Post post) {
String key = db.getReference().child("Posts").push().getKey();
Map<String, Object> postValues = post.toMap();
postValues.put("postUID", key);
Map<String, Object> childUpdates = new HashMap<>();
childUpdates.put("/Posts/" + key, postValues);
db.getReference().updateChildren(childUpdates);
}
public void writeReport(Report report) {
String key = db.getReference().child("Reports").child(report.getBlamedUserUID()).push().getKey();
Map<String, Object> postValues = report.toMap();
Map<String, Object> childUpdates = new HashMap<>();
childUpdates.put("/Reports/" + report.getBlamedUserUID() + "/" + key, postValues);
db.getReference().updateChildren(childUpdates);
}
//this will save a rating into the Ratings tree, calculate average and update a value of a User
public void writeRating(UserRating rating) {
DatabaseReference currentUserRatingRef = db.getReference().child("Ratings").child(rating.getUserUID()).child(String.valueOf(rating.getRatingType()));
String key = currentUserRatingRef.push().getKey();
Map<String, Integer> ratingValue = rating.toMap();
Map<String, Object> childUpdates = new HashMap<>();
childUpdates.put("/Ratings/" + rating.getUserUID() + "/" + rating.getRatingType() + "/" + key, ratingValue);
db.getReference().updateChildren(childUpdates);
ValueEventListener postListener = new ValueEventListener() {
double averageRating;
@SuppressWarnings("unchecked")
@Override
public void onDataChange(@NonNull DataSnapshot snapshot) {
if (snapshot.hasChildren()) {
int count = 1;
int sum = 0;
for (DataSnapshot child : snapshot.getChildren()) {
if (child.hasChildren()) {
try {
HashMap<String, Object> map = (HashMap<String, Object>) child.getValue();
assert map != null;
Object[] keys = map.keySet().toArray();
// there will only be one child so we only take [0]
Object value = Objects.requireNonNull(map.get(keys[0]));
sum = sum + Integer.parseInt(value.toString());
count = count + keys.length;
} catch (Exception ex) {
ex.printStackTrace();
}
}
}
averageRating = (double) sum / (count - 1);
DatabaseReference ratedUserRef = db.getReference("Users").child(rating.getUserUID());
ValueEventListener userListener = new ValueEventListener() {
@Override
public void onDataChange(@NonNull DataSnapshot snapshot) {
listenerCode(ratedUserRef, snapshot, rating, averageRating);
}
@Override
public void onCancelled(@NonNull DatabaseError error) {
}
};
ratedUserRef.addValueEventListener(userListener);
} else {
Log.e("Rating FireBase DB table", "something went wrong and the rating hasn't been saved");
}
}
@Override
public void onCancelled(@NonNull DatabaseError error) {
}
};
currentUserRatingRef.addValueEventListener(postListener);
}
private void listenerCode(DatabaseReference currentRef, DataSnapshot snapshot, UserRating rating, double newValue) {
int newInt = 1;
if (newValue < 2.5 && newValue >= 1.5) {
newInt = 2;
} else if (newValue < 3.5) {
newInt = 3;
} else if (newValue < 4.5) {
newInt = 4;
} else if (newValue >= 4.5) {
newInt = 5;
}
User user = snapshot.getValue(User.class);
if (user != null) {
if (rating.getRatingType() == 1) {
user.setAuthorRating(newInt);
currentRef.child("authorRating").setValue(newInt);
} else {
user.setVolunteerRating(newInt);
currentRef.child("volunteerRating").setValue(newInt);
}
}
}
}
|
<reponame>dereekb/dbcomponents
import { concatArrays, flattenArray, mergeArrays } from './array';
import { PrimativeKey, ReadKeyFunction } from '../key';
import { Maybe } from '../value/maybe.type';
import { filterMaybeValues } from './array.value';
import { removeFromSet } from '../set/set';
export function concatArraysUnique<T extends PrimativeKey = PrimativeKey>(...arrays: Maybe<T[]>[]): T[] {
return unique(concatArrays(...arrays));
}
export function flattenArrayUnique<T extends PrimativeKey = PrimativeKey>(array: T[][]): T[] {
return unique(flattenArray(array));
}
export function unique<T extends PrimativeKey = PrimativeKey>(values: T[], exclude?: T[]): T[] {
const unique = new Set(values);
if (exclude != null && exclude.length) {
removeFromSet(unique, exclude);
}
return Array.from(unique);
}
export function findUnique<T, K extends PrimativeKey = PrimativeKey>(models: T[], readKey: ReadKeyFunction<T, K>, additionalKeys: K[] = []): T[] {
const keys = new Set<Maybe<K>>(additionalKeys);
return models.filter((x) => {
const key = readKey(x);
if (!keys.has(key)) {
keys.add(key);
return true;
}
return false;
});
}
/**
* Finds unique values in the input.
*
* Can also specify additional keys to exclude.
*/
export type FindUniqueFunction<T> = (input: T[], exclude?: T[]) => T[];
/**
* Creates a FindUniqueFunction.
*
* @param readKey
* @param additionalKeys
* @returns
*/
export function makeFindUniqueFunction<T, K extends PrimativeKey = PrimativeKey>(readKey: ReadKeyFunction<T, K>, additionalKeys: K[] = []): FindUniqueFunction<T> {
return (input: T[], exclude?: T[]) => findUnique(input, readKey, exclude ? mergeArrays([filterMaybeValues(exclude.map(readKey)), additionalKeys]) : additionalKeys);
}
|
const validUrl = require('valid-url');
const validateUrl = (urlToValidate) => {
return validUrl.isWebUri(urlToValidate)
}
console.log(validateUrl('https://www.mywebsite.com/')) // true |
<reponame>hazybby/examples<gh_stars>10-100
ctrlapp.register.controller('gaugeSimpleController', ['$remote', '$scope', function ($remote, $scope) {
$scope.initMethod = function () {
var size = 500;
var layer = $$("#palette")
// 设置画布大小
.attr({
width: size,
height: size
})
// 获取图层
.layer();
// 获取颜色
var getColor = value => {
if (value <= 20) return "rgb(145, 199, 174)";
if (value > 80) return "rgb(194, 53, 49)";
return "rgb(99, 134, 158)";
};
// 获取绘制背景的画笔
var bgPainter = layer.painter("bg");
// 绘制弧形刻度
bgPainter.config({
textAlign: "center"
});
for (var i = 1; i <= 10; i++) {
bgPainter
.config("fillStyle", getColor(i * 10 - 5))
// 绘制大弧形
.fillArc(
size / 2,
size / 2,
size * 0.4,
size * 0.5,
Math.PI / 8 * (i + 6) - 0.005,
Math.PI / 8 - 0.01
);
// 绘制小刻度
for (var j = 1; j <= 4; j++) {
bgPainter
.config("fillStyle", "#fff")
.fillArc(
size / 2,
size / 2,
size * 0.5 - 10,
size * 0.5,
Math.PI / 8 * (i + 6) - 0.003 + Math.PI / 40 * j,
0.006
);
}
}
for (var i = 1; i <= 11; i++) {
bgPainter
.config("fillStyle", getColor(i * 10 - 15))
// 绘制文字
.fillText(
(i - 1) * 10,
...$$.rotate(
size / 2,
size / 2,
Math.PI / 8 * (i + 6),
size * 0.9 - 20,
size / 2
)
);
}
// 绘制文字
bgPainter
.config({
fillStyle: "#000",
"font-size": 20
})
.fillText("完成率", size / 2, size / 4);
var painter = layer.painter("text").config({
"font-size": 30,
textAlign: "center"
});
var pPainter = layer.painter("pointer");
var preValue = 0;
var drawerPointer = function () {
var value = (Math.random() * 100).toFixed(2) - 0;
painter
.clearRect()
.config("fillStyle", getColor(value))
// 提示文字
.fillText(value + "%", size / 2, size / 8 * 5);
// 启动箭头动画
$$.animation(
function (deep) {
var val = preValue + deep * (value - preValue);
var rDeg = Math.PI / 8 * (7 + val / 10);
pPainter
.clearRect()
.beginPath()
.config("fillStyle", getColor(val))
.moveTo(
...$$.rotate(size / 2, size / 2, rDeg, size / 2 - 25, size / 2)
)
.lineTo(
...$$.rotate(size / 2, size / 2, rDeg, size / 2, size / 2 - 15)
)
.lineTo(
...$$.rotate(size / 2, size / 2, rDeg, size / 8 * 7, size / 2)
)
.lineTo(
...$$.rotate(size / 2, size / 2, rDeg, size / 2, size / 2 + 15)
)
.fill()
.config("fillStyle", "white")
.fillCircle(size / 2, size / 2, 7);
layer.update();
},
700,
() => {
preValue = value;
}
);
layer.update();
};
drawerPointer();
setInterval(drawerPointer, 1000);
layer.update();
};
}]); |
function countUniqueCSSProperties(cssCode: string): number {
const propertiesSet = new Set<string>();
const lines = cssCode.split('\n');
for (const line of lines) {
const propertyMatch = line.match(/^\s*([a-zA-Z-]+)\s*:/);
if (propertyMatch) {
propertiesSet.add(propertyMatch[1].trim());
}
}
return propertiesSet.size;
}
// Example usage
const cssCode = `
margin: 0 auto;
width: 70%;
}
.about a {
white-space: nowrap;
}`;
console.log(countUniqueCSSProperties(cssCode)); // Output: 3 |
from typing import Set
from DFA.DFA import DFA
class CharacteristicSetTeacher:
def __init__(self, dfa: DFA):
self.dfa = dfa
def equivalence_query(self, hypothesis: DFA) -> bool:
return self.dfa.is_equivalent(hypothesis)
def membership_query(self, word: str) -> bool:
return self.dfa.accepts(word)
def teach(self) -> DFA:
inferred_dfa = DFA()
inferred_dfa.states = self.find_states()
inferred_dfa.alphabet = self.dfa.alphabet
inferred_dfa.transition_function = self.find_transition_function(inferred_dfa.states)
inferred_dfa.initial_state = self.dfa.initial_state
inferred_dfa.accepting_states = self.find_accepting_states(inferred_dfa.states)
return inferred_dfa
def find_states(self) -> Set[str]:
states = set()
for word in self.generate_words():
current_state = self.dfa.initial_state
for char in word:
current_state = self.dfa.transition_function[current_state][char]
states.add(current_state)
return states
def generate_words(self) -> Set[str]:
words = set()
for state in self.dfa.states:
for char in self.dfa.alphabet:
words.add(self.find_word(state, char))
return words
def find_word(self, state: str, char: str) -> str:
word = ""
current_state = state
while current_state not in self.dfa.accepting_states:
word += char
current_state = self.dfa.transition_function[current_state][char]
return word
def find_transition_function(self, states: Set[str]) -> dict:
transition_function = {}
for state in states:
transition_function[state] = {}
for char in self.dfa.alphabet:
transition_function[state][char] = self.dfa.transition_function[state][char]
return transition_function
def find_accepting_states(self, states: Set[str]) -> Set[str]:
accepting_states = set()
for state in states:
if any(s in self.dfa.accepting_states for s in state):
accepting_states.add(state)
return accepting_states |
#!/bin/bash
if [ -n "$HIERA_BASE64" ]; then
echo "---> Saving Hiera configuration to /etc/puppetlabs/puppet/hiera.yaml (base64 decoded)"
echo -e "$HIERA_BASE64" | base64 -d > /etc/puppetlabs/puppet/hiera.yaml
fi
|
import { AppConfig } from "../AppConfig";
import Log from "./Log";
import { insertCount } from "./Count";
export function shareToFriend(msg?: string, query?: string) {
AppConfig.shareCancel = false;
var state = getState(query);
switch (state) {
case ShareType.BONUS: {
AppConfig.isShareBonus = true;
} break;
case ShareType.SHOWTIP: {
AppConfig.isShareTip = true;
} break;
case ShareType.GROUP: {
AppConfig.isShareGroup = true;
} break;
}
var imgId = 'none';
var link = 'imgId=';
var shared = getShared(query);
var imgPath = AppConfig.LOCAL_SHARE;
var title = "这条狗要治,上天了都...";
if (shared) {
//兼容旧版本
if (shared.imgs) {
//新版本
//1.产生一个随机数
var rand = Math.random();
// Log.d('生成随机数:' + rand);
var data = null;
var len = shared.imgs.length;
for (var i = 0; i < len; i++) {
var tmp = shared.imgs[i];
if (rand >= tmp.min && rand < tmp.max) {
if (data && data.max < tmp.max) {
//有重叠
data = tmp;
} else {
data = tmp;
}
}
}
if (!data) {
data = shared.imgs[0];
}
imgPath = data.url;
title = data.title;
imgId = data.id;
link = data.link ? data.link : imgId = ' + imgId';
Log.d(data);
} else if (shared.sharedImg) {
//旧版本
imgPath = shared.sharedImg[0];
title = shared.sharedTitle[0];
link = 'imgId=' + imgId;
}
} else {
link = '';
}
//节省带宽,使用本地
if (!AppConfig.ifShowBonus) {
imgPath = AppConfig.LOCAL_SHARE;
title = "这条狗要治,上天了都...";
}
//如果是自定义消息,就显示自定义的
if (msg) {
title = msg;
}
var newQuery = query ? query : ('uid=' + AppConfig.userId + '&state=0');
// newQuery = 'imgId=' + imgId + '&' + newQuery;
newQuery = link + '&' + newQuery;
AppConfig.getShareTime = new Date().getTime();
if (AppConfig.ifAldShare) {
wx.aldShareAppMessage({
query: newQuery,
imageUrl: imgPath,
title: title,
fail: () => {
//取消了分享
AppConfig.shareCancel = true;
}
});
} else {
wx.shareAppMessage({
query: newQuery,
imageUrl: imgPath,
title: title,
fail: () => {
//取消了分享
AppConfig.shareCancel = true;
}
});
}
//关闭shareTicket分享
setTimeout(function () {
Log.d('update updateShareMenu withShareTicket')
wx.updateShareMenu({
withShareTicket: false
});
}, 1500);
}
export function getState(query: string): number {
if (query) {
var result = /state=(\d+)/.exec(query);
if (result && result.length > 1) {
return parseInt(result[1]);
}
}
return 0;
}
//根据query,得到对应内容
export function getShared(query) {
var state = 0;
state = getState(query);
Log.d('得到state=' + state);
var sharedContent = wx.getStorageSync(AppConfig.SHARED_KEY);
if (typeof sharedContent == 'undefined') {
return null;
}
var len = sharedContent.length;
for (var i = 0; i < len; i++) {
if (sharedContent[i].sharedType == state) {
return sharedContent[i];
}
}
}
export function shareError(state: number, level, ifCancel?: boolean) {
var query = 'uid=' + AppConfig.userId + '&token=' + new Date().getTime() + '&level=' + level + '&state=' + state;
//打开shareTicket
// var msg = ifCancel ? '分享失败,请分享到群!' : (state === ShareType.BONUS ? '请分享到微信群,领取10枚金币哦!' : (state === ShareType.SHOWTIP ? '必需分享到群才能获取提示!' : '请分享到群'));
var msg = ifCancel ? '您刚刚取消了分享,请分享到群!' : '分享失败,请分享到不同的群!';
/* UiManager.getSelf().showModal({
title: '提示',
content: msg,
cancelText: '我知道了',
confirmText: '分享到群',
showCancel: true,
success: function (callBack) {
wx.updateShareMenu({ withShareTicket: !0, complete: function () { shareToFriend(null, query) } });
}
}); */
// Main.getApp().uiManager.showToast(msg);
}
/**分享到群成功回调 */
export function shareSuccess(state: number, level?: any) {
insertCount({ userId: AppConfig.userId, type: state == ShareType.BONUS ? '分享链接点击成功 获得金币' : (state == ShareType.SHOWTIP ? '分享链接点击成功 获得提示' : '分享链接点击成功 拆开红包'), mark: 'userId:' + AppConfig.userId + ';level:' + (Main.getApp().uiManager.gamePage ? Main.getApp().uiManager.gamePage.level : -1) });
// Log.d('shareSucess ===>state=' + state + ',level==>' + level);
// var index = level ? (!isNaN(level) ? parseInt(level) : -1) : -1;
// var lastPage = Main.getApp().uiManager.getLastPageName();
// Log.d('shareSucess ====>lastPage=' + lastPage + 'index=' + index);
// if (state == ShareType.SHOWTIP && Main.getApp().uiManager.gamePage) {
// Log.d('shareSucess showTip ');
// Log.d('shareSucess Index.getApp().gamePage.level=> ' + Main.getApp().uiManager.gamePage.level);
// if (Main.getApp().uiManager.gamePage && Main.getApp().uiManager.gamePage.level == index) {
// Main.getApp().uiManager.gamePage.showTip();
/* wx.aldStage.onRunning({
stageId: UiManager.getSelf().gamePage.levelData.level,
stageName: UiManager.getSelf().gamePage.levelData.level + ' 关',
userId:AppConfig.userId,
event: "tools", //使用道具 关卡进行中,用户触发的操作 该字段必传
params: {
itemName: "分享提示",//使用道具名称 该字段必传
itemCount: 100, //使用道具数量 可选
desc: "分享成功获取提示" //使用道具描述
}
}); */
// }
// } else if (state == ShareType.BONUS) {
//获取10枚金币
// Main.getApp().uiManager.showLoading({
// title: '正在领取',
// });
// let coinNum = bounsCoin;
// UiManager.getSelf().showToast('成功领取' + coinNum + '枚金币!');
// UiManager.getSelf().hideLoading();
// GamePage.getSelf(Index.getApp()).setCoin(Index.getApp().userData.coin);
// }
}
export const ShareType = {
HOME: 1,//首页分享
PASS: 6,//通关分享好友
GROUP: 4,//群排行榜
BONUS: 5,//大礼包
SHOWTIP: 10,//分享到群看提示
MENU: 9//右上角转发
}; |
package org.opentaps.base.constants;
/*
* Copyright (c) Open Source Strategies, Inc.
*
* Opentaps is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Opentaps is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with Opentaps. If not, see <http://www.gnu.org/licenses/>.
*/
// DO NOT EDIT THIS FILE! THIS IS AUTO GENERATED AND WILL GET WRITTEN OVER PERIODICALLY WHEN THE DATA CHANGE
/**
* StatusItem constant values.
*/
public final class StatusItemConstants {
private StatusItemConstants() { }
public static final class AcctgEnrecStatus {
private AcctgEnrecStatus() { }
/** Not Reconciled. */
public static final String AES_NOT_RECONCILED = "AES_NOT_RECONCILED";
/** Partly Reconciled. */
public static final String AES_PARTLY_RECON = "AES_PARTLY_RECON";
/** Reconciled. */
public static final String AES_RECONCILED = "AES_RECONCILED";
}
public static final class Agreement {
private Agreement() { }
/** Active. */
public static final String AGR_ACTIVE = "AGR_ACTIVE";
/** Cancelled. */
public static final String AGR_CANCELLED = "AGR_CANCELLED";
/** Completed. */
public static final String AGR_COMPLETED = "AGR_COMPLETED";
/** Created. */
public static final String AGR_CREATED = "AGR_CREATED";
/** Rejected. */
public static final String AGR_REJECTED = "AGR_REJECTED";
}
public static final class AmznDoc {
private AmznDoc() { }
/** Download acknowledged. */
public static final String AMZN_DOC_ACKED = "AMZN_DOC_ACKED";
/** Error acknowledging download. */
public static final String AMZN_DOC_ACK_ERR = "AMZN_DOC_ACK_ERR";
/** Document downloaded. */
public static final String AMZN_DOC_DLED = "AMZN_DOC_DLED";
/** Error in document download. */
public static final String AMZN_DOC_DL_ERR = "AMZN_DOC_DL_ERR";
/** Download not acknowledged. */
public static final String AMZN_DOC_NOT_ACKED = "AMZN_DOC_NOT_ACKED";
/** Orders extracted from document. */
public static final String AMZN_DOC_XTRED = "AMZN_DOC_XTRED";
/** Error in order extraction. */
public static final String AMZN_DOC_XTRED_ERR = "AMZN_DOC_XTRED_ERR";
}
public static final class AmznOrder {
private AmznOrder() { }
/** Import failure acknowledgement sent. */
public static final String AMZN_ORDR_ACK_FL_ST = "AMZN_ORDR_ACK_FL_ST";
/** Import acknowledgement sent. */
public static final String AMZN_ORDR_ACK_SENT = "AMZN_ORDR_ACK_SENT";
/** Cancelled. */
public static final String AMZN_ORDR_CANCELLED = "AMZN_ORDR_CANCELLED";
/** Created. */
public static final String AMZN_ORDR_CREATED = "AMZN_ORDR_CREATED";
/** Import failure acknowledged. */
public static final String AMZN_ORDR_FAIL_ACKED = "AMZN_ORDR_FAIL_ACKED";
/** Error acknowledging import failure. */
public static final String AMZN_ORDR_FL_ACK_ERR = "AMZN_ORDR_FL_ACK_ERR";
/** Imported. */
public static final String AMZN_ORDR_IMPTD = "AMZN_ORDR_IMPTD";
/** Error in order import. */
public static final String AMZN_ORDR_IMPTD_ERR = "AMZN_ORDR_IMPTD_ERR";
/** Import not acknowledged. */
public static final String AMZN_ORDR_NOT_ACKED = "AMZN_ORDR_NOT_ACKED";
/** Successful import acknowledged. */
public static final String AMZN_ORDR_SCSS_ACKED = "AMZN_ORDR_SCSS_ACKED";
/** Error acknowledging import success. */
public static final String AMZN_ORDR_SC_ACK_ERR = "AMZN_ORDR_SC_ACK_ERR";
}
public static final class AmznProduct {
private AmznProduct() { }
/** Product isn't acknowledged in an error issue. */
public static final String AMZN_PROD_ACK_ERR = "AMZN_PROD_ACK_ERR";
/** Product is acknowledged. */
public static final String AMZN_PROD_ACK_RECV = "AMZN_PROD_ACK_RECV";
/** Product date are changed. */
public static final String AMZN_PROD_CHANGED = "AMZN_PROD_CHANGED";
/** New product. */
public static final String AMZN_PROD_CREATED = "AMZN_PROD_CREATED";
/** Product is planned for deletion. */
public static final String AMZN_PROD_DELETED = "AMZN_PROD_DELETED";
/** Error deleting product. */
public static final String AMZN_PROD_DEL_ERR = "AMZN_PROD_DEL_ERR";
/** Product isn't accepted. */
public static final String AMZN_PROD_ERROR = "AMZN_PROD_ERROR";
/** Product isn't acknowledged. */
public static final String AMZN_PROD_NOT_ACKED = "AMZN_PROD_NOT_ACKED";
/** Product is posted to store. */
public static final String AMZN_PROD_POSTED = "AMZN_PROD_POSTED";
/** Successful post acknowledged. */
public static final String AMZN_PROD_SUCCESS = "AMZN_PROD_SUCCESS";
}
public static final class AmznShip {
private AmznShip() { }
/** Fulfillment acknowledged. */
public static final String AMZN_SHIP_ACKED = "AMZN_SHIP_ACKED";
/** Error acknowledging fulfillment. */
public static final String AMZN_SHIP_ACK_ERR = "AMZN_SHIP_ACK_ERR";
/** Fulfillment acknowledgement sent. */
public static final String AMZN_SHIP_ACK_SENT = "AMZN_SHIP_ACK_SENT";
/** Fulfillment not acknowledged. */
public static final String AMZN_SHIP_NOT_ACKED = "AMZN_SHIP_NOT_ACKED";
}
public static final class CalendarStatus {
private CalendarStatus() { }
/** Cancelled. */
public static final String CAL_CANCELLED = "CAL_CANCELLED";
/** Declined. */
public static final String CAL_DECLINED = "CAL_DECLINED";
/** Delegated. */
public static final String CAL_DELEGATED = "CAL_DELEGATED";
/** In Planning. */
public static final String CAL_IN_PLANNING = "CAL_IN_PLANNING";
/** Needs Action (Approved). */
public static final String CAL_NEEDS_ACTION = "CAL_NEEDS_ACTION";
/** Planned. */
public static final String CAL_PLANNED = "CAL_PLANNED";
/** Sent. */
public static final String CAL_SENT = "CAL_SENT";
}
public static final class CntntapprStatus {
private CntntapprStatus() { }
/** Approved. */
public static final String CNTAP_APPROVED = "CNTAP_APPROVED";
/** Approval In Process. */
public static final String CNTAP_IN_PROCESS = "CNTAP_IN_PROCESS";
/** Not Ready for Approval. */
public static final String CNTAP_NOT_READY = "CNTAP_NOT_READY";
/** Ready for Approval. */
public static final String CNTAP_READY = "CNTAP_READY";
/** Rejected. */
public static final String CNTAP_REJECTED = "CNTAP_REJECTED";
/** Soft Rejected. */
public static final String CNTAP_SOFT_REJ = "CNTAP_SOFT_REJ";
}
public static final class ComEventRolStatus {
private ComEventRolStatus() { }
/** Closed. */
public static final String COM_ROLE_COMPLETED = "COM_ROLE_COMPLETED";
/** Created. */
public static final String COM_ROLE_CREATED = "COM_ROLE_CREATED";
/** Read. */
public static final String COM_ROLE_READ = "COM_ROLE_READ";
}
public static final class ComEventStatus {
private ComEventStatus() { }
/** Bounced. */
public static final String COM_BOUNCED = "COM_BOUNCED";
/** Cancelled. */
public static final String COM_CANCELLED = "COM_CANCELLED";
/** Closed. */
public static final String COM_COMPLETE = "COM_COMPLETE";
/** Entered. */
public static final String COM_ENTERED = "COM_ENTERED";
/** In-Progress. */
public static final String COM_IN_PROGRESS = "COM_IN_PROGRESS";
/** Pending. */
public static final String COM_PENDING = "COM_PENDING";
/** Read. */
public static final String COM_READ = "COM_READ";
/** Referred. */
public static final String COM_REFERRED = "COM_REFERRED";
/** Resolved. */
public static final String COM_RESOLVED = "COM_RESOLVED";
/** Unknown Party. */
public static final String COM_UNKNOWN_PARTY = "COM_UNKNOWN_PARTY";
}
public static final class ContactlstParty {
private ContactlstParty() { }
/** Accepted. */
public static final String CLPT_ACCEPTED = "CLPT_ACCEPTED";
/** Invalid. */
public static final String CLPT_INVALID = "CLPT_INVALID";
/** In Use. */
public static final String CLPT_IN_USE = "CLPT_IN_USE";
/** Pending Acceptance. */
public static final String CLPT_PENDING = "CLPT_PENDING";
/** Rejected. */
public static final String CLPT_REJECTED = "CLPT_REJECTED";
}
public static final class ContentStatus {
private ContentStatus() { }
/** Available. */
public static final String CTNT_AVAILABLE = "CTNT_AVAILABLE";
/** Deactivated. */
public static final String CTNT_DEACTIVATED = "CTNT_DEACTIVATED";
/** Final Draft. */
public static final String CTNT_FINAL_DRAFT = "CTNT_FINAL_DRAFT";
/** Initial Draft. */
public static final String CTNT_INITIAL_DRAFT = "CTNT_INITIAL_DRAFT";
/** In Progress. */
public static final String CTNT_IN_PROGRESS = "CTNT_IN_PROGRESS";
/** Published. */
public static final String CTNT_PUBLISHED = "CTNT_PUBLISHED";
/** Revised Draft. */
public static final String CTNT_REVISED_DRAFT = "CTNT_REVISED_DRAFT";
}
public static final class CustreqStts {
private CustreqStts() { }
/** Accepted. */
public static final String CRQ_ACCEPTED = "CRQ_ACCEPTED";
/** Cancelled. */
public static final String CRQ_CANCELLED = "CRQ_CANCELLED";
/** Completed. */
public static final String CRQ_COMPLETED = "CRQ_COMPLETED";
/** Rejected. */
public static final String CRQ_REJECTED = "CRQ_REJECTED";
/** Reopened. */
public static final String CRQ_REOPENED = "CRQ_REOPENED";
/** Reviewed. */
public static final String CRQ_REVIEWED = "CRQ_REVIEWED";
/** Submitted. */
public static final String CRQ_SUBMITTED = "CRQ_SUBMITTED";
}
public static final class Dataimport {
private Dataimport() { }
/** Failed. */
public static final String DATAIMP_FAILED = "DATAIMP_FAILED";
/** Imported. */
public static final String DATAIMP_IMPORTED = "DATAIMP_IMPORTED";
/** Not processed. */
public static final String DATAIMP_NOT_PROC = "DATAIMP_NOT_PROC";
}
public static final class EmplPositionStatus {
private EmplPositionStatus() { }
/** Active/Open. */
public static final String EMPL_POS_ACTIVE = "EMPL_POS_ACTIVE";
/** Inactive/Closed. */
public static final String EMPL_POS_INACTIVE = "EMPL_POS_INACTIVE";
/** Planned For. */
public static final String EMPL_POS_PLANNEDFOR = "EMPL_POS_PLANNEDFOR";
}
public static final class EntsyncRun {
private EntsyncRun() { }
/** Complete. */
public static final String ESR_COMPLETE = "ESR_COMPLETE";
/** Data Error. */
public static final String ESR_DATA_ERROR = "ESR_DATA_ERROR";
/** Not Started. */
public static final String ESR_NOT_STARTED = "ESR_NOT_STARTED";
/** Other Error. */
public static final String ESR_OTHER_ERROR = "ESR_OTHER_ERROR";
/** Offline Pending. */
public static final String ESR_PENDING = "ESR_PENDING";
/** Running. */
public static final String ESR_RUNNING = "ESR_RUNNING";
/** Service Call Error. */
public static final String ESR_SERVICE_ERROR = "ESR_SERVICE_ERROR";
}
public static final class EventStatus {
private EventStatus() { }
/** Confirmed. */
public static final String CAL_CONFIRMED = "CAL_CONFIRMED";
/** Tentative. */
public static final String CAL_TENTATIVE = "CAL_TENTATIVE";
/** Cancelled. */
public static final String EVENT_CANCELLED = "EVENT_CANCELLED";
/** Completed. */
public static final String EVENT_COMPLETED = "EVENT_COMPLETED";
/** Confirmed. */
public static final String EVENT_CONFIRMED = "EVENT_CONFIRMED";
/** On Hold. */
public static final String EVENT_ON_HOLD = "EVENT_ON_HOLD";
/** Rejected. */
public static final String EVENT_REJECTED = "EVENT_REJECTED";
/** Scheduled. */
public static final String EVENT_SCHEDULED = "EVENT_SCHEDULED";
/** Started. */
public static final String EVENT_STARTED = "EVENT_STARTED";
}
public static final class ExampleStatus {
private ExampleStatus() { }
/** Approved. */
public static final String EXST_APPROVED = "EXST_APPROVED";
/** Cancelled. */
public static final String EXST_CANCELLED = "EXST_CANCELLED";
/** Complete. */
public static final String EXST_COMPLETE = "EXST_COMPLETE";
/** Defined. */
public static final String EXST_DEFINED = "EXST_DEFINED";
/** Implemented. */
public static final String EXST_IMPLEMENTED = "EXST_IMPLEMENTED";
/** In Design. */
public static final String EXST_IN_DESIGN = "EXST_IN_DESIGN";
/** Tested. */
public static final String EXST_TESTED = "EXST_TESTED";
}
public static final class FaAsgnStatus {
private FaAsgnStatus() { }
/** Assigned. */
public static final String FA_ASGN_ASSIGNED = "FA_ASGN_ASSIGNED";
/** Request Denied. */
public static final String FA_ASGN_DENIED = "FA_ASGN_DENIED";
/** Requested. */
public static final String FA_ASGN_REQUESTED = "FA_ASGN_REQUESTED";
}
public static final class FinacctStatus {
private FinacctStatus() { }
/** Active. */
public static final String FNACT_ACTIVE = "FNACT_ACTIVE";
/** Cancelled. */
public static final String FNACT_CANCELLED = "FNACT_CANCELLED";
/** Manually Frozen. */
public static final String FNACT_MANFROZEN = "FNACT_MANFROZEN";
/** Negative Pending Replenishment. */
public static final String FNACT_NEGPENDREPL = "FNACT_NEGPENDREPL";
}
public static final class FixedastMntStatus {
private FixedastMntStatus() { }
/** Cancelled. */
public static final String FAM_CANCELLED = "FAM_CANCELLED";
/** Completed. */
public static final String FAM_COMPLETED = "FAM_COMPLETED";
/** Created. */
public static final String FAM_CREATED = "FAM_CREATED";
/** In Process. */
public static final String FAM_IN_PROCESS = "FAM_IN_PROCESS";
/** Scheduled. */
public static final String FAM_SCHEDULED = "FAM_SCHEDULED";
}
public static final class HrDegreeStatus {
private HrDegreeStatus() { }
/** Completed. */
public static final String HR_DS_COMPLETE = "HR_DS_COMPLETE";
/** Deferred. */
public static final String HR_DS_DEFERRED = "HR_DS_DEFERRED";
/** Incomplete. */
public static final String HR_DS_INCOMPLETE = "HR_DS_INCOMPLETE";
}
public static final class HrJobStatus {
private HrJobStatus() { }
/** Contractor. */
public static final String HR_JS_CONTRACTOR = "HR_JS_CONTRACTOR";
/** Full time. */
public static final String HR_JS_FULLTIME = "HR_JS_FULLTIME";
/** Part time. */
public static final String HR_JS_PARTTIME = "HR_JS_PARTTIME";
}
public static final class InvNonSerStts {
private InvNonSerStts() { }
/** Defective (Non-Serialized). */
public static final String INV_NS_DEFECTIVE = "INV_NS_DEFECTIVE";
/** On Hold (Non-Serialized). */
public static final String INV_NS_ON_HOLD = "INV_NS_ON_HOLD";
}
public static final class InvSerializedStts {
private InvSerializedStts() { }
/** Activated. */
public static final String INV_ACTIVATED = "INV_ACTIVATED";
/** Available. */
public static final String INV_AVAILABLE = "INV_AVAILABLE";
/** Being Transfered. */
public static final String INV_BEING_TRANSFERED = "INV_BEING_TRANSFERED";
/** Being Transfered (Promised). */
public static final String INV_BEING_TRANS_PRM = "INV_BEING_TRANS_PRM";
/** Deactivated. */
public static final String INV_DEACTIVATED = "INV_DEACTIVATED";
/** Defective. */
public static final String INV_DEFECTIVE = "INV_DEFECTIVE";
/** Delivered. */
public static final String INV_DELIVERED = "INV_DELIVERED";
/** On Hold. */
public static final String INV_ON_HOLD = "INV_ON_HOLD";
/** On Order. */
public static final String INV_ON_ORDER = "INV_ON_ORDER";
/** Promised. */
public static final String INV_PROMISED = "INV_PROMISED";
/** Returned. */
public static final String INV_RETURNED = "INV_RETURNED";
}
public static final class InventoryXferStts {
private InventoryXferStts() { }
/** Cancelled. */
public static final String IXF_CANCELLED = "IXF_CANCELLED";
/** Complete. */
public static final String IXF_COMPLETE = "IXF_COMPLETE";
/** En-Route. */
public static final String IXF_EN_ROUTE = "IXF_EN_ROUTE";
/** Requested. */
public static final String IXF_REQUESTED = "IXF_REQUESTED";
/** Scheduled. */
public static final String IXF_SCHEDULED = "IXF_SCHEDULED";
}
public static final class InvoiceProcessStts {
private InvoiceProcessStts() { }
/** Printed. */
public static final String INVOICE_PRINTED = "INVOICE_PRINTED";
}
public static final class InvoiceStatus {
private InvoiceStatus() { }
/** Approved. */
public static final String INVOICE_APPROVED = "INVOICE_APPROVED";
/** Cancelled. */
public static final String INVOICE_CANCELLED = "INVOICE_CANCELLED";
/** Invoiced to Partner. */
public static final String INVOICE_INV_PTNR = "INVOICE_INV_PTNR";
/** Pending. */
public static final String INVOICE_IN_PROCESS = "INVOICE_IN_PROCESS";
/** Paid. */
public static final String INVOICE_PAID = "INVOICE_PAID";
/** Ready. */
public static final String INVOICE_READY = "INVOICE_READY";
/** Received. */
public static final String INVOICE_RECEIVED = "INVOICE_RECEIVED";
/** Sent. */
public static final String INVOICE_SENT = "INVOICE_SENT";
/** Voided. */
public static final String INVOICE_VOIDED = "INVOICE_VOIDED";
/** Write Off. */
public static final String INVOICE_WRITEOFF = "INVOICE_WRITEOFF";
}
public static final class LeadStatus {
private LeadStatus() { }
/** Assigned. */
public static final String LEAD_ASSIGNED = "LEAD_ASSIGNED";
/** Converted. */
public static final String LEAD_CONVERTED = "LEAD_CONVERTED";
/** Qualified. */
public static final String LEAD_QUALIFIED = "LEAD_QUALIFIED";
}
public static final class MktgCampStatus {
private MktgCampStatus() { }
/** Approved. */
public static final String MKTG_CAMP_APPROVED = "MKTG_CAMP_APPROVED";
/** Cancelled. */
public static final String MKTG_CAMP_CANCELLED = "MKTG_CAMP_CANCELLED";
/** Completed. */
public static final String MKTG_CAMP_COMPLETED = "MKTG_CAMP_COMPLETED";
/** In Progress. */
public static final String MKTG_CAMP_INPROGRESS = "MKTG_CAMP_INPROGRESS";
/** Planned. */
public static final String MKTG_CAMP_PLANNED = "MKTG_CAMP_PLANNED";
}
public static final class Na {
private Na() { }
/** Not Applicable. */
public static final String _NA_ = "_NA_";
}
public static final class OagisMpStatus {
private OagisMpStatus() { }
/** Error Confirm Sent. */
public static final String OAGMP_ERRCONFSENT = "OAGMP_ERRCONFSENT";
/** Out Generated - Error. */
public static final String OAGMP_OGEN_ERROR = "OAGMP_OGEN_ERROR";
/** Out Generated - Success. */
public static final String OAGMP_OGEN_SUCCESS = "OAGMP_OGEN_SUCCESS";
/** In Processed - Error. */
public static final String OAGMP_PROC_ERROR = "OAGMP_PROC_ERROR";
/** In Processed - Success. */
public static final String OAGMP_PROC_SUCCESS = "OAGMP_PROC_SUCCESS";
/** In Message Received. */
public static final String OAGMP_RECEIVED = "OAGMP_RECEIVED";
/** Received Error Confirm. */
public static final String OAGMP_REC_ERR_CON = "OAGMP_REC_ERR_CON";
/** Received Success Confirm. */
public static final String OAGMP_REC_SUC_CON = "OAGMP_REC_SUC_CON";
/** Out Message Send Error. */
public static final String OAGMP_SEND_ERROR = "OAGMP_SEND_ERROR";
/** Out Message Sent. */
public static final String OAGMP_SENT = "OAGMP_SENT";
/** System Error. */
public static final String OAGMP_SYS_ERROR = "OAGMP_SYS_ERROR";
/** Out Message Triggered. */
public static final String OAGMP_TRIGGERED = "OAGMP_TRIGGERED";
}
public static final class OisgStatus {
private OisgStatus() { }
/** Cancelled. */
public static final String OISG_CANCELLED = "OISG_CANCELLED";
/** Completed. */
public static final String OISG_COMPLETED = "OISG_COMPLETED";
/** Created. */
public static final String OISG_CREATED = "OISG_CREATED";
/** Packed. */
public static final String OISG_PACKED = "OISG_PACKED";
}
public static final class OrderDelSch {
private OrderDelSch() { }
/** Accepted. */
public static final String ODS_ACCEPTED = "ODS_ACCEPTED";
/** Schedule Approved. */
public static final String ODS_APPROVED = "ODS_APPROVED";
/** Delivery Arranged. */
public static final String ODS_ARRANGED = "ODS_ARRANGED";
/** Delivery Cancelled. */
public static final String ODS_CANCELLED = "ODS_CANCELLED";
/** Supplier Submitted. */
public static final String ODS_SUBMITTED = "ODS_SUBMITTED";
}
public static final class OrderItemStatus {
private OrderItemStatus() { }
/** Approved. */
public static final String ITEM_APPROVED = "ITEM_APPROVED";
/** Cancelled. */
public static final String ITEM_CANCELLED = "ITEM_CANCELLED";
/** Completed. */
public static final String ITEM_COMPLETED = "ITEM_COMPLETED";
/** Created. */
public static final String ITEM_CREATED = "ITEM_CREATED";
/** Performed. */
public static final String ITEM_PERFORMED = "ITEM_PERFORMED";
/** Rejected. */
public static final String ITEM_REJECTED = "ITEM_REJECTED";
/** Undeliverable. */
public static final String ITEM_UNDELIVERABLE = "ITEM_UNDELIVERABLE";
}
public static final class OrderReturnStts {
private OrderReturnStts() { }
/** Accepted. */
public static final String RETURN_ACCEPTED = "RETURN_ACCEPTED";
/** Cancelled. */
public static final String RETURN_CANCELLED = "RETURN_CANCELLED";
/** Completed. */
public static final String RETURN_COMPLETED = "RETURN_COMPLETED";
/** Manual Refund Required. */
public static final String RETURN_MAN_REFUND = "RETURN_MAN_REFUND";
/** Received. */
public static final String RETURN_RECEIVED = "RETURN_RECEIVED";
/** Requested. */
public static final String RETURN_REQUESTED = "RETURN_REQUESTED";
}
public static final class OrderStatus {
private OrderStatus() { }
/** Approved. */
public static final String ORDER_APPROVED = "ORDER_APPROVED";
/** Cancelled. */
public static final String ORDER_CANCELLED = "ORDER_CANCELLED";
/** Completed. */
public static final String ORDER_COMPLETED = "ORDER_COMPLETED";
/** Created. */
public static final String ORDER_CREATED = "ORDER_CREATED";
/** Held. */
public static final String ORDER_HOLD = "ORDER_HOLD";
/** Processing. */
public static final String ORDER_PROCESSING = "ORDER_PROCESSING";
/** Rejected. */
public static final String ORDER_REJECTED = "ORDER_REJECTED";
/** Sent. */
public static final String ORDER_SENT = "ORDER_SENT";
/** Undeliverable. */
public static final String ORDER_UNDELIVERABLE = "ORDER_UNDELIVERABLE";
}
public static final class PartyInvStatus {
private PartyInvStatus() { }
/** Invitation Accepted. */
public static final String PARTYINV_ACCEPTED = "PARTYINV_ACCEPTED";
/** Invitation Cancelled. */
public static final String PARTYINV_CANCELLED = "PARTYINV_CANCELLED";
/** Invitation Declined. */
public static final String PARTYINV_DECLINED = "PARTYINV_DECLINED";
/** Invitation Pending. */
public static final String PARTYINV_PENDING = "PARTYINV_PENDING";
/** Invitation Sent. */
public static final String PARTYINV_SENT = "PARTYINV_SENT";
}
public static final class PartyLeadStatus {
private PartyLeadStatus() { }
/** Assigned. */
public static final String PTYLEAD_ASSIGNED = "PTYLEAD_ASSIGNED";
/** Converted. */
public static final String PTYLEAD_CONVERTED = "PTYLEAD_CONVERTED";
/** Dead. */
public static final String PTYLEAD_DEAD = "PTYLEAD_DEAD";
/** New. */
public static final String PTYLEAD_NEW = "PTYLEAD_NEW";
/** Qualified. */
public static final String PTYLEAD_QUALIFIED = "PTYLEAD_QUALIFIED";
/** Recycled. */
public static final String PTYLEAD_RECYCLED = "PTYLEAD_RECYCLED";
}
public static final class PartyStatus {
private PartyStatus() { }
/** Disabled. */
public static final String PARTY_DISABLED = "PARTY_DISABLED";
/** Enabled. */
public static final String PARTY_ENABLED = "PARTY_ENABLED";
}
public static final class PartyqualVerify {
private PartyqualVerify() { }
/** Not verified. */
public static final String PQV_NOT_VERIFIED = "PQV_NOT_VERIFIED";
/** Verified. */
public static final String PQV_VERIFIED = "PQV_VERIFIED";
}
public static final class PaymentPrefStatus {
private PaymentPrefStatus() { }
/** Authorized. */
public static final String PAYMENT_AUTHORIZED = "PAYMENT_AUTHORIZED";
/** Cancelled. */
public static final String PAYMENT_CANCELLED = "PAYMENT_CANCELLED";
/** Declined. */
public static final String PAYMENT_DECLINED = "PAYMENT_DECLINED";
/** Not-Authorized. */
public static final String PAYMENT_NOT_AUTH = "PAYMENT_NOT_AUTH";
/** Not-Received. */
public static final String PAYMENT_NOT_RECEIVED = "PAYMENT_NOT_RECEIVED";
/** Received. */
public static final String PAYMENT_RECEIVED = "PAYMENT_RECEIVED";
/** Refunded. */
public static final String PAYMENT_REFUNDED = "PAYMENT_REFUNDED";
/** Settled. */
public static final String PAYMENT_SETTLED = "PAYMENT_SETTLED";
}
public static final class PickitemStatus {
private PickitemStatus() { }
/** Cancelled. */
public static final String PICKITEM_CANCELLED = "PICKITEM_CANCELLED";
/** Completed. */
public static final String PICKITEM_COMPLETED = "PICKITEM_COMPLETED";
/** Pending. */
public static final String PICKITEM_PENDING = "PICKITEM_PENDING";
}
public static final class PicklistStatus {
private PicklistStatus() { }
/** Assigned. */
public static final String PICKLIST_ASSIGNED = "PICKLIST_ASSIGNED";
/** Cancelled. */
public static final String PICKLIST_CANCELLED = "PICKLIST_CANCELLED";
/** Completed. */
public static final String PICKLIST_COMPLETED = "PICKLIST_COMPLETED";
/** Input. */
public static final String PICKLIST_INPUT = "PICKLIST_INPUT";
/** Picked. */
public static final String PICKLIST_PICKED = "PICKLIST_PICKED";
/** Printed. */
public static final String PICKLIST_PRINTED = "PICKLIST_PRINTED";
}
public static final class PmntStatus {
private PmntStatus() { }
/** Cancelled. */
public static final String PMNT_CANCELLED = "PMNT_CANCELLED";
/** Confirmed. */
public static final String PMNT_CONFIRMED = "PMNT_CONFIRMED";
/** Not Paid. */
public static final String PMNT_NOT_PAID = "PMNT_NOT_PAID";
/** Received. */
public static final String PMNT_RECEIVED = "PMNT_RECEIVED";
/** Sent. */
public static final String PMNT_SENT = "PMNT_SENT";
/** Voided. */
public static final String PMNT_VOID = "PMNT_VOID";
}
public static final class PorderReturnStts {
private PorderReturnStts() { }
/** Accepted. */
public static final String SUP_RETURN_ACCEPTED = "SUP_RETURN_ACCEPTED";
/** Cancelled. */
public static final String SUP_RETURN_CANCELLED = "SUP_RETURN_CANCELLED";
/** Completed. */
public static final String SUP_RETURN_COMPLETED = "SUP_RETURN_COMPLETED";
/** Requested. */
public static final String SUP_RETURN_REQUESTED = "SUP_RETURN_REQUESTED";
/** Shipped. */
public static final String SUP_RETURN_SHIPPED = "SUP_RETURN_SHIPPED";
}
public static final class PostxStatus {
private PostxStatus() { }
/** Active. */
public static final String POSTX_ACTIVE = "POSTX_ACTIVE";
/** Closed. */
public static final String POSTX_CLOSED = "POSTX_CLOSED";
/** PaidIn. */
public static final String POSTX_PAID_IN = "POSTX_PAID_IN";
/** PaidOut. */
public static final String POSTX_PAID_OUT = "POSTX_PAID_OUT";
/** Returned. */
public static final String POSTX_RETURNED = "POSTX_RETURNED";
/** Sold. */
public static final String POSTX_SOLD = "POSTX_SOLD";
/** Voided. */
public static final String POSTX_VOIDED = "POSTX_VOIDED";
}
public static final class ProductReviewStts {
private ProductReviewStts() { }
/** Approved. */
public static final String PRR_APPROVED = "PRR_APPROVED";
/** Deleted. */
public static final String PRR_DELETED = "PRR_DELETED";
/** Pending. */
public static final String PRR_PENDING = "PRR_PENDING";
}
public static final class ProductionRun {
private ProductionRun() { }
/** Cancelled. */
public static final String PRUN_CANCELLED = "PRUN_CANCELLED";
/** Closed. */
public static final String PRUN_CLOSED = "PRUN_CLOSED";
/** Completed. */
public static final String PRUN_COMPLETED = "PRUN_COMPLETED";
/** Created. */
public static final String PRUN_CREATED = "PRUN_CREATED";
/** Confirmed. */
public static final String PRUN_DOC_PRINTED = "PRUN_DOC_PRINTED";
/** Outsourced. */
public static final String PRUN_OUTSRCD = "PRUN_OUTSRCD";
/** PO Pending. */
public static final String PRUN_OUTSRC_PEND = "PRUN_OUTSRC_PEND";
/** Reverted. */
public static final String PRUN_REVERTED = "PRUN_REVERTED";
/** Running. */
public static final String PRUN_RUNNING = "PRUN_RUNNING";
/** Scheduled. */
public static final String PRUN_SCHEDULED = "PRUN_SCHEDULED";
}
public static final class ProjectAssgnStatus {
private ProjectAssgnStatus() { }
/** Assigned. */
public static final String PAS_ASSIGNED = "PAS_ASSIGNED";
/** Completed. */
public static final String PAS_COMPLETED = "PAS_COMPLETED";
}
public static final class ProjectStatus {
private ProjectStatus() { }
/** Active. */
public static final String PRJ_ACTIVE = "PRJ_ACTIVE";
/** Closed. */
public static final String PRJ_CLOSED = "PRJ_CLOSED";
}
public static final class ProjectTaskStatus {
private ProjectTaskStatus() { }
/** Cancelled. */
public static final String PTS_CANCELLED = "PTS_CANCELLED";
/** Completed. */
public static final String PTS_COMPLETED = "PTS_COMPLETED";
/** Created. */
public static final String PTS_CREATED = "PTS_CREATED";
/** Assigned. */
public static final String PTS_CREATED_AS = "PTS_CREATED_AS";
/** In Progress. */
public static final String PTS_CREATED_IP = "PTS_CREATED_IP";
/** Unassigned. */
public static final String PTS_CREATED_UA = "PTS_CREATED_UA";
/** On Hold. */
public static final String PTS_ON_HOLD = "PTS_ON_HOLD";
}
public static final class PrtyasgnStatus {
private PrtyasgnStatus() { }
/** Assigned. */
public static final String PRTYASGN_ASSIGNED = "PRTYASGN_ASSIGNED";
/** Offered. */
public static final String PRTYASGN_OFFERED = "PRTYASGN_OFFERED";
/** Unassigned. */
public static final String PRTYASGN_UNASSIGNED = "PRTYASGN_UNASSIGNED";
}
public static final class PurchShipStatus {
private PurchShipStatus() { }
/** Created. */
public static final String PURCH_SHIP_CREATED = "PURCH_SHIP_CREATED";
/** Received. */
public static final String PURCH_SHIP_RECEIVED = "PURCH_SHIP_RECEIVED";
/** Shipped. */
public static final String PURCH_SHIP_SHIPPED = "PURCH_SHIP_SHIPPED";
}
public static final class QuoteStatus {
private QuoteStatus() { }
/** Approved. */
public static final String QUO_APPROVED = "QUO_APPROVED";
/** Cancelled. */
public static final String QUO_CANCELLED = "QUO_CANCELLED";
/** Created. */
public static final String QUO_CREATED = "QUO_CREATED";
/** Finalized. */
public static final String QUO_FINALIZED = "QUO_FINALIZED";
/** Ordered. */
public static final String QUO_ORDERED = "QUO_ORDERED";
/** Rejected. */
public static final String QUO_REJECTED = "QUO_REJECTED";
/** Sent. */
public static final String QUO_SENT = "QUO_SENT";
}
public static final class RequirementStatus {
private RequirementStatus() { }
/** Approved. */
public static final String REQ_APPROVED = "REQ_APPROVED";
/** Closed. */
public static final String REQ_CLOSED = "REQ_CLOSED";
/** Created. */
public static final String REQ_CREATED = "REQ_CREATED";
/** Ordered. */
public static final String REQ_ORDERED = "REQ_ORDERED";
/** Proposed. */
public static final String REQ_PROPOSED = "REQ_PROPOSED";
/** Rejected. */
public static final String REQ_REJECTED = "REQ_REJECTED";
}
public static final class RoutingStatus {
private RoutingStatus() { }
/** Well defined and usable. */
public static final String ROU_ACTIVE = "ROU_ACTIVE";
}
public static final class ServiceStatus {
private ServiceStatus() { }
/** Cancelled. */
public static final String SERVICE_CANCELLED = "SERVICE_CANCELLED";
/** Crashed. */
public static final String SERVICE_CRASHED = "SERVICE_CRASHED";
/** Failed. */
public static final String SERVICE_FAILED = "SERVICE_FAILED";
/** Finished. */
public static final String SERVICE_FINISHED = "SERVICE_FINISHED";
/** Pending. */
public static final String SERVICE_PENDING = "SERVICE_PENDING";
/** Queued. */
public static final String SERVICE_QUEUED = "SERVICE_QUEUED";
/** Running. */
public static final String SERVICE_RUNNING = "SERVICE_RUNNING";
}
public static final class ShipmentStatus {
private ShipmentStatus() { }
/** Cancelled. */
public static final String SHIPMENT_CANCELLED = "SHIPMENT_CANCELLED";
/** Delivered. */
public static final String SHIPMENT_DELIVERED = "SHIPMENT_DELIVERED";
/** Input. */
public static final String SHIPMENT_INPUT = "SHIPMENT_INPUT";
/** Packed. */
public static final String SHIPMENT_PACKED = "SHIPMENT_PACKED";
/** Picked. */
public static final String SHIPMENT_PICKED = "SHIPMENT_PICKED";
/** Scheduled. */
public static final String SHIPMENT_SCHEDULED = "SHIPMENT_SCHEDULED";
/** Shipped. */
public static final String SHIPMENT_SHIPPED = "SHIPMENT_SHIPPED";
}
public static final class ShprtsgCsStatus {
private ShprtsgCsStatus() { }
/** Accepted. */
public static final String SHRSCS_ACCEPTED = "SHRSCS_ACCEPTED";
/** Confirmed. */
public static final String SHRSCS_CONFIRMED = "SHRSCS_CONFIRMED";
/** Not Started. */
public static final String SHRSCS_NOT_STARTED = "SHRSCS_NOT_STARTED";
/** Shipped. */
public static final String SHRSCS_SHIPPED = "SHRSCS_SHIPPED";
/** Voided. */
public static final String SHRSCS_VOIDED = "SHRSCS_VOIDED";
}
public static final class SynchronizeStatus {
private SynchronizeStatus() { }
/** Not-Synchronized. */
public static final String NOT_SYNCHRONIZED = "NOT_SYNCHRONIZED";
/** Synchronized. */
public static final String SYNCHRONIZED = "SYNCHRONIZED";
}
public static final class TaskStatus {
private TaskStatus() { }
/** Accepted. */
public static final String CAL_ACCEPTED = "CAL_ACCEPTED";
/** Completed. */
public static final String CAL_COMPLETED = "CAL_COMPLETED";
/** Cancelled. */
public static final String TASK_CANCELLED = "TASK_CANCELLED";
/** Completed. */
public static final String TASK_COMPLETED = "TASK_COMPLETED";
/** Confirmed. */
public static final String TASK_CONFIRMED = "TASK_CONFIRMED";
/** On Hold. */
public static final String TASK_ON_HOLD = "TASK_ON_HOLD";
/** Rejected. */
public static final String TASK_REJECTED = "TASK_REJECTED";
/** Scheduled. */
public static final String TASK_SCHEDULED = "TASK_SCHEDULED";
/** Started. */
public static final String TASK_STARTED = "TASK_STARTED";
}
public static final class TimesheetStatus {
private TimesheetStatus() { }
/** Approved. */
public static final String TIMESHEET_APPROVED = "TIMESHEET_APPROVED";
/** Completed. */
public static final String TIMESHEET_COMPLETED = "TIMESHEET_COMPLETED";
/** In-Process. */
public static final String TIMESHEET_IN_PROCESS = "TIMESHEET_IN_PROCESS";
}
public static final class WeProjectStatus {
private WeProjectStatus() { }
/** Cancelled. */
public static final String WEPR_CANCELLED = "WEPR_CANCELLED";
/** Complete. */
public static final String WEPR_COMPLETE = "WEPR_COMPLETE";
/** In Progress. */
public static final String WEPR_IN_PROGRESS = "WEPR_IN_PROGRESS";
/** On Hold. */
public static final String WEPR_ON_HOLD = "WEPR_ON_HOLD";
/** Planning. */
public static final String WEPR_PLANNING = "WEPR_PLANNING";
}
public static final class WefaAvailability {
private WefaAvailability() { }
/** Available. */
public static final String WEFA_AVAILABLE = "WEFA_AVAILABLE";
/** In Use. */
public static final String WEFA_IN_USE = "WEFA_IN_USE";
}
public static final class WeffReviewStts {
private WeffReviewStts() { }
/** Approved. */
public static final String WERV_APPROVED = "WERV_APPROVED";
/** Deleted. */
public static final String WERV_DELETED = "WERV_DELETED";
/** Pending. */
public static final String WERV_PENDING = "WERV_PENDING";
}
public static final class WefgStatus {
private WefgStatus() { }
/** Cancelled. */
public static final String WEGS_CANCELLED = "WEGS_CANCELLED";
/** Completed. */
public static final String WEGS_COMPLETED = "WEGS_COMPLETED";
/** Created. */
public static final String WEGS_CREATED = "WEGS_CREATED";
}
public static final class WepaAvailability {
private WepaAvailability() { }
/** Available. */
public static final String WEPA_AV_AVAILABLE = "WEPA_AV_AVAILABLE";
/** Away. */
public static final String WEPA_AV_AWAY = "WEPA_AV_AWAY";
/** Busy. */
public static final String WEPA_AV_BUSY = "WEPA_AV_BUSY";
}
}
|
#!/bin/bash
THUNDERBIRD_PERFIL_DIR=~/.thunderbird/
BACKUP_LABEL=BK_EMAIL_THUNDERBIRD_WAGNERDESKTOP
BACKUP_DIR=/run/media/wagner/NSI-BACKUP/backups/emails/thunderbird/$BACKUP_LABEL/dotThunderbird
mkdir -p /run/media/wagner/NSI-BACKUP/backups/emails/thunderbird/$BACKUP_LABEL/dotThunderbird
rsync -va $THUNDERBIRD_PERFIL_DIR $BACKUP_DIR
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.