/* AUTO-GENERATED FILE.  DO NOT MODIFY.
 *
 * This class was automatically generated by the
 * gradle plugin from the resource data it found. It
 * should not be modified by hand.
 */
package com.makeramen.roundedimageview;

public final class R {
    public static final class attr {
        public static int riv_border_color = 0x7f0400c2;
        public static int riv_border_width = 0x7f0400c3;
        public static int riv_corner_radius = 0x7f0400c4;
        public static int riv_corner_radius_bottom_left = 0x7f0400c5;
        public static int riv_corner_radius_bottom_right = 0x7f0400c6;
        public static int riv_corner_radius_top_left = 0x7f0400c7;
        public static int riv_corner_radius_top_right = 0x7f0400c8;
        public static int riv_mutate_background = 0x7f0400c9;
        public static int riv_oval = 0x7f0400ca;
        public static int riv_tile_mode = 0x7f0400cb;
        public static int riv_tile_mode_x = 0x7f0400cc;
        public static int riv_tile_mode_y = 0x7f0400cd;
    }
    public static final class id {
        public static int clamp = 0x7f0c0032;
        public static int mirror = 0x7f0c0071;
        public static int repeat = 0x7f0c0086;
    }
    public static final class string {
        public static int define_roundedimageview = 0x7f15005a;
        public static int library_roundedimageview_author = 0x7f15006d;
        public static int library_roundedimageview_authorWebsite = 0x7f15006e;
        public static int library_roundedimageview_isOpenSource = 0x7f15006f;
        public static int library_roundedimageview_libraryDescription = 0x7f150070;
        public static int library_roundedimageview_libraryName = 0x7f150071;
        public static int library_roundedimageview_libraryVersion = 0x7f150072;
        public static int library_roundedimageview_libraryWebsite = 0x7f150073;
        public static int library_roundedimageview_licenseId = 0x7f150074;
        public static int library_roundedimageview_repositoryLink = 0x7f150075;
    }
    public static final class styleable {
        public static int[] RoundedImageView = { 0x0101011d, 0x7f0400c2, 0x7f0400c3, 0x7f0400c4, 0x7f0400c5, 0x7f0400c6, 0x7f0400c7, 0x7f0400c8, 0x7f0400c9, 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400cd };
        public static int RoundedImageView_android_scaleType = 0;
        public static int RoundedImageView_riv_border_color = 1;
        public static int RoundedImageView_riv_border_width = 2;
        public static int RoundedImageView_riv_corner_radius = 3;
        public static int RoundedImageView_riv_corner_radius_bottom_left = 4;
        public static int RoundedImageView_riv_corner_radius_bottom_right = 5;
        public static int RoundedImageView_riv_corner_radius_top_left = 6;
        public static int RoundedImageView_riv_corner_radius_top_right = 7;
        public static int RoundedImageView_riv_mutate_background = 8;
        public static int RoundedImageView_riv_oval = 9;
        public static int RoundedImageView_riv_tile_mode = 10;
        public static int RoundedImageView_riv_tile_mode_x = 11;
        public static int RoundedImageView_riv_tile_mode_y = 12;
    }
}
