Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added app/release/app-release.apk
Binary file not shown.
5 changes: 5 additions & 0 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
<<<<<<< HEAD
"versionCode": 7,
"versionName": "2.0.5",
=======
"versionCode": 6,
"versionName": "2.0.4",
>>>>>>> 5f4a7c674b00b9730ca17bd7ca48e43516ef2a0f
"outputFile": "app-release.apk"
}
],
Expand Down
5 changes: 3 additions & 2 deletions app/src/main/res/layout/activity_prewiew_dailyaccount.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@
android:visibility="visible" />
</FrameLayout>
</com.haoduyoudu.DailyAccounts.MyScrollView>

<ImageView
android:id="@+id/showright"
android:layout_gravity="end|center_vertical"
android:layout_width="20dp"
android:layout_height="wrap_content"
android:src="@mipmap/pop_right"/>
android:layout_gravity="end|center_vertical"
android:src="@mipmap/pop_right" />
<LinearLayout
android:id="@+id/sk_popview"
android:layout_width="match_parent"
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/layout/activity_select_media_access.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="3dp"
android:text="@string/takephoto"
android:textColor="#FFF"
android:textColor="#595959"
android:textSize="12dp"
app:layout_constraintEnd_toEndOf="@+id/takephoto"
app:layout_constraintStart_toStartOf="@+id/takephoto"
Expand All @@ -102,7 +102,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="3dp"
android:text="@string/fromalbum"
android:textColor="#FFF"
android:textColor="#595959"
android:textSize="12dp"
app:layout_constraintEnd_toEndOf="@+id/fromalbum"
app:layout_constraintStart_toStartOf="@+id/fromalbum"
Expand All @@ -113,7 +113,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="3dp"
android:text="@string/takevideo"
android:textColor="#FFF"
android:textColor="#595959"
android:textSize="12dp"
app:layout_constraintEnd_toEndOf="@+id/takevideo"
app:layout_constraintStart_toStartOf="@+id/takevideo"
Expand All @@ -124,7 +124,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="3dp"
android:text="@string/recordv"
android:textColor="#FFF"
android:textColor="#595959"
android:textSize="12dp"
app:layout_constraintEnd_toEndOf="@+id/recordthis"
app:layout_constraintStart_toStartOf="@+id/recordthis"
Expand Down
10 changes: 7 additions & 3 deletions app/src/main/res/layout/activity_showdailyaccount.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
android:layout_gravity="end|center_vertical"
android:layout_marginTop="1dp"
android:layout_marginEnd="22dp"
android:src="@mipmap/ic_bianji2" />
android:src="@mipmap/edit_emoji" />

</FrameLayout>
<LinearLayout
android:layout_width="match_parent"
Expand Down Expand Up @@ -132,7 +133,9 @@
android:layout_height="22dp"
android:layout_gravity="end|center_vertical"
android:layout_marginTop="3dp"
android:src="@mipmap/ic_bianji2" />

android:src="@mipmap/edit_text" />


</LinearLayout>

Expand Down Expand Up @@ -185,7 +188,8 @@
android:layout_height="22dp"
android:layout_marginEnd="22dp"
android:layout_gravity="end|center_vertical"
android:src="@mipmap/ic_bianji2" />
android:src="@mipmap/edit_dmt" />


</LinearLayout>

Expand Down
Binary file added app/src/main/res/mipmap-xhdpi/edit_dmt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-xhdpi/edit_emoji.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-xhdpi/edit_text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion app/src/main/res/values-v20/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="android:windowAnimationStyle">@null</item>
<item name="android:windowSwipeToDismiss">false</item>
<!--应小天才要求取消屏蔽右滑返回-->
<!--<item name="android:windowSwipeToDismiss">false</item>-->

<item name="android:hardwareAccelerated">false</item>
<item name="android:largeHeap">true</item>
</style>
Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ buildscript {
jcenter()
}
dependencies {

classpath 'com.android.tools.build:gradle:7.2.2'

classpath 'com.android.tools.build:gradle:7.2.1'

classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
87 changes: 87 additions & 0 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.