mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-06 11:11:25 +08:00
Optimized the loading of ToolList. Fix the repeated bug when ToolList is reloaded. Display ToolList using RecyclerView. Optimized FoldLayout, removed the default hidden function.
This commit is contained in:
7
app/src/main/res/drawable/background_theme_bottom.xml
Normal file
7
app/src/main/res/drawable/background_theme_bottom.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="?attr/fold_layout_background" />
|
||||
<corners
|
||||
android:bottomLeftRadius="10dp"
|
||||
android:bottomRightRadius="10dp"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user