• 大小: 75.01MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2022-04-17
  • 语言: Java
  • 标签: 天气预报  

资源简介

界面精美、多城市管理、功能齐全。需要使用android studio3.0及以上或者更新gradle版本方可使用。

资源截图

代码片段和文件信息

// Generated code from Butter Knife. Do not modify!
package com.daobao.asus.iweather.fragment;

import android.support.annotation.CallSuper;
import android.support.annotation.UiThread;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import butterknife.Unbinder;
import butterknife.internal.Utils;
import com.daobao.asus.iweather.R;
import java.lang.IllegalStateException;
import java.lang.Override;

public class MainFragment_ViewBinding implements Unbinder {
  private MainFragment target;

  @UiThread
  public MainFragment_ViewBinding(MainFragment target View source) {
    this.target = target;

    target.mRecyclerView = Utils.findRequiredViewAsType(source R.id.recyclerview “field ‘mRecyclerView‘“ RecyclerView.class);
    target.mRefreshLayout = Utils.findRequiredViewAsType(source R.id.swiprefresh “field ‘mRefreshLayout‘“ SwipeRefreshLayout.class);
  }

  @Override
  @CallSuper
  public void unbind() {
    MainFragment target = this.target;
    if (target == null) throw new IllegalStateException(“Bindings already cleared.“);
    this.target = null;

    target.mRecyclerView = null;
    target.mRefreshLayout = null;
  }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件          7  2018-01-09 12:24  IWeather\.git\COMMIT_EDITMSG

     文件        305  2017-11-19 11:19  IWeather\.git\config

     文件         73  2017-11-19 11:18  IWeather\.git\description

     文件        100  2017-11-26 22:02  IWeather\.git\FETCH_HEAD

     文件         23  2017-11-19 11:18  IWeather\.git\HEAD

     文件        478  2017-11-19 11:18  IWeather\.git\hooks\applypatch-msg.sample

     文件        896  2017-11-19 11:18  IWeather\.git\hooks\commit-msg.sample

     文件        189  2017-11-19 11:18  IWeather\.git\hooks\post-update.sample

     文件        424  2017-11-19 11:18  IWeather\.git\hooks\pre-applypatch.sample

     文件       1642  2017-11-19 11:18  IWeather\.git\hooks\pre-commit.sample

     文件       1348  2017-11-19 11:18  IWeather\.git\hooks\pre-push.sample

     文件       4898  2017-11-19 11:18  IWeather\.git\hooks\pre-rebase.sample

     文件        544  2017-11-19 11:18  IWeather\.git\hooks\pre-receive.sample

     文件       1492  2017-11-19 11:18  IWeather\.git\hooks\prepare-commit-msg.sample

     文件       3610  2017-11-19 11:18  IWeather\.git\hooks\update.sample

     文件      23219  2018-01-15 08:57  IWeather\.git\index

     文件        240  2017-11-19 11:18  IWeather\.git\info\exclude

     文件       5095  2018-01-09 12:24  IWeather\.git\logs\HEAD

     文件       5095  2018-01-09 12:24  IWeather\.git\logs\refs\heads\master

     文件       4122  2018-01-09 12:24  IWeather\.git\logs\refs\remotes\origin\master

     文件        109  2017-11-26 20:39  IWeather\.git\objects\00\197a5532c5fe8dfb26bf520a0910f7e25c43ad

     文件       2596  2017-11-25 16:47  IWeather\.git\objects\00\e2cb1146952bd65565af598847f5f4b4839138

     文件        652  2017-11-27 11:57  IWeather\.git\objects\00\f83ed6c6fd17b18425e9b33368252c4ab9469a

     文件        117  2017-11-25 14:53  IWeather\.git\objects\01\438ba8965e5aabf4ca0cce16f80627dd89d9d5

     文件       1864  2017-11-26 20:39  IWeather\.git\objects\01\69aea5a91119cf3aa2548f0ca3f3db8086d9fe

     文件         45  2017-11-26 20:39  IWeather\.git\objects\01\f8bffd6ff91b4183cb3307b6d6866198d14701

     文件        305  2017-11-19 11:18  IWeather\.git\objects\02\0eae2edd7c679676372a6df74741f599652235

     文件        145  2017-11-27 12:05  IWeather\.git\objects\02\23475c71b7e4ee5594aa891196c077258c66b3

     文件        793  2017-11-19 18:48  IWeather\.git\objects\02\5979b5a938912bc35477bc273d030be30dab5b

     文件        615  2017-11-26 17:27  IWeather\.git\objects\02\8ca401d3b2b88bac352997b31ed0ecc4956d0f

............此处省略7671个文件信息

评论

共有 条评论