mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-06 10:01:26 +08:00
Dynamic add ToolButtons
Add Navigation menu Change home_fragment's padding Unified color management
This commit is contained in:
8
app/src/main/res/layout/tool_button.xml
Normal file
8
app/src/main/res/layout/tool_button.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<Button
|
||||
android:id="@+id/toolButton"
|
||||
style="@style/ToolsButton" />
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user