blob: e4a39e5b8e3c13198d14ddc9672ad645ce7e1f5b [file] [log] [blame]
/*
* Copyright (C) 2009 The Android Open Source Project
*
* 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.
*/
package com.cooliris.app;
import com.cooliris.media.R;
public class Res {
// public static final R.anim anim = new R.anim();
public static final R.array array = new R.array();
public static final R.attr attr = new R.attr();
// public static final R.bool bool = new R.bool();
// public static final R.color color = new R.color();
// public static final R.dimen dimen = new R.dimen();
public static final R.drawable drawable = new R.drawable();
public static final R.id id = new R.id();
// public static final R.integer integer = new R.integer();
public static final R.layout layout = new R.layout();
// public static final R.plurals plurals = new R.plurals();
// public static final R.raw raw = new R.raw();
public static final R.string string = new R.string();
// public static final R.style style = new R.style();
// public static final R.styleable = new R.styleable();
public static final R.xml xml = new R.xml();
}