version:3.4

fix:
update:头像改为圆形,时间居中
This commit is contained in:
2022-09-15 17:58:45 +08:00
parent c4e2f11922
commit fefc8e47fb
6 changed files with 77 additions and 44 deletions

View File

@@ -38,6 +38,7 @@ import com.qweather.sdk.bean.base.Unit;
import com.qweather.sdk.bean.weather.WeatherHourlyBean;
import com.qweather.sdk.bean.weather.WeatherNowBean;
import com.qweather.sdk.view.QWeather;
import com.shehuan.niv.NiceImageView;
import com.tencent.mmkv.MMKV;
import com.uiui.aios.BuildConfig;
import com.uiui.aios.R;
@@ -119,7 +120,7 @@ public class CustomFragment extends Fragment implements NetworkUtils.OnNetworkSt
@BindView(R.id.iv_note_nodata)
ImageView iv_note_nodata;
@BindView(R.id.iv_head)
ImageView iv_head;
NiceImageView iv_head;
@BindView(R.id.cl_health)
ConstraintLayout mClHealth;