Commit e47ac4b7 authored by 王海's avatar 王海

修改登录UI

parent 2e99bb73
...@@ -22,6 +22,7 @@ import com.xingdata.zzdpos.ui.marketing.integral.adapter.IntegralAdapter; ...@@ -22,6 +22,7 @@ import com.xingdata.zzdpos.ui.marketing.integral.adapter.IntegralAdapter;
import com.xingdata.zzdpos.ui.marketing.integral.adapter.IntegralExchangeAdapter; import com.xingdata.zzdpos.ui.marketing.integral.adapter.IntegralExchangeAdapter;
import com.xingdata.zzdpos.util.OnClickListener; import com.xingdata.zzdpos.util.OnClickListener;
import java.lang.ref.WeakReference;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;
...@@ -61,7 +62,6 @@ public class IntegralIndexFragment extends BaseFragment<IntegralPresenter, ...@@ -61,7 +62,6 @@ public class IntegralIndexFragment extends BaseFragment<IntegralPresenter,
linearLayoutManager.setOrientation(LinearLayoutManager.VERTICAL); linearLayoutManager.setOrientation(LinearLayoutManager.VERTICAL);
mViewBinding.rvMessage.setLayoutManager(linearLayoutManager); mViewBinding.rvMessage.setLayoutManager(linearLayoutManager);
mViewBinding.rvMessage.setAdapter(integralAdapter); mViewBinding.rvMessage.setAdapter(integralAdapter);
List<Ubound> list = new ArrayList<>(); List<Ubound> list = new ArrayList<>();
Ubound ubound = new Ubound(); Ubound ubound = new Ubound();
ubound.setBoundValAmt(1000l); ubound.setBoundValAmt(1000l);
......
...@@ -70,9 +70,7 @@ ...@@ -70,9 +70,7 @@
<RadioButton <RadioButton
android:id="@+id/rb_get" android:id="@+id/rb_get"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="match_parent"
android:layout_marginLeft="@dimen/all_margin"
android:layout_marginRight="@dimen/all_margin"
android:layout_weight="1" android:layout_weight="1"
android:background="@drawable/radio_select" android:background="@drawable/radio_select"
android:button="@null" android:button="@null"
...@@ -87,9 +85,7 @@ ...@@ -87,9 +85,7 @@
<RadioButton <RadioButton
android:id="@+id/rb_exchange" android:id="@+id/rb_exchange"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="match_parent"
android:layout_marginLeft="@dimen/all_margin"
android:layout_marginRight="@dimen/all_margin"
android:layout_weight="1" android:layout_weight="1"
android:background="@drawable/radio_select" android:background="@drawable/radio_select"
android:button="@null" android:button="@null"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment