| | |
| | | if (newVersionBean != null) { |
| | | //todo 发现新版本,改变UI样式 |
| | | viewBinding.asRegardsRlRightContentTv.setText(R.string.app_discover_new_version); |
| | | viewBinding.asRegardsRlRightContentTv.setTextColor(getResources().getColor(R.color.text_245EC3, null)); |
| | | viewBinding.asRegardsRlRightContentTv.setTextColor(getResources().getColor(R.color.text_E6FFFFFF, null)); |
| | | } |
| | | } |
| | | |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <shape xmlns:android="http://schemas.android.com/apk/res/android"> |
| | | <solid android:color="@color/text_FF333738" /> |
| | | <solid android:color="#FF1C1C1E" /> |
| | | <corners android:radius="@dimen/dp_13" /> |
| | | </shape> |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <shape xmlns:android="http://schemas.android.com/apk/res/android"> |
| | | <corners android:radius="@dimen/dp_17" /> |
| | | <solid android:color="@color/text_FF333738" /> |
| | | <solid android:color="#FF1C1C1E" /> |
| | | |
| | | </shape> |
| | |
| | | <corners android:radius="@dimen/dp_8" /> |
| | | <stroke |
| | | android:width="@dimen/dp_1" |
| | | android:color="@color/text_FF5C5F60" /> |
| | | android:color="#FF39383D" /> |
| | | </shape> |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <shape xmlns:android="http://schemas.android.com/apk/res/android"> |
| | | <corners android:radius="@dimen/dp_8" /> |
| | | <solid android:color="@color/text_FF555859" /> |
| | | <solid android:color="#FF39383D" /> |
| | | </shape> |
| | |
| | | android:id="@+id/ll" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_64" |
| | | android:background="@color/text_FF333738" |
| | | android:background="#FF1C1C1E" |
| | | android:orientation="vertical" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | |
| | | android:id="@+id/house_list_parent" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@color/text_FF161616"> |
| | | android:background="#FF000000"> |
| | | <!--头部标签--> |
| | | <RelativeLayout |
| | | android:id="@+id/title_cl" |