Add ToolsButtons

This commit is contained in:
2022-03-21 18:58:10 +08:00
parent 6992c37f0c
commit dc3beae036
26 changed files with 322 additions and 79 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/design_default_color_background" />
<solid android:color="@color/fold_layout_background" />
<corners
android:topLeftRadius="10dp"
android:topRightRadius="10dp"/>