Skip to content

Commit 6eb2e78

Browse files
committed
clean up...
1 parent 0fa66da commit 6eb2e78

File tree

6 files changed

+114
-255
lines changed

6 files changed

+114
-255
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
/build
99
/captures
1010
.externalNativeBuild
11+
Temp.txt

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
2626
</intent-filter>
2727
</activity>
2828

29-
<activity
30-
android:theme="@style/AppTheme.ActionBar.Transparent"
31-
android:name="com.vine.projectdemo.VineMapView.MapMainActivity">
32-
</activity>
33-
3429
<activity
3530
android:theme="@style/AppTheme.NoActionBar"
3631
android:name="com.vine.projectdemo.VinePHPMySQL.PHPMainActivity"

app/src/main/java/com/vine/projectdemo/MainActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ protected void onCreate(Bundle savedInstanceState) {
5050
setupBottomNavigation();
5151
setViewPager(); // add Tab
5252
setupFab();
53-
5453
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_HIDDEN);// EditText 取得焦點 但不會立刻彈出鍵盤
5554
}
5655

0 commit comments

Comments
 (0)