fixup! [LeakCanary]: OnboardingFragment: Use viewbinding as official way

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-09-20 19:31:26 +05:30
parent 8d1bde8985
commit 5e9e1878a2
6 changed files with 17 additions and 161 deletions

View File

@@ -73,11 +73,4 @@
app:itemSpacing="@dimen/margin_small"
tools:listitem="@layout/view_theme" />
</LinearLayout>
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/theme_switch_image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:translationZ="15dp"
android:visibility="gone" />
</FrameLayout>
</FrameLayout>

View File

@@ -74,11 +74,4 @@
app:itemSpacing="@dimen/margin_small"
tools:listitem="@layout/view_theme" />
</LinearLayout>
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/theme_switch_image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:translationZ="15dp"
android:visibility="gone" />
</FrameLayout>
</FrameLayout>

View File

@@ -62,11 +62,4 @@
app:itemSpacing="@dimen/margin_small"
tools:listitem="@layout/view_theme" />
</LinearLayout>
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/theme_switch_image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:translationZ="15dp"
android:visibility="gone" />
</FrameLayout>
</FrameLayout>

View File

@@ -64,11 +64,4 @@
app:itemSpacing="@dimen/margin_small"
tools:listitem="@layout/view_theme" />
</LinearLayout>
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/theme_switch_image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:translationZ="15dp"
android:visibility="gone" />
</FrameLayout>
</FrameLayout>