Skip to content

Commit 1233ab8

Browse files
edit layouts and set toolbar title
1 parent 1454d32 commit 1233ab8

5 files changed

Lines changed: 13 additions & 18 deletions

File tree

features/account/src/main/res/layout/fragment_account.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,20 @@
1313
android:text="ACCOUNT\n Under Construction"
1414
android:textSize="30dp"
1515
android:textStyle="bold"
16-
app:layout_constraintBottom_toBottomOf="parent"
16+
app:layout_constraintBottom_toTopOf="@+id/lavUnderConstruction"
1717
app:layout_constraintEnd_toEndOf="parent"
1818
app:layout_constraintStart_toStartOf="parent"
19-
app:layout_constraintTop_toTopOf="parent"
20-
app:layout_constraintVertical_bias="0.25" />
19+
app:layout_constraintTop_toTopOf="parent" />
2120

2221
<com.airbnb.lottie.LottieAnimationView
2322
android:id="@+id/lavUnderConstruction"
2423
android:layout_width="0dp"
2524
android:layout_height="0dp"
26-
android:layout_marginTop="8dp"
2725
app:layout_constraintBottom_toBottomOf="parent"
2826
app:layout_constraintDimensionRatio="1:1"
2927
app:layout_constraintEnd_toEndOf="parent"
3028
app:layout_constraintStart_toStartOf="parent"
31-
app:layout_constraintTop_toBottomOf="@+id/tvTitle"
32-
app:layout_constraintVertical_bias="0.4"
29+
app:layout_constraintTop_toTopOf="parent"
3330
app:layout_constraintWidth_percent=".6"
3431
app:lottie_autoPlay="true"
3532
app:lottie_fileName="construction_process.json" />

features/favorites/src/main/res/layout/fragment_favorites.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<layout xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:app="http://schemas.android.com/apk/res-auto">
4+
45
<androidx.constraintlayout.widget.ConstraintLayout
56
android:layout_width="match_parent"
67
android:layout_height="match_parent">
@@ -14,22 +15,20 @@
1415
android:textSize="30dp"
1516
android:textStyle="bold"
1617
app:layout_constraintBottom_toBottomOf="parent"
18+
app:layout_constraintBottom_toTopOf="@+id/lavUnderConstruction"
1719
app:layout_constraintEnd_toEndOf="parent"
1820
app:layout_constraintStart_toStartOf="parent"
19-
app:layout_constraintTop_toTopOf="parent"
20-
app:layout_constraintVertical_bias="0.25" />
21+
app:layout_constraintTop_toTopOf="parent" />
2122

2223
<com.airbnb.lottie.LottieAnimationView
2324
android:id="@+id/lavUnderConstruction"
2425
android:layout_width="0dp"
2526
android:layout_height="0dp"
26-
android:layout_marginTop="8dp"
2727
app:layout_constraintBottom_toBottomOf="parent"
2828
app:layout_constraintDimensionRatio="1:1"
2929
app:layout_constraintEnd_toEndOf="parent"
3030
app:layout_constraintStart_toStartOf="parent"
31-
app:layout_constraintTop_toBottomOf="@+id/tvTitle"
32-
app:layout_constraintVertical_bias="0.4"
31+
app:layout_constraintTop_toTopOf="parent"
3332
app:layout_constraintWidth_percent=".6"
3433
app:lottie_autoPlay="true"
3534
app:lottie_fileName="construction_process.json" />

features/home/src/main/java/com/smarttoolfactory/home/adapter/FooterAdapter.kt renamed to features/home/src/main/java/com/smarttoolfactory/home/adapter/LoadingAdapter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package com.smarttoolfactory.home.adapter
22

3-
class FooterAdapter
3+
class LoadingAdapter

features/home/src/main/res/navigation/nav_graph_property_list_paged.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<fragment
99
android:id="@+id/propertyListFragment"
1010
android:name="com.smarttoolfactory.home.propertylist.PagedPropertyListFragment"
11-
android:label="Flow + Page"
11+
android:label="Flow + Pagination"
1212
tools:layout="@layout/fragment_property_list_paged" />
1313

1414
</navigation>

features/notification/src/main/res/layout/fragment_notification.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<layout xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:app="http://schemas.android.com/apk/res-auto">
4+
45
<androidx.constraintlayout.widget.ConstraintLayout
56
android:layout_width="match_parent"
67
android:layout_height="match_parent">
@@ -14,22 +15,20 @@
1415
android:textSize="30dp"
1516
android:textStyle="bold"
1617
app:layout_constraintBottom_toBottomOf="parent"
18+
app:layout_constraintBottom_toTopOf="@+id/lavUnderConstruction"
1719
app:layout_constraintEnd_toEndOf="parent"
1820
app:layout_constraintStart_toStartOf="parent"
19-
app:layout_constraintTop_toTopOf="parent"
20-
app:layout_constraintVertical_bias="0.25" />
21+
app:layout_constraintTop_toTopOf="parent" />
2122

2223
<com.airbnb.lottie.LottieAnimationView
2324
android:id="@+id/lavUnderConstruction"
2425
android:layout_width="0dp"
2526
android:layout_height="0dp"
26-
android:layout_marginTop="8dp"
2727
app:layout_constraintBottom_toBottomOf="parent"
2828
app:layout_constraintDimensionRatio="1:1"
2929
app:layout_constraintEnd_toEndOf="parent"
3030
app:layout_constraintStart_toStartOf="parent"
31-
app:layout_constraintTop_toBottomOf="@+id/tvTitle"
32-
app:layout_constraintVertical_bias="0.4"
31+
app:layout_constraintTop_toTopOf="parent"
3332
app:layout_constraintWidth_percent=".6"
3433
app:lottie_autoPlay="true"
3534
app:lottie_fileName="construction_process.json" />

0 commit comments

Comments
 (0)