Remove Unused Dependency

Reduce usage of appcompat
This commit is contained in:
LooKeR
2022-03-01 15:17:09 +05:30
parent e6d204eea4
commit 5dfd04e8dc
21 changed files with 112 additions and 113 deletions

View File

@ -5,13 +5,13 @@
</data>
<androidx.appcompat.widget.LinearLayoutCompat
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:attr/selectableItemBackground"
android:orientation="horizontal">
<androidx.appcompat.widget.LinearLayoutCompat
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
@ -31,7 +31,7 @@
android:layout_height="wrap_content"
android:textSize="14sp" />
</androidx.appcompat.widget.LinearLayoutCompat>
</LinearLayout>
<com.google.android.material.switchmaterial.SwitchMaterial
android:id="@+id/check"
@ -41,5 +41,5 @@
android:clickable="false"
android:paddingHorizontal="12dp"
android:visibility="gone" />
</androidx.appcompat.widget.LinearLayoutCompat>
</LinearLayout>
</layout>