Home | History | Annotate | Download | only in gradleapp
      1 package org.robolectric.gradleapp;
      2 
      3 public class R {
      4 
      5   public static class string {
      6     public static int from_gradle_output = 0x7f030001;
      7     public static int item_from_gradle_output = 0x7f030002;
      8   }
      9 
     10   public static class color {
     11     public static int example_color = 0x7f030003;
     12     public static int example_item_color = 0x7f030004;
     13   }
     14 
     15   public static class dimen {
     16     public static int example_dimen = 0x7f030005;
     17     public static int example_item_dimen = 0x7f030006;
     18   }
     19 }
     20