Files
OxygenToolbox/app/src/main/res/layout/tool_button.xml
FatttSnake 0cd76cf398 Dynamic add ToolButtons
Add Navigation menu
Change home_fragment's padding
Unified color management
2022-03-21 21:05:32 +08:00

8 lines
296 B
XML

<?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>