余白など配置を調整
1 parent a2eb20d commit bf40ca6b7964234c7033ffe4fe1ffb38b4c466b8
parsecmonkey authored on 23 Oct 2021
Showing 4 changed files
View
2
■■■
.idea/misc.xml
<component name="DesignSurface">
<option name="filePathToZoomLevelMap">
<map>
<entry key="..\:/Users/DAISUKE/AndroidStudioProjects/org.ntlab.acanthus_client/app/src/main/res/drawable/flame_style.xml" value="0.3112820512820513" />
<entry key="..\:/Users/DAISUKE/AndroidStudioProjects/org.ntlab.acanthus_client/app/src/main/res/layout/activity_main.xml" value="0.15853658536585366" />
<entry key="..\:/Users/DAISUKE/AndroidStudioProjects/org.ntlab.acanthus_client/app/src/main/res/layout/animation_home.xml" value="0.22192028985507245" />
<entry key="..\:/Users/DAISUKE/AndroidStudioProjects/org.ntlab.acanthus_client/app/src/main/res/layout/fragment_home.xml" value="0.22192028985507245" />
<entry key="..\:/Users/DAISUKE/AndroidStudioProjects/org.ntlab.acanthus_client/app/src/main/res/layout/list.xml" value="0.1458966565349544" />
<entry key="..\:/Users/DAISUKE/AndroidStudioProjects/org.ntlab.acanthus_client/app/src/main/res/layout/work_list.xml" value="0.1458966565349544" />
<entry key="..\:/Users/DAISUKE/AndroidStudioProjects/org.ntlab.acanthus_client/app/src/main/res/menu/bottom_nav_menu.xml" value="0.30092592592592593" />
<entry key="..\:/Users/Student/StudioProjects/org.ntlab.acanthus_client/app/src/main/res/layout/fragment_home.xml" value="0.1" />
<entry key="..\:/Users/student/StudioProjects/org.ntlab.acanthus_client/app/src/main/res/drawable/flame_style.xml" value="0.3907407407407407" />
<entry key="..\:/Users/student/StudioProjects/org.ntlab.acanthus_client/app/src/main/res/drawable/frame_style.xml" value="0.3907407407407407" />
<entry key="..\:/Users/student/StudioProjects/org.ntlab.acanthus_client/app/src/main/res/drawable/ic_baseline_border_color.xml" value="0.3824074074074074" />
View
4
app/src/main/res/layout/activity_main.xml
android:layout_height="match_parent">
 
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/nav_view"
android:layout_width="0dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="0dp"
android:layout_marginEnd="0dp"
android:background="?android:attr/windowBackground"
 
<fragment
android:id="@+id/nav_host_fragment_activity_main"
android:name="androidx.navigation.fragment.NavHostFragment"
android:layout_width="412dp"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginBottom="4dp"
app:defaultNavHost="true"
app:layout_constraintBottom_toTopOf="@+id/nav_view"
View
8
app/src/main/res/layout/animation_home.xml
android:layout_height="match_parent">
 
<LinearLayout
android:layout_width="match_parent"
android:layout_height="96dp"
android:layout_marginTop="16dp"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:layout_height="wrap_content"
android:background="@drawable/flame_style"
android:orientation="vertical"
app:layout_constraintTop_toTopOf="parent"
tools:layout_editor_absoluteX="0dp">
View
14
app/src/main/res/layout/fragment_home.xml
tools:context=".views.main_menu_ui.home.HomeFragment">
 
<ListView
android:id="@+id/animation_view"
android:layout_width="409dp"
android:layout_height="729dp"
android:paddingBottom="0dp"
android:paddingTop="0dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="0dp"
android:padding="16dp"
android:clipToPadding="false"
android:divider="@color/white"
android:dividerHeight="0dp"
android:dividerHeight="14dp"
android:scrollbars="none"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"