【提现】提现记录界面如附件所示的提示弹框可以再往右一点
This commit is contained in:
parent
d82655602e
commit
4b4c2b8f07
|
|
@ -7,7 +7,7 @@
|
|||
android:id="@+id/content_root">
|
||||
|
||||
|
||||
<LinearLayout
|
||||
<FrameLayout
|
||||
android:id="@+id/ll_left_root"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="44dp"
|
||||
|
|
@ -25,9 +25,8 @@
|
|||
|
||||
<com.google.android.material.tabs.TabLayout
|
||||
android:id="@+id/tab_layout"
|
||||
android:layout_width="0dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
app:tabTextColor="@color/black"
|
||||
app:tabSelectedTextColor="@color/green_39"
|
||||
app:tabIndicatorColor="@color/transparent"
|
||||
|
|
@ -50,7 +49,7 @@
|
|||
android:text="Moedas" />
|
||||
</com.google.android.material.tabs.TabLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</FrameLayout>
|
||||
|
||||
|
||||
<androidx.viewpager2.widget.ViewPager2
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@mipmap/record_title_bg_gold"
|
||||
android:background="@mipmap/record_cash_tab_bg"
|
||||
android:paddingHorizontal="10dp"
|
||||
android:paddingVertical="15dp"
|
||||
android:layout_marginHorizontal="15dp"
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
Loading…
Reference in New Issue