All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.beigesoft.android.ajetty.R Maven / Gradle / Ivy

Go to download

A-Jetty for Android. It is Jetty 9.2 adapted for Android configured as minimum server with WebAppDeployer that can deploy ordinal WAR (JSP/JSTL must be pre-compiled into servlets by A-Tomcat). It's only for tests purposes. It doesn't comply to the latest Android policy (loading executable binaries from outside)!

There is a newer version: 1.0.5
Show newest version
/* 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 org.beigesoft.android.ajetty;

public final class R {
    public static final class attr {
    }
    public static final class drawable {
        public static final int ic_launcher=0x7f020000;
    }
    public static final class id {
        public static final int btnStart=0x7f060002;
        public static final int btnStartBrowser=0x7f060004;
        public static final int btnStop=0x7f060003;
        public static final int cmbPort=0x7f060001;
        public static final int tvStatus=0x7f060000;
    }
    public static final class layout {
        public static final int ajetty=0x7f030000;
    }
    public static final class string {
        public static final int app_name=0x7f040000;
        public static final int port=0x7f040001;
        public static final int start=0x7f040002;
        public static final int started=0x7f040005;
        public static final int status=0x7f040004;
        public static final int stop=0x7f040003;
        public static final int stopped=0x7f040006;
    }
    public static final class style {
        /** 
        Base application theme, dependent on API level. This theme is replaced
        by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
        @android:style/Theme.Holo
        Theme.AppCompat
    

            Theme customizations available in newer API levels can go in
            res/values-vXX/styles.xml, while customizations related to
            backward-compatibility can go here.
        
         */
        public static final int AppBaseTheme=0x7f050000;
        /**  Application theme. 
 All customizations that are NOT specific to a particular API-level can go here. 
         */
        public static final int AppTheme=0x7f050001;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy