-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 优化细节部分 - 更优秀的旋转体验 - 更快速的小窗大小适配检测 - 支持被控端跟随主控端 - 修复一些bug - 加快启动速度 - 巴拉巴拉。。。
- Loading branch information
1 parent
5f4ee0e
commit 4fcb97d
Showing
12 changed files
with
65 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,25 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:background="@drawable/background_cron" | ||
android:backgroundTint="@color/cardContainerBackground"> | ||
android:layout_height="wrap_content"> | ||
|
||
<View | ||
android:id="@+id/bar" | ||
android:layout_width="6dp" | ||
android:layout_height="40dp" | ||
android:layout_marginStart="18dp" | ||
android:layout_marginTop="10dp" | ||
android:layout_marginEnd="8dp" | ||
android:layout_marginBottom="10dp" | ||
<FrameLayout | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_marginStart="-10dp" | ||
android:background="@drawable/background_cron" | ||
android:backgroundTint="@color/bar1" /> | ||
android:backgroundTint="@color/cardContainerBackground"> | ||
|
||
<View | ||
android:id="@+id/bar" | ||
android:layout_width="6dp" | ||
android:layout_height="40dp" | ||
android:layout_marginStart="18dp" | ||
android:layout_marginTop="10dp" | ||
android:layout_marginEnd="8dp" | ||
android:layout_marginBottom="10dp" | ||
android:background="@drawable/background_cron" | ||
android:backgroundTint="@color/bar1" /> | ||
</FrameLayout> | ||
|
||
</FrameLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.