mirror of
				https://github.com/lacerta-doc/Lacerta.git
				synced 2025-09-09 12:09:25 +00:00 
			
		
		
		
	未実装の設定画面をWork In Progressにした
This commit is contained in:
		
							parent
							
								
									1a247d9b8b
								
							
						
					
					
						commit
						0ef6863992
					
				| 
						 | 
				
			
			@ -1,14 +1,79 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
    xmlns:tools="http://schemas.android.com/tools"
 | 
			
		||||
    xmlns:app="http://schemas.android.com/apk/res-auto"
 | 
			
		||||
    android:layout_width="match_parent"
 | 
			
		||||
    android:layout_height="match_parent"
 | 
			
		||||
    tools:context=".SettingAboutPageFragment">
 | 
			
		||||
    android:background="@color/colorSurface">
 | 
			
		||||
 | 
			
		||||
    <!-- TODO: Update blank fragment layout -->
 | 
			
		||||
    <TextView
 | 
			
		||||
    <androidx.coordinatorlayout.widget.CoordinatorLayout
 | 
			
		||||
        android:layout_width="match_parent"
 | 
			
		||||
        android:layout_height="match_parent"
 | 
			
		||||
        android:text="@string/hello_blank_fragment" />
 | 
			
		||||
        android:layout_height="match_parent">
 | 
			
		||||
 | 
			
		||||
        <com.google.android.material.appbar.AppBarLayout
 | 
			
		||||
            android:id="@+id/app_bar_layout"
 | 
			
		||||
            android:layout_width="match_parent"
 | 
			
		||||
            android:layout_height="wrap_content">
 | 
			
		||||
 | 
			
		||||
            <com.google.android.material.appbar.CollapsingToolbarLayout
 | 
			
		||||
                android:id="@+id/collapsing_toolbar"
 | 
			
		||||
                app:contentScrim="@color/colorSecondaryContainer"
 | 
			
		||||
                android:background="@color/colorSurface"
 | 
			
		||||
                android:layout_width="match_parent"
 | 
			
		||||
                android:layout_height="160dp"
 | 
			
		||||
                android:fitsSystemWindows="true"
 | 
			
		||||
                android:minHeight="?attr/actionBarSize"
 | 
			
		||||
                app:collapsedTitleGravity="start|center_vertical"
 | 
			
		||||
                app:expandedTitleGravity="start|bottom"
 | 
			
		||||
                app:expandedTitleMarginBottom="16dp"
 | 
			
		||||
                app:expandedTitleMarginStart="16dp"
 | 
			
		||||
                app:expandedTitleTextAppearance="@style/TextAppearance.MaterialComponents.Headline4"
 | 
			
		||||
                app:layout_scrollFlags="scroll|exitUntilCollapsed">
 | 
			
		||||
 | 
			
		||||
                <androidx.appcompat.widget.Toolbar
 | 
			
		||||
                    android:id="@+id/toolbar"
 | 
			
		||||
                    android:layout_width="match_parent"
 | 
			
		||||
                    android:layout_height="?attr/actionBarSize"
 | 
			
		||||
                    app:layout_collapseMode="pin"
 | 
			
		||||
                    app:title="@string/setting_top_scan_title" />
 | 
			
		||||
 | 
			
		||||
            </com.google.android.material.appbar.CollapsingToolbarLayout>
 | 
			
		||||
 | 
			
		||||
        </com.google.android.material.appbar.AppBarLayout>
 | 
			
		||||
 | 
			
		||||
        <androidx.constraintlayout.widget.ConstraintLayout
 | 
			
		||||
            android:layout_width="match_parent"
 | 
			
		||||
            android:layout_height="match_parent"
 | 
			
		||||
            app:layout_behavior="@string/appbar_scrolling_view_behavior" >
 | 
			
		||||
 | 
			
		||||
            <LinearLayout
 | 
			
		||||
                android:layout_width="wrap_content"
 | 
			
		||||
                android:layout_height="wrap_content"
 | 
			
		||||
                android:orientation="vertical"
 | 
			
		||||
                app:layout_constraintBottom_toBottomOf="parent"
 | 
			
		||||
                app:layout_constraintEnd_toEndOf="parent"
 | 
			
		||||
                app:layout_constraintStart_toStartOf="parent"
 | 
			
		||||
                app:layout_constraintTop_toTopOf="parent"
 | 
			
		||||
                android:padding="32dp"
 | 
			
		||||
                android:background="@drawable/rounded_secondary_container" >
 | 
			
		||||
 | 
			
		||||
                <com.google.android.material.textview.MaterialTextView
 | 
			
		||||
                    android:layout_width="wrap_content"
 | 
			
		||||
                    android:layout_height="wrap_content"
 | 
			
		||||
                    android:text="Work in Progress..."
 | 
			
		||||
                    android:textSize="24sp"
 | 
			
		||||
                    android:textColor="@color/colorOnSurfaceSecondary"/>
 | 
			
		||||
 | 
			
		||||
                <com.google.android.material.textview.MaterialTextView
 | 
			
		||||
                    android:layout_width="wrap_content"
 | 
			
		||||
                    android:layout_height="wrap_content"
 | 
			
		||||
                    android:text="実装中..."
 | 
			
		||||
                    android:textSize="16sp"
 | 
			
		||||
                    android:textColor="@color/colorOnSurfaceSecondary"/>
 | 
			
		||||
 | 
			
		||||
            </LinearLayout>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        </androidx.constraintlayout.widget.ConstraintLayout>
 | 
			
		||||
 | 
			
		||||
    </androidx.coordinatorlayout.widget.CoordinatorLayout>
 | 
			
		||||
 | 
			
		||||
</FrameLayout>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,14 +1,79 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
    xmlns:tools="http://schemas.android.com/tools"
 | 
			
		||||
    xmlns:app="http://schemas.android.com/apk/res-auto"
 | 
			
		||||
    android:layout_width="match_parent"
 | 
			
		||||
    android:layout_height="match_parent"
 | 
			
		||||
    tools:context=".SettingDataPageFragment">
 | 
			
		||||
    android:background="@color/colorSurface">
 | 
			
		||||
 | 
			
		||||
    <!-- TODO: Update blank fragment layout -->
 | 
			
		||||
    <TextView
 | 
			
		||||
    <androidx.coordinatorlayout.widget.CoordinatorLayout
 | 
			
		||||
        android:layout_width="match_parent"
 | 
			
		||||
        android:layout_height="match_parent"
 | 
			
		||||
        android:text="@string/hello_blank_fragment" />
 | 
			
		||||
        android:layout_height="match_parent">
 | 
			
		||||
 | 
			
		||||
        <com.google.android.material.appbar.AppBarLayout
 | 
			
		||||
            android:id="@+id/app_bar_layout"
 | 
			
		||||
            android:layout_width="match_parent"
 | 
			
		||||
            android:layout_height="wrap_content">
 | 
			
		||||
 | 
			
		||||
            <com.google.android.material.appbar.CollapsingToolbarLayout
 | 
			
		||||
                android:id="@+id/collapsing_toolbar"
 | 
			
		||||
                app:contentScrim="@color/colorSecondaryContainer"
 | 
			
		||||
                android:background="@color/colorSurface"
 | 
			
		||||
                android:layout_width="match_parent"
 | 
			
		||||
                android:layout_height="160dp"
 | 
			
		||||
                android:fitsSystemWindows="true"
 | 
			
		||||
                android:minHeight="?attr/actionBarSize"
 | 
			
		||||
                app:collapsedTitleGravity="start|center_vertical"
 | 
			
		||||
                app:expandedTitleGravity="start|bottom"
 | 
			
		||||
                app:expandedTitleMarginBottom="16dp"
 | 
			
		||||
                app:expandedTitleMarginStart="16dp"
 | 
			
		||||
                app:expandedTitleTextAppearance="@style/TextAppearance.MaterialComponents.Headline4"
 | 
			
		||||
                app:layout_scrollFlags="scroll|exitUntilCollapsed">
 | 
			
		||||
 | 
			
		||||
                <androidx.appcompat.widget.Toolbar
 | 
			
		||||
                    android:id="@+id/toolbar"
 | 
			
		||||
                    android:layout_width="match_parent"
 | 
			
		||||
                    android:layout_height="?attr/actionBarSize"
 | 
			
		||||
                    app:layout_collapseMode="pin"
 | 
			
		||||
                    app:title="@string/setting_top_scan_title" />
 | 
			
		||||
 | 
			
		||||
            </com.google.android.material.appbar.CollapsingToolbarLayout>
 | 
			
		||||
 | 
			
		||||
        </com.google.android.material.appbar.AppBarLayout>
 | 
			
		||||
 | 
			
		||||
        <androidx.constraintlayout.widget.ConstraintLayout
 | 
			
		||||
            android:layout_width="match_parent"
 | 
			
		||||
            android:layout_height="match_parent"
 | 
			
		||||
            app:layout_behavior="@string/appbar_scrolling_view_behavior" >
 | 
			
		||||
 | 
			
		||||
            <LinearLayout
 | 
			
		||||
                android:layout_width="wrap_content"
 | 
			
		||||
                android:layout_height="wrap_content"
 | 
			
		||||
                android:orientation="vertical"
 | 
			
		||||
                app:layout_constraintBottom_toBottomOf="parent"
 | 
			
		||||
                app:layout_constraintEnd_toEndOf="parent"
 | 
			
		||||
                app:layout_constraintStart_toStartOf="parent"
 | 
			
		||||
                app:layout_constraintTop_toTopOf="parent"
 | 
			
		||||
                android:padding="32dp"
 | 
			
		||||
                android:background="@drawable/rounded_secondary_container" >
 | 
			
		||||
 | 
			
		||||
                <com.google.android.material.textview.MaterialTextView
 | 
			
		||||
                    android:layout_width="wrap_content"
 | 
			
		||||
                    android:layout_height="wrap_content"
 | 
			
		||||
                    android:text="Work in Progress..."
 | 
			
		||||
                    android:textSize="24sp"
 | 
			
		||||
                    android:textColor="@color/colorOnSurfaceSecondary"/>
 | 
			
		||||
 | 
			
		||||
                <com.google.android.material.textview.MaterialTextView
 | 
			
		||||
                    android:layout_width="wrap_content"
 | 
			
		||||
                    android:layout_height="wrap_content"
 | 
			
		||||
                    android:text="実装中..."
 | 
			
		||||
                    android:textSize="16sp"
 | 
			
		||||
                    android:textColor="@color/colorOnSurfaceSecondary"/>
 | 
			
		||||
 | 
			
		||||
            </LinearLayout>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        </androidx.constraintlayout.widget.ConstraintLayout>
 | 
			
		||||
 | 
			
		||||
    </androidx.coordinatorlayout.widget.CoordinatorLayout>
 | 
			
		||||
 | 
			
		||||
