item UI 美化+1
This commit is contained in:
parent
435faca163
commit
f934dd66ae
|
|
@ -40,6 +40,7 @@ class CashRecordFragment : AppViewsFragment<ViewBinding, UiState, ViewModel>(),
|
||||||
|
|
||||||
override fun ViewBinding.initWindowInsets() {
|
override fun ViewBinding.initWindowInsets() {
|
||||||
binding?.root?.let { setImmerseRootView(it) }
|
binding?.root?.let { setImmerseRootView(it) }
|
||||||
|
isStatusBarDarkFont = true
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun ViewBinding.initViews() {
|
override fun ViewBinding.initViews() {
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,7 @@ class GoldRecordFragment : AppViewsFragment<ViewBinding, UiState, ViewModel>(),
|
||||||
|
|
||||||
override fun ViewBinding.initWindowInsets() {
|
override fun ViewBinding.initWindowInsets() {
|
||||||
binding?.root?.let { setImmerseRootView(it) }
|
binding?.root?.let { setImmerseRootView(it) }
|
||||||
|
isStatusBarDarkFont = true
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun ViewBinding.initViews() {
|
override fun ViewBinding.initViews() {
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,8 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="-R$ 0,1"
|
android:text="-R$ 0,1"
|
||||||
android:textSize="12sp"
|
android:textSize="15sp"
|
||||||
|
android:textStyle="bold"
|
||||||
android:textColor="@color/red_0b" />
|
android:textColor="@color/red_0b" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,8 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentEnd="true"
|
android:layout_alignParentEnd="true"
|
||||||
android:text="-R$ 0,1"
|
android:text="-R$ 0,1"
|
||||||
android:textSize="12sp"
|
android:textSize="15sp"
|
||||||
|
android:textStyle="bold"
|
||||||
android:textColor="@color/red_0b" />
|
android:textColor="@color/red_0b" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue