UI优化
This commit is contained in:
parent
ba4354ad59
commit
95cba7166e
@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sun Mar 09 14:02:13 HKT 2025
|
||||
#Sun Mar 09 09:40:01 GMT 2025
|
||||
stageCount=17
|
||||
libraryProject=
|
||||
baseVersion=1.0
|
||||
publishVersion=1.0.16
|
||||
buildCount=0
|
||||
buildCount=3
|
||||
baseBetaVersion=1.0.17
|
||||
|
@ -12,6 +12,13 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/activitymainToolbar1"/>
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:padding="10dp"
|
||||
android:layout_weight="1.0">
|
||||
|
||||
<androidx.viewpager.widget.ViewPager
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
@ -25,3 +32,6 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
@ -4,8 +4,7 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:padding="16dp">
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/contact_name"
|
||||
|
Loading…
x
Reference in New Issue
Block a user