Skip to content

Commit

Permalink
调整目录结构
Browse files Browse the repository at this point in the history
  • Loading branch information
钱雷 committed Mar 1, 2017
1 parent b092d22 commit a23d8e4
Show file tree
Hide file tree
Showing 4,426 changed files with 246,660 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.dxd.net.upgrade.test;

public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.dxd.net.upgrade.test";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.dxd.net.upgrade;

public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.dxd.net.upgrade";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.dxd.net.upgrade;

public final class BuildConfig {
public static final boolean DEBUG = false;
public static final String APPLICATION_ID = "com.dxd.net.upgrade";
public static final String BUILD_TYPE = "release";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/* 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 android.support.test.espresso;

public final class R {
public static final class string {
public static final int app_name = 0x7f050021;
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/* 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 android.support.test.rule;

public final class R {
public static final class string {
public static final int app_name = 0x7f050021;
}
}
1,458 changes: 1,458 additions & 0 deletions build/generated/source/r/androidTest/debug/android/support/v7/appcompat/R.java

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
/* 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.daimajia.numberprogressbar;

public final class R {
public static final class attr {
public static final int numberProgressBarStyle = 0x7f0100d8;
public static final int progress_current = 0x7f0100b2;
public static final int progress_max = 0x7f0100b3;
public static final int progress_reached_bar_height = 0x7f0100b6;
public static final int progress_reached_color = 0x7f0100b5;
public static final int progress_text_color = 0x7f0100b9;
public static final int progress_text_offset = 0x7f0100ba;
public static final int progress_text_size = 0x7f0100b8;
public static final int progress_text_visibility = 0x7f0100bb;
public static final int progress_unreached_bar_height = 0x7f0100b7;
public static final int progress_unreached_color = 0x7f0100b4;
}
public static final class id {
public static final int invisible = 0x7f0a0022;
public static final int visible = 0x7f0a0023;
}
public static final class style {
public static final int NumberProgressBar_Beauty_Red = 0x7f0700ce;
public static final int NumberProgressBar_Default = 0x7f0700cf;
public static final int NumberProgressBar_Funny_Orange = 0x7f0700d0;
public static final int NumberProgressBar_Grace_Yellow = 0x7f0700d1;
public static final int NumberProgressBar_Passing_Green = 0x7f0700d2;
public static final int NumberProgressBar_Relax_Blue = 0x7f0700d3;
public static final int NumberProgressBar_Twinkle_Night = 0x7f0700d4;
public static final int NumberProgressBar_Warning_Red = 0x7f0700d5;
}
public static final class styleable {
public static final int[] NumberProgressBar = { 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb };
public static final int NumberProgressBar_progress_current = 0;
public static final int NumberProgressBar_progress_max = 1;
public static final int NumberProgressBar_progress_reached_bar_height = 4;
public static final int NumberProgressBar_progress_reached_color = 3;
public static final int NumberProgressBar_progress_text_color = 7;
public static final int NumberProgressBar_progress_text_offset = 8;
public static final int NumberProgressBar_progress_text_size = 6;
public static final int NumberProgressBar_progress_text_visibility = 9;
public static final int NumberProgressBar_progress_unreached_bar_height = 5;
public static final int NumberProgressBar_progress_unreached_color = 2;
public static final int[] Themes = { 0x7f0100d8 };
public static final int Themes_numberProgressBarStyle = 0;
}
}
Loading

0 comments on commit a23d8e4

Please sign in to comment.