YSY commit
This commit is contained in:
@@ -21,12 +21,12 @@ android {
|
||||
targetSdkVersion 26
|
||||
|
||||
//For Egypt
|
||||
versionCode 23
|
||||
versionName "3.5"
|
||||
/*versionCode 23
|
||||
versionName "3.5"*/
|
||||
|
||||
//For UAE
|
||||
/*versionCode 19
|
||||
versionName "3.1"*/
|
||||
versionCode 20
|
||||
versionName "3.2"
|
||||
|
||||
//For Turkey
|
||||
/*versionCode 21
|
||||
|
||||
@@ -68,7 +68,7 @@ public class GeoTagStoreList extends AppCompatActivity implements View.OnClickLi
|
||||
toolbar = (Toolbar) findViewById(R.id.toolbar);
|
||||
setSupportActionBar(toolbar);
|
||||
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
|
||||
preferences = PreferenceManager.getDefaultSharedPreferences(this);
|
||||
|
||||
@@ -129,7 +129,7 @@ public class AdditionalVisibility extends AppCompatActivity implements View.OnCl
|
||||
toolbar = (Toolbar) findViewById(R.id.toolbar);
|
||||
setSupportActionBar(toolbar);
|
||||
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
|
||||
preferences = PreferenceManager.getDefaultSharedPreferences(this);
|
||||
|
||||
@@ -80,7 +80,7 @@ public class CoachingVisitActivity extends AppCompatActivity implements AdapterV
|
||||
|
||||
multi_spinner_supervisor = (MultiSpinnerSearch) findViewById(R.id.multi_spinner_supervisor);
|
||||
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
|
||||
preferences = PreferenceManager.getDefaultSharedPreferences(this);
|
||||
|
||||
@@ -138,7 +138,7 @@ public class FutureJCPActivity extends AppCompatActivity implements View.OnClick
|
||||
void declaration() {
|
||||
Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar);
|
||||
setSupportActionBar(toolbar);
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
fab = (FloatingActionButton) findViewById(R.id.fab);
|
||||
//calenderBtn = (ImageButton) findViewById(R.id.iconCalender);
|
||||
|
||||
@@ -128,7 +128,7 @@ public class NonWorkingReason extends AppCompatActivity implements
|
||||
Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar);
|
||||
setSupportActionBar(toolbar);
|
||||
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
|
||||
preferences = PreferenceManager.getDefaultSharedPreferences(this);
|
||||
|
||||
+43
-36
@@ -61,15 +61,15 @@ public class POGQuestionsActivity extends AppCompatActivity {
|
||||
|
||||
GSKOrangeDB db;
|
||||
|
||||
List<MSL_AvailabilityStockFacingGetterSetter> headerDataList;
|
||||
List<MSL_AvailabilityStockFacingGetterSetter> headerDataList = new ArrayList<>();
|
||||
HashMap<MSL_AvailabilityStockFacingGetterSetter, List<POGGetterSetter>> hashMapListChildData = new HashMap<>();
|
||||
|
||||
ExpandableListAdapter adapter;
|
||||
|
||||
List<Integer> checkHeaderArray = new ArrayList<>();
|
||||
String error_msg="";
|
||||
String error_msg = "";
|
||||
boolean checkflag = true;
|
||||
int selectedPOSMTypePosition =0;
|
||||
int selectedPOSMTypePosition = 0;
|
||||
boolean userSelect = false, changedFlag = false;
|
||||
|
||||
@Override
|
||||
@@ -108,7 +108,7 @@ public class POGQuestionsActivity extends AppCompatActivity {
|
||||
//txt_mslAvailabilityName.setText(getResources().getString(R.string.title_activity_msl__availability));
|
||||
toolbar.setTitle(getResources().getString(R.string.pog));
|
||||
setSupportActionBar(toolbar);
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
|
||||
FloatingActionButton fab = (FloatingActionButton) findViewById(R.id.fab);
|
||||
@@ -117,7 +117,7 @@ public class POGQuestionsActivity extends AppCompatActivity {
|
||||
public void onClick(View view) {
|
||||
if (validateData()) {
|
||||
|
||||
db.savePOGQuestionAnswerData(hashMapListChildData, headerDataList,store_id, categoryId);
|
||||
db.savePOGQuestionAnswerData(hashMapListChildData, headerDataList, store_id, categoryId);
|
||||
finish();
|
||||
overridePendingTransition(R.anim.activity_back_in, R.anim.activity_back_out);
|
||||
|
||||
@@ -141,14 +141,18 @@ public class POGQuestionsActivity extends AppCompatActivity {
|
||||
alert.show();*/
|
||||
|
||||
} else {
|
||||
adapter.notifyDataSetChanged();
|
||||
expandableListView.invalidateViews();
|
||||
Snackbar.make(expandableListView,error_msg , Snackbar.LENGTH_SHORT).show();
|
||||
|
||||
if(adapter!=null){
|
||||
adapter.notifyDataSetChanged();
|
||||
expandableListView.invalidateViews();
|
||||
}
|
||||
|
||||
Snackbar.make(expandableListView, error_msg, Snackbar.LENGTH_SHORT).show();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
if(country_id.equals("2") && (storeType_id.equals("9")|| storeType_id.equals("15"))){
|
||||
if (country_id.equals("2") && (storeType_id.equals("9") || storeType_id.equals("15"))) {
|
||||
linPlanogramType.setVisibility(View.VISIBLE);
|
||||
final ArrayAdapter planogramTypeAdapter = new ArrayAdapter<CharSequence>(this,
|
||||
android.R.layout.simple_spinner_item);
|
||||
@@ -184,7 +188,7 @@ public class POGQuestionsActivity extends AppCompatActivity {
|
||||
|
||||
userSelect = false;
|
||||
|
||||
if(changedFlag){
|
||||
if (changedFlag) {
|
||||
AlertDialog.Builder builder = new AlertDialog.Builder(POGQuestionsActivity.this);
|
||||
builder.setMessage(R.string.DELETE_ALERT_MESSAGE)
|
||||
.setCancelable(false)
|
||||
@@ -209,8 +213,7 @@ public class POGQuestionsActivity extends AppCompatActivity {
|
||||
AlertDialog alert = builder.create();
|
||||
|
||||
alert.show();
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
selectedPOSMTypePosition = position;
|
||||
prepareListData(planogramTypeAdapter.getItem(position).toString(), true);
|
||||
}
|
||||
@@ -226,20 +229,19 @@ public class POGQuestionsActivity extends AppCompatActivity {
|
||||
|
||||
ArrayList<POGGetterSetter> pogSavedList = db.getAfterSavePOGUploadQuestionAnswerData(store_id, categoryId);
|
||||
|
||||
if(pogSavedList.size()>0){
|
||||
if (pogSavedList.size() > 0) {
|
||||
String qType = pogSavedList.get(0).getQTYPE();
|
||||
for(int i=0; i<pogTypeList.size();i++){
|
||||
if(qType.equals(pogTypeList.get(i))){
|
||||
selectedPOSMTypePosition = i+1;
|
||||
spinPlanogramType.setSelection(i+1);
|
||||
for (int i = 0; i < pogTypeList.size(); i++) {
|
||||
if (qType.equals(pogTypeList.get(i))) {
|
||||
selectedPOSMTypePosition = i + 1;
|
||||
spinPlanogramType.setSelection(i + 1);
|
||||
prepareListData(qType, false);
|
||||
break;
|
||||
}
|
||||
}
|
||||
changedFlag = true;
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
prepareListData(null, false);
|
||||
}
|
||||
|
||||
@@ -255,7 +257,7 @@ public class POGQuestionsActivity extends AppCompatActivity {
|
||||
|
||||
if (id == android.R.id.home) {
|
||||
|
||||
if(changedFlag){
|
||||
if (changedFlag) {
|
||||
android.app.AlertDialog.Builder builder = new android.app.AlertDialog.Builder(POGQuestionsActivity.this);
|
||||
builder.setTitle("Parinaam");
|
||||
builder.setMessage(getResources().getString(R.string.data_will_be_lost)).setCancelable(false)
|
||||
@@ -274,8 +276,7 @@ public class POGQuestionsActivity extends AppCompatActivity {
|
||||
});
|
||||
android.app.AlertDialog alert = builder.create();
|
||||
alert.show();
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
finish();
|
||||
overridePendingTransition(R.anim.activity_back_in, R.anim.activity_back_out);
|
||||
}
|
||||
@@ -287,7 +288,7 @@ public class POGQuestionsActivity extends AppCompatActivity {
|
||||
@Override
|
||||
public void onBackPressed() {
|
||||
//super.onBackPressed();
|
||||
if(changedFlag){
|
||||
if (changedFlag) {
|
||||
android.app.AlertDialog.Builder builder = new android.app.AlertDialog.Builder(POGQuestionsActivity.this);
|
||||
builder.setTitle("Parinaam");
|
||||
builder.setMessage(getResources().getString(R.string.data_will_be_lost)).setCancelable(false)
|
||||
@@ -306,15 +307,14 @@ public class POGQuestionsActivity extends AppCompatActivity {
|
||||
});
|
||||
android.app.AlertDialog alert = builder.create();
|
||||
alert.show();
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
super.onBackPressed();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
void prepareListData(String planogramType, boolean clearFlag){
|
||||
void prepareListData(String planogramType, boolean clearFlag) {
|
||||
headerDataList = new ArrayList<>();
|
||||
|
||||
headerDataList = db.getSubCategoryMasterForPOG(categoryId, storeType_id, pog_type_id, planogramType);
|
||||
@@ -323,22 +323,22 @@ public class POGQuestionsActivity extends AppCompatActivity {
|
||||
for (int i = 0; i < headerDataList.size(); i++) {
|
||||
|
||||
ArrayList<POGGetterSetter> quizDataList = new ArrayList<>();
|
||||
if(!clearFlag){
|
||||
if (!clearFlag) {
|
||||
quizDataList = db.getAfterSavePOGQuestionAnswerData(store_id, categoryId, headerDataList.get(i).getSub_category_id());
|
||||
}
|
||||
|
||||
|
||||
if(quizDataList.size()==0){
|
||||
if (quizDataList.size() == 0) {
|
||||
quizDataList = db.getPOGSubCategoryWise(headerDataList.get(i).getSub_category_id(), pog_type_id, storeType_id, planogramType);
|
||||
}
|
||||
|
||||
//hashMapListChildData = new HashMap<>();
|
||||
//hashMapListChildData = new HashMap<>();
|
||||
ArrayList<POGGetterSetter> childListData = new ArrayList<>();
|
||||
|
||||
if (quizDataList.size() > 0) {
|
||||
String select = getString(R.string.title_activity_select_dropdown);
|
||||
// Adding child data
|
||||
for (int j = 0; j < quizDataList.size();j++) {
|
||||
for (int j = 0; j < quizDataList.size(); j++) {
|
||||
childListData = db.getPOGAnswerData(quizDataList.get(j).getQUESTION_ID(), headerDataList.get(i).getSub_category_id(), select);
|
||||
quizDataList.get(j).setAnswerList(childListData);
|
||||
}
|
||||
@@ -494,20 +494,20 @@ public class POGQuestionsActivity extends AppCompatActivity {
|
||||
}
|
||||
});
|
||||
|
||||
holder.txt_question.setText(childData.getQUESTION() + " ("+childData.getQTYPE()+")");
|
||||
holder.txt_question.setText(childData.getQUESTION() + " (" + childData.getQTYPE() + ")");
|
||||
|
||||
for (int i = 0; i < ans_list.size(); i++) {
|
||||
if ( ans_list.get(i).getANSWER_ID().equals(childData.getANSWER_ID())) {
|
||||
if (ans_list.get(i).getANSWER_ID().equals(childData.getANSWER_ID())) {
|
||||
holder.sp_auditAnswer.setSelection(i);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if(!checkflag){
|
||||
if(childData.getANSWER_ID().equals("0")){
|
||||
if (!checkflag) {
|
||||
if (childData.getANSWER_ID().equals("0")) {
|
||||
holder.cardView.setCardBackgroundColor(getResources().getColor(android.R.color.holo_red_dark));
|
||||
|
||||
}else {
|
||||
} else {
|
||||
holder.cardView.setCardBackgroundColor(getResources().getColor(R.color.white));
|
||||
}
|
||||
}
|
||||
@@ -578,7 +578,14 @@ public class POGQuestionsActivity extends AppCompatActivity {
|
||||
checkHeaderArray.clear();
|
||||
|
||||
checkflag = true;
|
||||
for(int l=0; l<headerDataList.size(); l++){
|
||||
if (country_id.equals("2") && (storeType_id.equals("9") || storeType_id.equals("15"))) {
|
||||
if (headerDataList.size() == 0) {
|
||||
error_msg = getString(R.string.title_activity_select_dropdown);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
for (int l = 0; l < headerDataList.size(); l++) {
|
||||
|
||||
List<POGGetterSetter> child_data = hashMapListChildData.get(headerDataList.get(l));
|
||||
for (int i = 0; i < child_data.size(); i++) {
|
||||
|
||||
+1
-1
@@ -109,7 +109,7 @@ public class StoreCheckoutImageActivity extends AppCompatActivity implements Vie
|
||||
|
||||
toolbar = (Toolbar) findViewById(R.id.toolbar);
|
||||
setSupportActionBar(toolbar);
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
|
||||
img_cam = (ImageView) findViewById(R.id.img_selfie);
|
||||
|
||||
@@ -220,7 +220,7 @@ public class StoreListActivity extends AppCompatActivity implements GoogleApiCli
|
||||
setContentView(R.layout.storelistfablayout);
|
||||
toolbar = (Toolbar) findViewById(R.id.toolbar);
|
||||
setSupportActionBar(toolbar);
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
preferences = PreferenceManager.getDefaultSharedPreferences(this);
|
||||
|
||||
|
||||
@@ -129,7 +129,7 @@ public class StoreimageActivity extends AppCompatActivity implements View.OnClic
|
||||
CommonFunctions.updateLangResources(getApplicationContext(), preferences.getString(CommonString.KEY_LANGUAGE, ""));
|
||||
toolbar = (Toolbar) findViewById(R.id.toolbar);
|
||||
setSupportActionBar(toolbar);
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
|
||||
img_cam = (ImageView) findViewById(R.id.img_selfie);
|
||||
|
||||
+18
-3
@@ -42,7 +42,7 @@ public class CategoryListActivity extends AppCompatActivity {
|
||||
CategoryListAdapter adapter;
|
||||
|
||||
GSKOrangeDB db;
|
||||
String store_id, visit_date, username, intime, date, keyAccount_id, class_id, storeType_id,camera_allow, country_id, store_flag_str;
|
||||
String store_id, visit_date, username, intime, date, keyAccount_id, class_id, storeType_id,camera_allow, country_id, store_flag_str, pog_type_id;
|
||||
private SharedPreferences preferences;
|
||||
|
||||
@Override
|
||||
@@ -70,13 +70,13 @@ public class CategoryListActivity extends AppCompatActivity {
|
||||
camera_allow = preferences.getString(CommonString.KEY_CAMERA_ALLOW, "");
|
||||
country_id = preferences.getString(CommonString.KEY_COUNTRY_ID, null);
|
||||
store_flag_str = preferences.getString(CommonString.KEY_STORE_FLAG, null);
|
||||
|
||||
pog_type_id = preferences.getString(CommonString.KEY_POG_TYPE_ID, "");
|
||||
|
||||
/*txt_categoryName = (TextView) findViewById(R.id.txt_categoryName);
|
||||
txt_categoryName.setText(getResources().getString(R.string.title_activity_category_list));*/
|
||||
toolbar.setTitle(getResources().getString(R.string.title_activity_category_list));
|
||||
setSupportActionBar(toolbar);
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
|
||||
FloatingActionButton fab = (FloatingActionButton) findViewById(R.id.fab_category);
|
||||
@@ -217,6 +217,14 @@ public class CategoryListActivity extends AppCompatActivity {
|
||||
}
|
||||
}
|
||||
|
||||
if(flag){
|
||||
if (db.getSubCategoryMasterForPOG(category_id, storeType_id, pog_type_id, null).size() > 0) {
|
||||
if (db.getAfterSavePOGUploadQuestionAnswerData(store_id, category_id).size() == 0) {
|
||||
flag = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (flag){
|
||||
|
||||
//Counterfeit Product Option - Egypt
|
||||
@@ -562,6 +570,13 @@ public class CategoryListActivity extends AppCompatActivity {
|
||||
}
|
||||
}
|
||||
|
||||
if (db.getSubCategoryMasterForPOG(category_id, storeType_id, pog_type_id, null).size() > 0) {
|
||||
if (db.getAfterSavePOGUploadQuestionAnswerData(store_id, category_id).size() == 0) {
|
||||
flag_filled = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
//Counterfeit Product Option - Egypt
|
||||
if(country_id.equals("6")){
|
||||
|
||||
|
||||
+1
-1
@@ -77,7 +77,7 @@ public class CategoryWisePerformanceActivity extends AppCompatActivity {
|
||||
//txt_categoryName.setText(getResources().getString(R.string.title_activity_category_wise_performance) + " " + categoryName);
|
||||
toolbar.setTitle(getResources().getString(R.string.title_activity_category_wise_performance) + " " + categoryName);
|
||||
setSupportActionBar(toolbar);
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
|
||||
FloatingActionButton fab = (FloatingActionButton) findViewById(R.id.fab);
|
||||
|
||||
+1
-1
@@ -96,7 +96,7 @@ public class DailyDataMenuActivity extends AppCompatActivity {
|
||||
//txt_categoryName.setText(getResources().getString(R.string.title_activity_daily_main_menu) + " - " + categoryName);
|
||||
toolbar.setTitle(getResources().getString(R.string.title_activity_daily_main_menu) + " - " + categoryName);
|
||||
setSupportActionBar(toolbar);
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
|
||||
/*FloatingActionButton fab = (FloatingActionButton) findViewById(R.id.fab);
|
||||
|
||||
+1
-1
@@ -94,7 +94,7 @@ public class MSL_AvailabilityActivity extends AppCompatActivity {
|
||||
//txt_mslAvailabilityName.setText(getResources().getString(R.string.title_activity_msl__availability));
|
||||
toolbar.setTitle(getResources().getString(R.string.title_activity_msl__availability));
|
||||
setSupportActionBar(toolbar);
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
|
||||
prepareList();
|
||||
|
||||
+1
-1
@@ -140,7 +140,7 @@ public class MSL_Availability_StockFacingActivity extends AppCompatActivity impl
|
||||
//txt_mslAvailabilityName.setText(getResources().getString(R.string.title_activity_msl__availability));
|
||||
toolbar.setTitle(getResources().getString(R.string.title_activity_msl__availability));
|
||||
setSupportActionBar(toolbar);
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
|
||||
str_planogram = CommonString.FILE_PATH_PLANOGRAM;
|
||||
|
||||
+1
-1
@@ -94,7 +94,7 @@ public class PromoComplianceActivity extends AppCompatActivity {
|
||||
Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar);
|
||||
toolbar.setTitle(getResources().getString(R.string.title_activity_promo_compliance));
|
||||
setSupportActionBar(toolbar);
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
|
||||
lin_promo_sku = (LinearLayout) findViewById(R.id.lin_promo_sku);
|
||||
|
||||
+1
-1
@@ -93,7 +93,7 @@ public class StockFacing_PlanogramTrackerActivity extends AppCompatActivity {
|
||||
Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar);
|
||||
toolbar.setTitle(getResources().getString(R.string.stock_planogram_planogram_tracker));
|
||||
setSupportActionBar(toolbar);
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
|
||||
db = new GSKOrangeDB(this);
|
||||
|
||||
+1
-1
@@ -152,7 +152,7 @@ public class Stock_FacingActivity extends AppCompatActivity {
|
||||
//txt_stockFacingName.setText(getResources().getString(R.string.title_activity_stock_facing));
|
||||
toolbar.setTitle(getResources().getString(R.string.title_activity_stock_facing));
|
||||
setSupportActionBar(toolbar);
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
|
||||
//Stock Facing List
|
||||
|
||||
+1
-1
@@ -75,7 +75,7 @@ public class StoreWisePerformanceActivity extends AppCompatActivity {
|
||||
|
||||
toolbar.setTitle(getResources().getString(R.string.title_activity_store_wise_performance));
|
||||
setSupportActionBar(toolbar);
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
|
||||
FloatingActionButton fab = (FloatingActionButton) findViewById(R.id.fab);
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#Wed Mar 13 18:14:05 IST 2019
|
||||
#Fri Mar 15 09:43:47 IST 2019
|
||||
D\:\\GITHub\\GSKORANGEV2\\library\\src\\main\\res\\layout\\item_listview_single.xml=D\:\\GITHub\\GSKORANGEV2\\library\\build\\intermediates\\packaged_res\\release\\layout\\item_listview_single.xml
|
||||
D\:\\GITHub\\GSKORANGEV2\\library\\src\\main\\res\\layout\\item_listview_multiple.xml=D\:\\GITHub\\GSKORANGEV2\\library\\build\\intermediates\\packaged_res\\release\\layout\\item_listview_multiple.xml
|
||||
D\:\\GITHub\\GSKORANGEV2\\library\\src\\main\\res\\layout\\activity_main.xml=D\:\\GITHub\\GSKORANGEV2\\library\\build\\intermediates\\packaged_res\\release\\layout\\activity_main.xml
|
||||
|
||||
Reference in New Issue
Block a user