Skip to content

Commit

Permalink
整理文档
Browse files Browse the repository at this point in the history
  • Loading branch information
yannecer committed Apr 3, 2020
1 parent 2197672 commit 4b7e625
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
minSdkVersion 15
targetSdkVersion 28
versionCode 2
versionName "4.4.1"
versionName "5.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
9 changes: 6 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
<activity
android:name=".activity.TestMiui10Activity"
android:configChanges="orientation|screenSize|keyboardHidden" />
<activity
android:name=".TestActivity"
android:configChanges="orientation|screenSize|keyboardHidden" />

<activity
android:name=".activity.TestEmuiActivity"
Expand Down Expand Up @@ -62,9 +65,9 @@
android:name=".activity.TestStretchActivity"
android:configChanges="orientation|screenSize|keyboardHidden" />

<!-- <activity-->
<!-- android:name=".TestActivity"-->
<!-- android:configChanges="orientation|screenSize|keyboardHidden" />-->
<!-- <activity-->
<!-- android:name=".TestActivity"-->
<!-- android:configChanges="orientation|screenSize|keyboardHidden" />-->


<activity
Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/com/necer/ncalendar/TestActivity.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.necer.ncalendar;

import android.os.Build;
import android.os.Bundle;
import androidx.annotation.Nullable;
import com.google.android.material.tabs.TabLayout;
Expand Down
8 changes: 0 additions & 8 deletions app/src/main/res/layout/activity_add_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
android:layout_gravity="center"
android:src="@mipmap/ic_launcher" />


<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
Expand All @@ -52,23 +51,16 @@
android:layout_height="wrap_content"
android:orientation="vertical">


<TextView
android:layout_width="match_parent"
android:layout_height="50dp"
android:background="#666666"
android:gravity="center"
android:text="测试添加view"
android:textColor="#ffffff" />


</LinearLayout>

</androidx.core.widget.NestedScrollView>

</LinearLayout>
</LinearLayout>


</com.necer.calendar.Miui10Calendar>
</LinearLayout>

0 comments on commit 4b7e625

Please sign in to comment.