mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-06 05:21:28 +08:00
8 lines
296 B
XML
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> |