Files
OxygenToolbox/app/src/main/res/layout/fragment_home.xml
FatttSnake 6c662f8389 Optimized language, attr, themes, colors.
Change the way to launch tool activity.
2022-04-01 14:24:45 +08:00

20 lines
708 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/fragment_home"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/app_background"
android:orientation="vertical"
tools:context=".ui.home.HomeFragment">
<LinearLayout
android:id="@+id/fold_layouts_linear_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="10dp"
android:paddingBottom="10dp"
android:orientation="vertical">
</LinearLayout>
</ScrollView>