</FrameLayout>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,14 +1,79 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
    xmlns:tools="http://schemas.android.com/tools"
 | 
			
		||||
    xmlns:app="http://schemas.android.com/apk/res-auto"
 | 
			
		||||
    android:layout_width="match_parent"
 | 
			
		||||
    android:layout_height="match_parent"
 | 
			
		||||
    tools:context=".SettingDisplayPageFragment">
 | 
			
		||||
    android:background="@color/colorSurface">
 | 
			
		||||
 | 
			
		||||
    <!-- TODO: Update blank fragment layout -->
 | 
			
		||||
    <TextView
 | 
			
		||||
    <androidx.coordinatorlayout.widget.CoordinatorLayout
 | 
			
		||||
        android:layout_width="match_parent"
 | 
			
		||||
        android:layout_height="match_parent"
 | 
			
		||||
        android:text="@string/hello_blank_fragment" />
 | 
			
		||||
        android:layout_height="match_parent">
 | 
			
		||||
 | 
			
		||||
        <com.google.android.material.appbar.AppBarLayout
 | 
			
		||||
            android:id="@+id/app_bar_layout"
 | 
			
		||||
            android:layout_width="match_parent"
 | 
			
		||||
            android:layout_height="wrap_content">
 | 
			
		||||
 | 
			
		||||
            <com.google.android.material.appbar.CollapsingToolbarLayout
 | 
			
		||||
                android:id="@+id/collapsing_toolbar"
 | 
			
		||||
                app:contentScrim="@color/colorSecondaryContainer"
 | 
			
		||||
                android:background="@color/colorSurface"
 | 
			
		||||
                android:layout_width="match_parent"
 | 
			
		||||
                android:layout_height="160dp"
 | 
			
		||||
                android:fitsSystemWindows="true"
 | 
			
		||||
                android:minHeight="?attr/actionBarSize"
 | 
			
		||||
                app:collapsedTitleGravity="start|center_vertical"
 | 
			
		||||
                app:expandedTitleGravity="start|bottom"
 | 
			
		||||
                app:expandedTitleMarginBottom="16dp"
 | 
			
		||||
                app:expandedTitleMarginStart="16dp"
 | 
			
		||||
                app:expandedTitleTextAppearance="@style/TextAppearance.MaterialComponents.Headline4"
 | 
			
		||||
                app:layout_scrollFlags="scroll|exitUntilCollapsed">
 | 
			
		||||
 | 
			
		||||
                <androidx.appcompat.widget.Toolbar
 | 
			
		||||
                    android:id="@+id/toolbar"
 | 
			
		||||
                    android:layout_width="match_parent"
 | 
			
		||||
                    android:layout_height="?attr/actionBarSize"
 | 
			
		||||
                    app:layout_collapseMode="pin"
 | 
			
		||||
                    app:title="@string/setting_top_scan_title" />
 | 
			
		||||
 | 
			
		||||
            </com.google.android.material.appbar.CollapsingToolbarLayout>
 | 
			
		||||
 | 
			
		||||
        </com.google.android.material.appbar.AppBarLayout>
 | 
			
		||||
 | 
			
		||||
        <androidx.constraintlayout.widget.ConstraintLayout
 | 
			
		||||
            android:layout_width="match_parent"
 | 
			
		||||
            android:layout_height="match_parent"
 | 
			
		||||
            app:layout_behavior="@string/appbar_scrolling_view_behavior" >
 | 
			
		||||
 | 
			
		||||
            <LinearLayout
 | 
			
		||||
                android:layout_width="wrap_content"
 | 
			
		||||
                android:layout_height="wrap_content"
 | 
			
		||||
                android:orientation="vertical"
 | 
			
		||||
                app:layout_constraintBottom_toBottomOf="parent"
 | 
			
		||||
                app:layout_constraintEnd_toEndOf="parent"
 | 
			
		||||
                app:layout_constraintStart_toStartOf="parent"
 | 
			
		||||
                app:layout_constraintTop_toTopOf="parent"
 | 
			
		||||
                android:padding="32dp"
 | 
			
		||||
                android:background="@drawable/rounded_secondary_container" >
 | 
			
		||||
 | 
			
		||||
                <com.google.android.material.textview.MaterialTextView
 | 
			
		||||
                    android:layout_width="wrap_content"
 | 
			
		||||
                    android:layout_height="wrap_content"
 | 
			
		||||
                    android:text="Work in Progress..."
 | 
			
		||||
                    android:textSize="24sp"
 | 
			
		||||
                    android:textColor="@color/colorOnSurfaceSecondary"/>
 | 
			
		||||
 | 
			
		||||
                <com.google.android.material.textview.MaterialTextView
 | 
			
		||||
                    android:layout_width="wrap_content"
 | 
			
		||||
                    android:layout_height="wrap_content"
 | 
			
		||||
                    android:text="実装中..."
 | 
			
		||||
                    android:textSize="16sp"
 | 
			
		||||
                    android:textColor="@color/colorOnSurfaceSecondary"/>
 | 
			
		||||
 | 
			
		||||
            </LinearLayout>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        </androidx.constraintlayout.widget.ConstraintLayout>
 | 
			
		||||
 | 
			
		||||
    </androidx.coordinatorlayout.widget.CoordinatorLayout>
 | 
			
		||||
 | 
			
		||||
</FrameLayout>
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user