设置beta版与stage版不同的调试入口。

This commit is contained in:
ZhanGSKen
2025-11-20 11:24:24 +08:00
parent 230038f6f3
commit bb98d6bb1b
9 changed files with 37 additions and 46 deletions

View File

@@ -4,24 +4,9 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="#FFA08DF4">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="BackgroundViewTestFragment"/>
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1.0">
<cc.winboll.studio.powerbell.views.BackgroundView
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>
</LinearLayout>

View File

@@ -8,10 +8,5 @@
android:background="#FF7DE0D7"
android:id="@+id/viewbackground_container">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="This is BackgroundView"/>
</LinearLayout>