【提现】提现记录界面如附件所示的提示弹框可以再往右一点+1
This commit is contained in:
parent
4b4c2b8f07
commit
560b680484
|
|
@ -7,7 +7,7 @@
|
||||||
android:id="@+id/content_root">
|
android:id="@+id/content_root">
|
||||||
|
|
||||||
|
|
||||||
<FrameLayout
|
<LinearLayout
|
||||||
android:id="@+id/ll_left_root"
|
android:id="@+id/ll_left_root"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="44dp"
|
android:layout_height="44dp"
|
||||||
|
|
@ -25,8 +25,9 @@
|
||||||
|
|
||||||
<com.google.android.material.tabs.TabLayout
|
<com.google.android.material.tabs.TabLayout
|
||||||
android:id="@+id/tab_layout"
|
android:id="@+id/tab_layout"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="0dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
android:layout_weight="1"
|
||||||
app:tabTextColor="@color/black"
|
app:tabTextColor="@color/black"
|
||||||
app:tabSelectedTextColor="@color/green_39"
|
app:tabSelectedTextColor="@color/green_39"
|
||||||
app:tabIndicatorColor="@color/transparent"
|
app:tabIndicatorColor="@color/transparent"
|
||||||
|
|
@ -49,7 +50,7 @@
|
||||||
android:text="Moedas" />
|
android:text="Moedas" />
|
||||||
</com.google.android.material.tabs.TabLayout>
|
</com.google.android.material.tabs.TabLayout>
|
||||||
|
|
||||||
</FrameLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
||||||
<androidx.viewpager2.widget.ViewPager2
|
<androidx.viewpager2.widget.ViewPager2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue