Compare commits
7 Commits
powerbell-
...
powerbell-
| Author | SHA1 | Date | |
|---|---|---|---|
| c524a21429 | |||
| a148de2ab8 | |||
| de34e823b6 | |||
| fd0833476e | |||
| 361b533b0d | |||
| f277f76468 | |||
| ec54865a8e |
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Wed Dec 10 17:52:12 HKT 2025
|
#Wed Dec 10 18:38:00 HKT 2025
|
||||||
stageCount=7
|
stageCount=10
|
||||||
libraryProject=
|
libraryProject=
|
||||||
baseVersion=15.12
|
baseVersion=15.12
|
||||||
publishVersion=15.12.6
|
publishVersion=15.12.9
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.12.7
|
baseBetaVersion=15.12.10
|
||||||
|
|||||||
@@ -150,12 +150,6 @@ public class MainActivity extends WinBoLLActivity {
|
|||||||
_mMainActivity = null;
|
_mMainActivity = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void onPostCreate(Bundle savedInstanceState) {
|
|
||||||
super.onPostCreate(savedInstanceState);
|
|
||||||
reloadBackground();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onResume() {
|
protected void onResume() {
|
||||||
super.onResume();
|
super.onResume();
|
||||||
|
|||||||
@@ -217,7 +217,7 @@ public class BackgroundView extends RelativeLayout {
|
|||||||
public void run() {
|
public void run() {
|
||||||
adjustImageViewSize();
|
adjustImageViewSize();
|
||||||
}
|
}
|
||||||
}, 120);
|
}, 100);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,6 @@
|
|||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="#FF7381FF"
|
|
||||||
android:id="@+id/fragmentmainviewBackgroundView1"/>
|
android:id="@+id/fragmentmainviewBackgroundView1"/>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
|||||||
Reference in New Issue
Block a user